Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions charts/fluent-operator-fluent-bit-crds/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@

## [UNRELEASED]

## [v4.1.0] - 2026-05-21

### Changed

- Updates to CRDs for fluent-operator v3.8.0 compatibility

## [v4.0.0] - 2026-04-19

### Changed
Expand All @@ -24,4 +30,5 @@
RELEASE LINKS
-->
[UNRELEASED]: https://github.com/fluent/helm-charts/tree/main/charts/fluent-operator-crds-fluent-bit
[v4.1.0]: https://github.com/fluent/helm-charts/releases/tag/fluent-operator-crds-fluent-bit-4.1.0
[v4.0.0]: https://github.com/fluent/helm-charts/releases/tag/fluent-operator-crds-fluent-bit-4.0.0
7 changes: 7 additions & 0 deletions charts/fluent-operator-fluentd-crds/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@

## [UNRELEASED]

## [v4.1.0] - 2026-05-21

### Changed

- Updates to CRDs for fluent-operator v3.8.0 compatibility

## [v4.0.0] - 2026-04-19

### Changed
Expand All @@ -24,4 +30,5 @@
RELEASE LINKS
-->
[UNRELEASED]: https://github.com/fluent/helm-charts/tree/main/charts/fluent-operator-crds-fluentd
[v4.1.0]: https://github.com/fluent/helm-charts/releases/tag/fluent-operator-crds-fluentd-4.1.0
[v4.0.0]: https://github.com/fluent/helm-charts/releases/tag/fluent-operator-crds-fluentd-4.0.0
13 changes: 13 additions & 0 deletions charts/fluent-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@

## [UNRELEASED]

## [v4.1.0] - 2026-05-21

### Added

- Operator deployment now includes configurable liveness and readiness probes (hitting `/healthz` and `/readyz`) ([#1956](https://github.com/fluent/fluent-operator/pull/1956))

### Changed

- Hardened default `podSecurityContext` and `securityContext` for the operator: `runAsNonRoot`, `runAsUser/Group 65532`, `readOnlyRootFilesystem`, drop `ALL` capabilities, `seccompProfile: RuntimeDefault` ([#1956](https://github.com/fluent/fluent-operator/pull/1956))
- Bumped default Fluent Bit image tag to `v5.0.5` ([#1968](https://github.com/fluent/fluent-operator/pull/1968))
- Bumped fluent-operator to v3.8.0
Comment thread
joshuabaird marked this conversation as resolved.

## [v4.0.0] - 2026-04-19

### Changed
Expand All @@ -24,4 +36,5 @@
RELEASE LINKS
-->
[UNRELEASED]: https://github.com/fluent/helm-charts/tree/main/charts/fluent-operator
[v4.1.0]: https://github.com/fluent/helm-charts/releases/tag/fluent-operator-4.1.0
[v4.0.0]: https://github.com/fluent/helm-charts/releases/tag/fluent-operator-4.0.0
4 changes: 2 additions & 2 deletions charts/fluent-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: fluent-operator
description: Fluent Operator provides great flexibility in building a logging layer based on Fluent Bit and Fluentd.
description: Kubernetes operator for Fluent Bit and Fluentd—define collectors, pipelines, and outputs as custom resources.
keywords:
Comment thread
joshuabaird marked this conversation as resolved.
- logging
- fluent-bit
Expand All @@ -10,7 +10,7 @@ version: 0.0.0-dev.0 # This is a development chart which gets released and vers
# renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-operator
appVersion: 3.8.0 # x-release-please-version
icon: https://raw.githubusercontent.com/fluent/fluent-operator/master/docs/images/fluent-operator-icon.svg
home: https://www.fluentd.org/
home: https://github.com/fluent/fluent-operator
sources:
- https://github.com/fluent/fluent-operator
maintainers:
Expand Down
Loading