From a516fe1609a3ea5b4c074bcb19359e4f455eedb4 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Thu, 3 Oct 2024 16:59:00 +0100 Subject: [PATCH] feat: Updated Fluent Bit images to v3.1.8 (#1049) Signed-off-by: Steve Hipwell --- charts/fluent-bit-aggregator/CHANGELOG.md | 7 +++++++ charts/fluent-bit-aggregator/Chart.yaml | 8 +++----- charts/fluent-bit-aggregator/README.md | 8 ++++---- charts/fluent-bit-collector/CHANGELOG.md | 7 +++++++ charts/fluent-bit-collector/Chart.yaml | 8 +++----- charts/fluent-bit-collector/README.md | 8 ++++---- 6 files changed, 28 insertions(+), 18 deletions(-) diff --git a/charts/fluent-bit-aggregator/CHANGELOG.md b/charts/fluent-bit-aggregator/CHANGELOG.md index fb6c60f6..397d3148 100644 --- a/charts/fluent-bit-aggregator/CHANGELOG.md +++ b/charts/fluent-bit-aggregator/CHANGELOG.md @@ -14,6 +14,12 @@ ## [UNRELEASED] +## [v0.15.8] - 2024-10-03 + +### Changed + +- Updated _Fluent Bit_ OCI image to [v3.1.8](https://github.com/fluent/fluent-bit/releases/tag/v3.1.8). + ## [v0.15.7] - 2024-09-03 ### Added @@ -284,6 +290,7 @@ RELEASE LINKS --> [UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/fluent-bit-aggregator +[v0.15.8]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-aggregator-0.15.8 [v0.15.7]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-aggregator-0.15.7 [v0.15.6]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-aggregator-0.15.6 [v0.15.5]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-aggregator-0.15.5 diff --git a/charts/fluent-bit-aggregator/Chart.yaml b/charts/fluent-bit-aggregator/Chart.yaml index c25a3fc1..f2cab832 100644 --- a/charts/fluent-bit-aggregator/Chart.yaml +++ b/charts/fluent-bit-aggregator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: fluent-bit-aggregator description: Helm chart for Fluent Bit running as an aggregation stateful set. type: application -version: 0.15.7 -appVersion: 3.1.7 +version: 0.15.8 +appVersion: 3.1.8 keywords: - fluent - fluentd @@ -22,7 +22,5 @@ maintainers: annotations: artifacthub.io/alternativeName: fluent-bit artifacthub.io/changes: | - - kind: added - description: "Added deterministic _Grafana_ dashboard `uid` based on the chart namespace and fullname." - kind: changed - description: "Updated _Fluent Bit_ OCI image to [v3.1.7](https://github.com/fluent/fluent-bit/releases/tag/v3.1.7)." + description: "Updated _Fluent Bit_ OCI image to [v3.1.8](https://github.com/fluent/fluent-bit/releases/tag/v3.1.8)." diff --git a/charts/fluent-bit-aggregator/README.md b/charts/fluent-bit-aggregator/README.md index 65fec915..62a62688 100644 --- a/charts/fluent-bit-aggregator/README.md +++ b/charts/fluent-bit-aggregator/README.md @@ -1,6 +1,6 @@ # fluent-bit-aggregator -![Version: 0.15.7](https://img.shields.io/badge/Version-0.15.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.7](https://img.shields.io/badge/AppVersion-3.1.7-informational?style=flat-square) +![Version: 0.15.8](https://img.shields.io/badge/Version-0.15.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.8](https://img.shields.io/badge/AppVersion-3.1.8-informational?style=flat-square) Helm chart for Fluent Bit running as an aggregation stateful set. @@ -24,7 +24,7 @@ Helm chart for Fluent Bit running as an aggregation stateful set. To install the chart using the recommended OCI method you can use the following command. ```shell -helm upgrade --install fluent-bit-aggregator oci://ghcr.io/stevehipwell/helm-charts/fluent-bit-aggregator --version 0.15.7 +helm upgrade --install fluent-bit-aggregator oci://ghcr.io/stevehipwell/helm-charts/fluent-bit-aggregator --version 0.15.8 ``` #### Verification @@ -32,7 +32,7 @@ helm upgrade --install fluent-bit-aggregator oci://ghcr.io/stevehipwell/helm-cha As the OCI chart release is signed by [Cosign](https://github.com/sigstore/cosign) you can verify the chart before installing it by running the following command. ```shell -cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/fluent-bit-aggregator:0.15.7 +cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/fluent-bit-aggregator:0.15.8 ``` ### Non-OCI Repository @@ -41,7 +41,7 @@ Alternatively you can use the legacy non-OCI method via the following commands. ```shell helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/ -helm upgrade --install fluent-bit-aggregator stevehipwell/fluent-bit-aggregator --version 0.15.7 +helm upgrade --install fluent-bit-aggregator stevehipwell/fluent-bit-aggregator --version 0.15.8 ``` ## Values diff --git a/charts/fluent-bit-collector/CHANGELOG.md b/charts/fluent-bit-collector/CHANGELOG.md index b016d184..33e317b4 100644 --- a/charts/fluent-bit-collector/CHANGELOG.md +++ b/charts/fluent-bit-collector/CHANGELOG.md @@ -14,6 +14,12 @@ ## [UNRELEASED] +## [v0.12.8] - 2024-10-03 + +### Changed + +- Updated _Fluent Bit_ OCI image to [v3.1.8](https://github.com/fluent/fluent-bit/releases/tag/v3.1.8). + ## [v0.12.7] - 2024-09-03 ### Added @@ -221,6 +227,7 @@ RELEASE LINKS --> [UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/fluent-bit-collector +[v0.12.8]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-collector-0.12.8 [v0.12.7]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-collector-0.12.7 [v0.12.6]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-collector-0.12.6 [v0.12.5]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-collector-0.12.5 diff --git a/charts/fluent-bit-collector/Chart.yaml b/charts/fluent-bit-collector/Chart.yaml index 9383347f..e954e679 100644 --- a/charts/fluent-bit-collector/Chart.yaml +++ b/charts/fluent-bit-collector/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: fluent-bit-collector description: Helm chart for Fluent Bit running as a collector DaemonSet. type: application -version: 0.12.7 -appVersion: 3.1.7 +version: 0.12.8 +appVersion: 3.1.8 keywords: - fluent - fluentd @@ -22,7 +22,5 @@ maintainers: annotations: artifacthub.io/alternativeName: fluent-bit artifacthub.io/changes: | - - kind: added - description: "Added deterministic _Grafana_ dashboard `uid` based on the chart namespace and fullname." - kind: changed - description: "Updated _Fluent Bit_ OCI image to [v3.1.7](https://github.com/fluent/fluent-bit/releases/tag/v3.1.7)." + description: "Updated _Fluent Bit_ OCI image to [v3.1.8](https://github.com/fluent/fluent-bit/releases/tag/v3.1.8)." diff --git a/charts/fluent-bit-collector/README.md b/charts/fluent-bit-collector/README.md index 23d2d6e0..795ff795 100644 --- a/charts/fluent-bit-collector/README.md +++ b/charts/fluent-bit-collector/README.md @@ -1,6 +1,6 @@ # fluent-bit-collector -![Version: 0.12.7](https://img.shields.io/badge/Version-0.12.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.7](https://img.shields.io/badge/AppVersion-3.1.7-informational?style=flat-square) +![Version: 0.12.8](https://img.shields.io/badge/Version-0.12.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.8](https://img.shields.io/badge/AppVersion-3.1.8-informational?style=flat-square) Helm chart for Fluent Bit running as a collector DaemonSet. @@ -24,7 +24,7 @@ Helm chart for Fluent Bit running as a collector DaemonSet. To install the chart using the recommended OCI method you can use the following command. ```shell -helm upgrade --install fluent-bit-collector oci://ghcr.io/stevehipwell/helm-charts/fluent-bit-collector --version 0.12.7 +helm upgrade --install fluent-bit-collector oci://ghcr.io/stevehipwell/helm-charts/fluent-bit-collector --version 0.12.8 ``` #### Verification @@ -32,7 +32,7 @@ helm upgrade --install fluent-bit-collector oci://ghcr.io/stevehipwell/helm-char As the OCI chart release is signed by [Cosign](https://github.com/sigstore/cosign) you can verify the chart before installing it by running the following command. ```shell -cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/fluent-bit-collector:0.12.7 +cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/fluent-bit-collector:0.12.8 ``` ### Non-OCI Repository @@ -41,7 +41,7 @@ Alternatively you can use the legacy non-OCI method via the following commands. ```shell helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/ -helm upgrade --install fluent-bit-collector stevehipwell/fluent-bit-collector --version 0.12.7 +helm upgrade --install fluent-bit-collector stevehipwell/fluent-bit-collector --version 0.12.8 ``` ## Values