Skip to content

Commit f1681a2

Browse files
authored
chore(helm): Update chart CHANGELOGs for v4.1.0 (#1970)
Signed-off-by: Josh Baird <jbaird@galileo.io>
1 parent 793e9c4 commit f1681a2

4 files changed

Lines changed: 29 additions & 2 deletions

File tree

charts/fluent-operator-fluent-bit-crds/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414

1515
## [UNRELEASED]
1616

17+
## [v4.1.0] - 2026-05-21
18+
19+
### Changed
20+
21+
- Updates to CRDs for fluent-operator v3.8.0 compatibility
22+
1723
## [v4.0.0] - 2026-04-19
1824

1925
### Changed
@@ -24,4 +30,5 @@
2430
RELEASE LINKS
2531
-->
2632
[UNRELEASED]: https://github.com/fluent/helm-charts/tree/main/charts/fluent-operator-crds-fluent-bit
33+
[v4.1.0]: https://github.com/fluent/helm-charts/releases/tag/fluent-operator-crds-fluent-bit-4.1.0
2734
[v4.0.0]: https://github.com/fluent/helm-charts/releases/tag/fluent-operator-crds-fluent-bit-4.0.0

charts/fluent-operator-fluentd-crds/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414

1515
## [UNRELEASED]
1616

17+
## [v4.1.0] - 2026-05-21
18+
19+
### Changed
20+
21+
- Updates to CRDs for fluent-operator v3.8.0 compatibility
22+
1723
## [v4.0.0] - 2026-04-19
1824

1925
### Changed
@@ -24,4 +30,5 @@
2430
RELEASE LINKS
2531
-->
2632
[UNRELEASED]: https://github.com/fluent/helm-charts/tree/main/charts/fluent-operator-crds-fluentd
33+
[v4.1.0]: https://github.com/fluent/helm-charts/releases/tag/fluent-operator-crds-fluentd-4.1.0
2734
[v4.0.0]: https://github.com/fluent/helm-charts/releases/tag/fluent-operator-crds-fluentd-4.0.0

charts/fluent-operator/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@
1414

1515
## [UNRELEASED]
1616

17+
## [v4.1.0] - 2026-05-21
18+
19+
### Added
20+
21+
- Operator deployment now includes configurable liveness and readiness probes (hitting `/healthz` and `/readyz`) ([#1956](https://github.com/fluent/fluent-operator/pull/1956))
22+
23+
### Changed
24+
25+
- 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))
26+
- Bumped default Fluent Bit image tag to `v5.0.5` ([#1968](https://github.com/fluent/fluent-operator/pull/1968))
27+
- Bumped fluent-operator to v3.8.0
28+
1729
## [v4.0.0] - 2026-04-19
1830

1931
### Changed
@@ -24,4 +36,5 @@
2436
RELEASE LINKS
2537
-->
2638
[UNRELEASED]: https://github.com/fluent/helm-charts/tree/main/charts/fluent-operator
39+
[v4.1.0]: https://github.com/fluent/helm-charts/releases/tag/fluent-operator-4.1.0
2740
[v4.0.0]: https://github.com/fluent/helm-charts/releases/tag/fluent-operator-4.0.0

charts/fluent-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: fluent-operator
3-
description: Fluent Operator provides great flexibility in building a logging layer based on Fluent Bit and Fluentd.
3+
description: Kubernetes operator for Fluent Bit and Fluentd—define collectors, pipelines, and outputs as custom resources.
44
keywords:
55
- logging
66
- fluent-bit
@@ -10,7 +10,7 @@ version: 0.0.0-dev.0 # This is a development chart which gets released and vers
1010
# renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-operator
1111
appVersion: 3.8.0 # x-release-please-version
1212
icon: https://raw.githubusercontent.com/fluent/fluent-operator/master/docs/images/fluent-operator-icon.svg
13-
home: https://www.fluentd.org/
13+
home: https://github.com/fluent/fluent-operator
1414
sources:
1515
- https://github.com/fluent/fluent-operator
1616
maintainers:

0 commit comments

Comments
 (0)