Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.8.0"
".": "3.9.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## [3.9.0](https://github.com/fluent/fluent-operator/compare/v3.8.0...v3.9.0) (2026-05-29)


### Features

* **fluentbit:** add retainMetadataInForwardMode to forward output pl… ([#1973](https://github.com/fluent/fluent-operator/issues/1973)) ([b212a5c](https://github.com/fluent/fluent-operator/commit/b212a5c458325fa666dcfbb2473d3cfaf0ccfe01))
* **fluentbit:** support more settings for firehose output ([f577907](https://github.com/fluent/fluent-operator/commit/f577907537cbc798185d37d8bd6d3733004548b4))


### Bug Fixes

* **collector:** pass storageClassName to generated StatefulSet PVC ([#1963](https://github.com/fluent/fluent-operator/issues/1963)) ([8d0c3ad](https://github.com/fluent/fluent-operator/commit/8d0c3ad84b1af8d0e8ac80d9b764e7203e276792))


### Reverts

* undo accidental release 3.9.0 on master ([#1976](https://github.com/fluent/fluent-operator/issues/1976)) ([23e1906](https://github.com/fluent/fluent-operator/commit/23e1906cb26104440a3e6a1c38506d97ecd9a355))


### Dependencies

* **deps:** bump go to v1.26.3 ([7608a7e](https://github.com/fluent/fluent-operator/commit/7608a7ed70b6ab881312d7abed09de2c95881ea4))
* **deps:** bump go to v1.26.3 ([8b9f6ec](https://github.com/fluent/fluent-operator/commit/8b9f6ec3d3ded5f274eb7380d401a7b9b1843d95))

## [3.8.0](https://github.com/fluent/fluent-operator/compare/v3.7.0...v3.8.0) (2026-05-21)


Expand Down
2 changes: 1 addition & 1 deletion charts/fluent-operator-fluent-bit-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Custom Resource Definitions (CRDs) for Fluent Bit. Provides full He
type: application
version: 0.0.0-dev.0 # This is a development chart which gets released and versioned in the fluent/helm-charts repo
# renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-operator
appVersion: 3.8.0 # x-release-please-version
appVersion: 3.9.0 # x-release-please-version
keywords:
- logging
- fluent-bit
Expand Down
2 changes: 1 addition & 1 deletion charts/fluent-operator-fluentd-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Custom Resource Definitions (CRDs) for Fluentd. Provides full Helm
type: application
version: 0.0.0-dev.0 # This is a development chart which gets released and versioned in the fluent/helm-charts repo
# renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-operator
appVersion: 3.8.0 # x-release-please-version
appVersion: 3.9.0 # x-release-please-version
keywords:
- logging
- fluentd
Expand Down
2 changes: 1 addition & 1 deletion charts/fluent-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords:
- operator
version: 0.0.0-dev.0 # This is a development chart which gets released and versioned in the fluent/helm-charts repo
# renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-operator
appVersion: 3.8.0 # x-release-please-version
appVersion: 3.9.0 # x-release-please-version
icon: https://raw.githubusercontent.com/fluent/fluent-operator/master/docs/images/fluent-operator-icon.svg
home: https://github.com/fluent/fluent-operator
sources:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.0
3.9.0