Skip to content

Commit e756d26

Browse files
authored
feat: Updated Fluent Bit to 3.2.1 (#1078)
Signed-off-by: Steve Hipwell <[email protected]>
1 parent 50c3147 commit e756d26

File tree

6 files changed

+28
-14
lines changed

6 files changed

+28
-14
lines changed

charts/fluent-bit-aggregator/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414

1515
## [UNRELEASED]
1616

17+
## [v0.16.0] - 2024-11-20
18+
19+
### Changed
20+
21+
- Updated _Fluent Bit_ OCI image to [v3.2.1](https://github.com/fluent/fluent-bit/releases/tag/v3.2.1). ([#1078](https://github.com/stevehipwell/helm-charts/pull/1078)) _@stevehipwell_
22+
1723
## [v0.15.10] - 2024-11-05
1824

1925
### Changed
@@ -302,6 +308,7 @@
302308
RELEASE LINKS
303309
-->
304310
[UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/fluent-bit-aggregator
311+
[v0.16.0]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-aggregator-0.16.0
305312
[v0.15.10]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-aggregator-0.15.10
306313
[v0.15.9]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-aggregator-0.15.9
307314
[v0.15.8]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-aggregator-0.15.8

charts/fluent-bit-aggregator/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: fluent-bit-aggregator
33
description: Helm chart for Fluent Bit running as an aggregation stateful set.
44
type: application
5-
version: 0.15.10
6-
appVersion: 3.1.10
5+
version: 0.16.0
6+
appVersion: 3.2.1
77
keywords:
88
- fluent
99
- fluentd
@@ -23,4 +23,4 @@ annotations:
2323
artifacthub.io/alternativeName: fluent-bit
2424
artifacthub.io/changes: |
2525
- kind: changed
26-
description: "Updated _Fluent Bit_ OCI image to [v3.1.10](https://github.com/fluent/fluent-bit/releases/tag/v3.1.10)."
26+
description: "Updated _Fluent Bit_ OCI image to [v3.2.1](https://github.com/fluent/fluent-bit/releases/tag/v3.2.1)."

charts/fluent-bit-aggregator/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fluent-bit-aggregator
22

3-
![Version: 0.15.10](https://img.shields.io/badge/Version-0.15.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.10](https://img.shields.io/badge/AppVersion-3.1.10-informational?style=flat-square)
3+
![Version: 0.16.0](https://img.shields.io/badge/Version-0.16.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.1](https://img.shields.io/badge/AppVersion-3.2.1-informational?style=flat-square)
44

55
Helm chart for Fluent Bit running as an aggregation stateful set.
66

@@ -24,15 +24,15 @@ Helm chart for Fluent Bit running as an aggregation stateful set.
2424
To install the chart using the recommended OCI method you can use the following command.
2525

2626
```shell
27-
helm upgrade --install fluent-bit-aggregator oci://ghcr.io/stevehipwell/helm-charts/fluent-bit-aggregator --version 0.15.10
27+
helm upgrade --install fluent-bit-aggregator oci://ghcr.io/stevehipwell/helm-charts/fluent-bit-aggregator --version 0.16.0
2828
```
2929

3030
#### Verification
3131

3232
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.
3333

3434
```shell
35-
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.10
35+
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.16.0
3636
```
3737

3838
### Non-OCI Repository
@@ -41,7 +41,7 @@ Alternatively you can use the legacy non-OCI method via the following commands.
4141

4242
```shell
4343
helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/
44-
helm upgrade --install fluent-bit-aggregator stevehipwell/fluent-bit-aggregator --version 0.15.10
44+
helm upgrade --install fluent-bit-aggregator stevehipwell/fluent-bit-aggregator --version 0.16.0
4545
```
4646

4747
## Values

charts/fluent-bit-collector/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414

1515
## [UNRELEASED]
1616

17+
## [v0.13.0] - 2024-11-20
18+
19+
### Changed
20+
21+
- Updated _Fluent Bit_ OCI image to [v3.2.1](https://github.com/fluent/fluent-bit/releases/tag/v3.2.1). ([#1078](https://github.com/stevehipwell/helm-charts/pull/1078)) _@stevehipwell_
22+
1723
## [v0.12.10] - 2024-11-05
1824

1925
### Changed
@@ -239,6 +245,7 @@
239245
RELEASE LINKS
240246
-->
241247
[UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/fluent-bit-collector
248+
[v0.13.0]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-collector-0.13.0
242249
[v0.12.10]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-collector-0.12.10
243250
[v0.12.9]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-collector-0.12.9
244251
[v0.12.8]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-collector-0.12.8

charts/fluent-bit-collector/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: fluent-bit-collector
33
description: Helm chart for Fluent Bit running as a collector DaemonSet.
44
type: application
5-
version: 0.12.10
6-
appVersion: 3.1.10
5+
version: 0.13.0
6+
appVersion: 3.2.1
77
keywords:
88
- fluent
99
- fluentd
@@ -23,4 +23,4 @@ annotations:
2323
artifacthub.io/alternativeName: fluent-bit
2424
artifacthub.io/changes: |
2525
- kind: changed
26-
description: "Updated _Fluent Bit_ OCI image to [v3.1.10](https://github.com/fluent/fluent-bit/releases/tag/v3.1.10)."
26+
description: "Updated _Fluent Bit_ OCI image to [v3.2.1](https://github.com/fluent/fluent-bit/releases/tag/v3.2.1)."

charts/fluent-bit-collector/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fluent-bit-collector
22

3-
![Version: 0.12.10](https://img.shields.io/badge/Version-0.12.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.10](https://img.shields.io/badge/AppVersion-3.1.10-informational?style=flat-square)
3+
![Version: 0.13.0](https://img.shields.io/badge/Version-0.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.1](https://img.shields.io/badge/AppVersion-3.2.1-informational?style=flat-square)
44

55
Helm chart for Fluent Bit running as a collector DaemonSet.
66

@@ -24,15 +24,15 @@ Helm chart for Fluent Bit running as a collector DaemonSet.
2424
To install the chart using the recommended OCI method you can use the following command.
2525

2626
```shell
27-
helm upgrade --install fluent-bit-collector oci://ghcr.io/stevehipwell/helm-charts/fluent-bit-collector --version 0.12.10
27+
helm upgrade --install fluent-bit-collector oci://ghcr.io/stevehipwell/helm-charts/fluent-bit-collector --version 0.13.0
2828
```
2929

3030
#### Verification
3131

3232
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.
3333

3434
```shell
35-
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.10
35+
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.13.0
3636
```
3737

3838
### Non-OCI Repository
@@ -41,7 +41,7 @@ Alternatively you can use the legacy non-OCI method via the following commands.
4141

4242
```shell
4343
helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/
44-
helm upgrade --install fluent-bit-collector stevehipwell/fluent-bit-collector --version 0.12.10
44+
helm upgrade --install fluent-bit-collector stevehipwell/fluent-bit-collector --version 0.13.0
4545
```
4646

4747
## Values

0 commit comments

Comments
 (0)