diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 0b9e26a64..dac16de63 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.10.0" + ".": "3.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c1592daba..eb1841d09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## [3.10.1](https://github.com/fluent/fluent-operator/compare/v3.10.0...v3.10.1) (2026-09-10) + + +### Bug Fixes + +* **deps:** bump Go toolchain to 1.26.6 for stdlib CVE fixes ([#2047](https://github.com/fluent/fluent-operator/issues/2047)) ([eccf5a4](https://github.com/fluent/fluent-operator/commit/eccf5a47f0054e8bfa647aea64e4b1acffe415fe)) + + +### Dependencies + +* **deps:** bump fluent-bit to 5.1.1 ([#2030](https://github.com/fluent/fluent-operator/issues/2030)) ([00625bf](https://github.com/fluent/fluent-operator/commit/00625bfdaf4eefc64b787ad035245e8eaa8f3a80)) +* **deps:** Bump github.com/onsi/ginkgo/v2 from 2.32.0 to 2.32.1 ([#2032](https://github.com/fluent/fluent-operator/issues/2032)) ([e85d646](https://github.com/fluent/fluent-operator/commit/e85d6465b59d9fd7a3082ed6121d6be85ab4d7e8)) +* **deps:** Bump github.com/onsi/gomega from 1.42.1 to 1.43.0 ([9185128](https://github.com/fluent/fluent-operator/commit/9185128bf7fd217493fadef0d1454dc6d4ec6027)) +* **deps:** Bump google.golang.org/grpc from 1.82.1 to 1.83.1 ([921cb09](https://github.com/fluent/fluent-operator/commit/921cb09b31a306c8c5328b645c202792d94bb7ff)) +* **deps:** Bump google.golang.org/grpc from 1.83.1 to 1.83.2 ([63e0eab](https://github.com/fluent/fluent-operator/commit/63e0eab271bc40c26eb47fab82261160d170bdbd)) +* **deps:** Bump the k8s-io group across 1 directory with 2 updates ([#2041](https://github.com/fluent/fluent-operator/issues/2041)) ([61ea567](https://github.com/fluent/fluent-operator/commit/61ea567fd79a6eaee01bf9c842cfc2905114a66a)) + ## [3.10.0](https://github.com/fluent/fluent-operator/compare/v3.9.0...v3.10.0) (2026-08-14) diff --git a/charts/fluent-operator-fluent-bit-crds/Chart.yaml b/charts/fluent-operator-fluent-bit-crds/Chart.yaml index b947cd509..3ad2da1ac 100644 --- a/charts/fluent-operator-fluent-bit-crds/Chart.yaml +++ b/charts/fluent-operator-fluent-bit-crds/Chart.yaml @@ -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.10.0 # x-release-please-version +appVersion: 3.10.1 # x-release-please-version keywords: - logging - fluent-bit diff --git a/charts/fluent-operator-fluentd-crds/Chart.yaml b/charts/fluent-operator-fluentd-crds/Chart.yaml index 176e6b9e9..4ebef81d6 100644 --- a/charts/fluent-operator-fluentd-crds/Chart.yaml +++ b/charts/fluent-operator-fluentd-crds/Chart.yaml @@ -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.10.0 # x-release-please-version +appVersion: 3.10.1 # x-release-please-version keywords: - logging - fluentd diff --git a/charts/fluent-operator/Chart.yaml b/charts/fluent-operator/Chart.yaml index 5e5f89f18..14277cf27 100644 --- a/charts/fluent-operator/Chart.yaml +++ b/charts/fluent-operator/Chart.yaml @@ -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.10.0 # x-release-please-version +appVersion: 3.10.1 # 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: diff --git a/version.txt b/version.txt index 30291cba2..f870be23b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.10.0 +3.10.1