Skip to content

Commit 4b4c8b5

Browse files
chore(master): release 3.9.0
1 parent d6b30cc commit 4b4c8b5

6 files changed

Lines changed: 29 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.8.0"
2+
".": "3.9.0"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Change Log
22

3+
## [3.9.0](https://github.com/fluent/fluent-operator/compare/v3.8.0...v3.9.0) (2026-05-29)
4+
5+
6+
### Features
7+
8+
* **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))
9+
* **fluentbit:** support more settings for firehose output ([f577907](https://github.com/fluent/fluent-operator/commit/f577907537cbc798185d37d8bd6d3733004548b4))
10+
11+
12+
### Bug Fixes
13+
14+
* **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))
15+
16+
17+
### Reverts
18+
19+
* 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))
20+
21+
22+
### Dependencies
23+
24+
* **deps:** bump go to v1.26.3 ([7608a7e](https://github.com/fluent/fluent-operator/commit/7608a7ed70b6ab881312d7abed09de2c95881ea4))
25+
* **deps:** bump go to v1.26.3 ([8b9f6ec](https://github.com/fluent/fluent-operator/commit/8b9f6ec3d3ded5f274eb7380d401a7b9b1843d95))
26+
327
## [3.8.0](https://github.com/fluent/fluent-operator/compare/v3.7.0...v3.8.0) (2026-05-21)
428

529

charts/fluent-operator-fluent-bit-crds/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Custom Resource Definitions (CRDs) for Fluent Bit. Provides full He
44
type: application
55
version: 0.0.0-dev.0 # This is a development chart which gets released and versioned in the fluent/helm-charts repo
66
# renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-operator
7-
appVersion: 3.8.0 # x-release-please-version
7+
appVersion: 3.9.0 # x-release-please-version
88
keywords:
99
- logging
1010
- fluent-bit

charts/fluent-operator-fluentd-crds/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Custom Resource Definitions (CRDs) for Fluentd. Provides full Helm
44
type: application
55
version: 0.0.0-dev.0 # This is a development chart which gets released and versioned in the fluent/helm-charts repo
66
# renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-operator
7-
appVersion: 3.8.0 # x-release-please-version
7+
appVersion: 3.9.0 # x-release-please-version
88
keywords:
99
- logging
1010
- fluentd

charts/fluent-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords:
88
- operator
99
version: 0.0.0-dev.0 # This is a development chart which gets released and versioned in the fluent/helm-charts repo
1010
# renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-operator
11-
appVersion: 3.8.0 # x-release-please-version
11+
appVersion: 3.9.0 # x-release-please-version
1212
icon: https://raw.githubusercontent.com/fluent/fluent-operator/master/docs/images/fluent-operator-icon.svg
1313
home: https://github.com/fluent/fluent-operator
1414
sources:

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8.0
1+
3.9.0

0 commit comments

Comments
 (0)