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.9.0"
".": "3.10.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## [3.10.0](https://github.com/fluent/fluent-operator/compare/v3.9.0...v3.10.0) (2026-06-16)


### Features

* **fluentbit:** support networking settings for s3 output ([7c51546](https://github.com/fluent/fluent-operator/commit/7c515469e9a48a64aad249d6a9a3ab3a78b0c5b9))


### Bug Fixes

* format go files and regenerate manifests with networking description ([d424f6c](https://github.com/fluent/fluent-operator/commit/d424f6ca9fb276959acf79d287853cc9915fbbbf))


### Dependencies

* **deps:** bump fluent-bit to 5.0.7 ([#1991](https://github.com/fluent/fluent-operator/issues/1991)) ([afcefde](https://github.com/fluent/fluent-operator/commit/afcefde5f19e40fcf8813ebd836c169c4055425b))
* **deps:** Bump github.com/onsi/ginkgo/v2 from 2.29.0 to 2.30.0 ([#1994](https://github.com/fluent/fluent-operator/issues/1994)) ([f382e73](https://github.com/fluent/fluent-operator/commit/f382e7373667e7043f407c8570210670e50ae096))
* **deps:** Bump golang.org/x/sync from 0.20.0 to 0.21.0 ([#1993](https://github.com/fluent/fluent-operator/issues/1993)) ([71933b9](https://github.com/fluent/fluent-operator/commit/71933b99cb79267c258164514ba7e989ce1d59ff))

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


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.9.0 # x-release-please-version
appVersion: 3.10.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.9.0 # x-release-please-version
appVersion: 3.10.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.9.0 # x-release-please-version
appVersion: 3.10.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.9.0
3.10.0