diff --git a/charts/fluent-bit-aggregator/CHANGELOG.md b/charts/fluent-bit-aggregator/CHANGELOG.md index e12aa92e..5a7cecf0 100644 --- a/charts/fluent-bit-aggregator/CHANGELOG.md +++ b/charts/fluent-bit-aggregator/CHANGELOG.md @@ -20,6 +20,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] +## [v0.12.0] - 2024-01-05 + +### Changed + +- Updated _Fluent Bit_ OCI image to [v2.2.1](https://github.com/fluent/fluent-bit/releases/tag/v2.2.1). +- Changed the `ServiceMonitor` to use [v2 metrics](https://docs.fluentbit.io/manual/administration/monitoring#for-v2-metrics). + ## [v0.11.0] - 2023-11-13 ### Changed diff --git a/charts/fluent-bit-aggregator/Chart.yaml b/charts/fluent-bit-aggregator/Chart.yaml index 798a168e..561ffca7 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.11.0 -appVersion: 2.2.0 +version: 0.12.0 +appVersion: 2.2.1 keywords: - fluent - fluentd @@ -23,4 +23,6 @@ annotations: artifacthub.io/alternativeName: fluent-bit artifacthub.io/changes: | - kind: changed - description: "Updated _Fluent Bit_ OCI image to [v2.2.0](https://github.com/fluent/fluent-bit/releases/tag/v2.2.0)." + description: "Updated _Fluent Bit_ OCI image to [v2.2.1](https://github.com/fluent/fluent-bit/releases/tag/v2.2.1)." + - kind: changed + description: "Changed the `ServiceMonitor` to use [v2 metrics](https://docs.fluentbit.io/manual/administration/monitoring#for-v2-metrics)." diff --git a/charts/fluent-bit-aggregator/README.md b/charts/fluent-bit-aggregator/README.md index 846a9919..0cdd54ce 100644 --- a/charts/fluent-bit-aggregator/README.md +++ b/charts/fluent-bit-aggregator/README.md @@ -1,6 +1,6 @@ # fluent-bit-aggregator -![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.0](https://img.shields.io/badge/AppVersion-2.2.0-informational?style=flat-square) +![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.1](https://img.shields.io/badge/AppVersion-2.2.1-informational?style=flat-square) Helm chart for Fluent Bit running as an aggregation stateful set. @@ -22,14 +22,14 @@ 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.11.0 +helm upgrade --install fluent-bit-aggregator oci://ghcr.io/stevehipwell/helm-charts/fluent-bit-aggregator --version 0.12.0 ``` 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.11.0 +helm upgrade --install fluent-bit-aggregator stevehipwell/fluent-bit-aggregator --version 0.12.0 ``` ## Values diff --git a/charts/fluent-bit-aggregator/templates/servicemonitor.yaml b/charts/fluent-bit-aggregator/templates/servicemonitor.yaml index 375c01d1..9f9bdad4 100644 --- a/charts/fluent-bit-aggregator/templates/servicemonitor.yaml +++ b/charts/fluent-bit-aggregator/templates/servicemonitor.yaml @@ -24,7 +24,7 @@ spec: - "false" endpoints: - port: http - path: /api/v1/metrics/prometheus + path: /api/v2/metrics/prometheus {{- with .Values.serviceMonitor.endpointConfig }} {{- toYaml . | nindent 6 }} {{- end }}