File tree Expand file tree Collapse file tree 4 files changed +16
-7
lines changed
charts/fluent-bit-aggregator Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
2121## [ UNRELEASED]
2222
23+ ## [ v0.12.0] - 2024-01-05
24+
25+ ### Changed
26+
27+ - Updated _ Fluent Bit_ OCI image to [ v2.2.1] ( https://github.com/fluent/fluent-bit/releases/tag/v2.2.1 ) .
28+ - Changed the ` ServiceMonitor ` to use [ v2 metrics] ( https://docs.fluentbit.io/manual/administration/monitoring#for-v2-metrics ) .
29+
2330## [ v0.11.0] - 2023-11-13
2431
2532### Changed
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : fluent-bit-aggregator
33description : Helm chart for Fluent Bit running as an aggregation stateful set.
44type : application
5- version : 0.11 .0
6- appVersion : 2.2.0
5+ version : 0.12 .0
6+ appVersion : 2.2.1
77keywords :
88 - fluent
99 - fluentd
@@ -23,4 +23,6 @@ annotations:
2323 artifacthub.io/alternativeName : fluent-bit
2424 artifacthub.io/changes : |
2525 - kind: changed
26- description: "Updated _Fluent Bit_ OCI image to [v2.2.0](https://github.com/fluent/fluent-bit/releases/tag/v2.2.0)."
26+ description: "Updated _Fluent Bit_ OCI image to [v2.2.1](https://github.com/fluent/fluent-bit/releases/tag/v2.2.1)."
27+ - kind: changed
28+ description: "Changed the `ServiceMonitor` to use [v2 metrics](https://docs.fluentbit.io/manual/administration/monitoring#for-v2-metrics)."
Original file line number Diff line number Diff line change 11# fluent-bit-aggregator
22
3- ![ 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 )
3+ ![ 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 )
44
55Helm chart for Fluent Bit running as an aggregation stateful set.
66
@@ -22,14 +22,14 @@ Helm chart for Fluent Bit running as an aggregation stateful set.
2222To install the chart using the recommended OCI method you can use the following command.
2323
2424``` shell
25- helm upgrade --install fluent-bit-aggregator oci://ghcr.io/stevehipwell/helm-charts/fluent-bit-aggregator --version 0.11 .0
25+ helm upgrade --install fluent-bit-aggregator oci://ghcr.io/stevehipwell/helm-charts/fluent-bit-aggregator --version 0.12 .0
2626```
2727
2828Alternatively you can use the legacy non-OCI method via the following commands.
2929
3030``` shell
3131helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/
32- helm upgrade --install fluent-bit-aggregator stevehipwell/fluent-bit-aggregator --version 0.11 .0
32+ helm upgrade --install fluent-bit-aggregator stevehipwell/fluent-bit-aggregator --version 0.12 .0
3333```
3434
3535## Values
Original file line number Diff line number Diff line change 2424 - " false"
2525 endpoints :
2626 - port : http
27- path : /api/v1 /metrics/prometheus
27+ path : /api/v2 /metrics/prometheus
2828 {{- with .Values.serviceMonitor.endpointConfig }}
2929 {{- toYaml . | nindent 6 }}
3030 {{- end }}
You can’t perform that action at this time.
0 commit comments