diff --git a/charts/fluent-bit-aggregator/CHANGELOG.md b/charts/fluent-bit-aggregator/CHANGELOG.md index 17b882b0..aa35bb1e 100644 --- a/charts/fluent-bit-aggregator/CHANGELOG.md +++ b/charts/fluent-bit-aggregator/CHANGELOG.md @@ -14,6 +14,12 @@ ## [UNRELEASED] +## [v0.14.4] - 2024-05-23 + +### Changed + +- Updated _Fluent Bit_ OCI image to [v3.0.4](https://github.com/fluent/fluent-bit/releases/tag/v3.0.4). + ## [v0.14.3] - 2024-04-29 ### Added @@ -203,6 +209,7 @@ RELEASE LINKS --> [UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/fluent-bit-aggregator +[v0.14.4]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-aggregator-0.14.4 [v0.14.3]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-aggregator-0.14.3 [v0.14.2]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-aggregator-0.14.2 [v0.14.1]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-aggregator-0.14.1 diff --git a/charts/fluent-bit-aggregator/Chart.yaml b/charts/fluent-bit-aggregator/Chart.yaml index 89c8702d..e1e1a9db 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.14.3 -appVersion: 3.0.3 +version: 0.14.4 +appVersion: 3.0.4 keywords: - fluent - fluentd @@ -22,7 +22,5 @@ maintainers: annotations: artifacthub.io/alternativeName: fluent-bit artifacthub.io/changes: | - - kind: added - description: "Added support for setting the `servicePort` for ingress to the port name." - kind: changed - description: "Updated _Fluent Bit_ OCI image to [v3.0.3](https://github.com/fluent/fluent-bit/releases/tag/v3.0.3)." + description: "Updated _Fluent Bit_ OCI image to [v3.0.4](https://github.com/fluent/fluent-bit/releases/tag/v3.0.3)." diff --git a/charts/fluent-bit-aggregator/README.md b/charts/fluent-bit-aggregator/README.md index f4394356..6ae4d4f7 100644 --- a/charts/fluent-bit-aggregator/README.md +++ b/charts/fluent-bit-aggregator/README.md @@ -1,6 +1,6 @@ # fluent-bit-aggregator -![Version: 0.14.3](https://img.shields.io/badge/Version-0.14.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.3](https://img.shields.io/badge/AppVersion-3.0.3-informational?style=flat-square) +![Version: 0.14.4](https://img.shields.io/badge/Version-0.14.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.4](https://img.shields.io/badge/AppVersion-3.0.4-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.14.3 +helm upgrade --install fluent-bit-aggregator oci://ghcr.io/stevehipwell/helm-charts/fluent-bit-aggregator --version 0.14.4 ``` #### 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.14.3 +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.14.4 ``` ### 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.14.3 +helm upgrade --install fluent-bit-aggregator stevehipwell/fluent-bit-aggregator --version 0.14.4 ``` ## Values