Skip to content

Commit c531660

Browse files
authored
feat(fluent-bit): Update fluent bit image to v4.2.3 (#697)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
1 parent b4dd73d commit c531660

File tree

9 files changed

+39
-18
lines changed

9 files changed

+39
-18
lines changed

charts/fluent-bit-aggregator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414

1515
## [UNRELEASED]
1616

17+
## [v1.0.0-beta.3] - 2026-02-27
18+
19+
### Changed
20+
21+
- Update _Fluent Bit_ OCI image to [v4.2.3](https://github.com/fluent/fluent-bit/releases/tag/v4.2.3). ([#697](https://github.com/fluent/helm-charts/pull/697)) _@stevehipwell_
22+
1723
## [v1.0.0-beta.2] - 2026-01-16
1824

1925
### Changed
@@ -30,5 +36,6 @@
3036
RELEASE LINKS
3137
-->
3238
[UNRELEASED]: https://github.com/fluent/helm-charts/tree/main/charts/fluent-bit-aggregator
39+
[v1.0.0-beta.3]: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-aggregator-1.0.0-beta.3
3340
[v1.0.0-beta.2]: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-aggregator-1.0.0-beta.2
3441
[v1.0.0-beta.1]: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-aggregator-1.0.0-beta.1

charts/fluent-bit-aggregator/Chart.yaml

Lines changed: 2 additions & 2 deletions
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: 1.0.0-beta.2
6-
appVersion: 4.2.2
5+
version: 1.0.0-beta.3
6+
appVersion: 4.2.3
77
keywords:
88
- fluent
99
- fluentd

charts/fluent-bit-aggregator/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fluent-bit-aggregator
22

3-
![Version: 1.0.0-beta.2](https://img.shields.io/badge/Version-1.0.0--beta.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.2](https://img.shields.io/badge/AppVersion-4.2.2-informational?style=flat-square)
3+
![Version: 1.0.0-beta.3](https://img.shields.io/badge/Version-1.0.0--beta.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.3](https://img.shields.io/badge/AppVersion-4.2.3-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/fluent/helm-charts/fluent-bit-aggregator --version 1.0.0-beta.2
27+
helm upgrade --install fluent-bit-aggregator oci://ghcr.io/fluent/helm-charts/fluent-bit-aggregator --version 1.0.0-beta.3
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 fluent/helm-charts --certificate-github-workflow-name Release ghcr.io/fluent/helm-charts/fluent-bit-aggregator:1.0.0-beta.2
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 fluent/helm-charts --certificate-github-workflow-name Release ghcr.io/fluent/helm-charts/fluent-bit-aggregator:1.0.0-beta.3
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 fluent https://fluent.github.io/helm-charts/
44-
helm upgrade --install fluent-bit-aggregator fluent/fluent-bit-aggregator --version 1.0.0-beta.2
44+
helm upgrade --install fluent-bit-aggregator fluent/fluent-bit-aggregator --version 1.0.0-beta.3
4545
```
4646

4747
## Values

charts/fluent-bit-collector/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414

1515
## [UNRELEASED]
1616

17+
## [v1.0.0-beta.3] - 2026-02-27
18+
19+
### Changed
20+
21+
- Update _Fluent Bit_ OCI image to [v4.2.3](https://github.com/fluent/fluent-bit/releases/tag/v4.2.3). ([#697](https://github.com/fluent/helm-charts/pull/697)) _@stevehipwell_
22+
1723
## [v1.0.0-beta.2] - 2026-01-16
1824

1925
### Changed
@@ -30,5 +36,6 @@
3036
RELEASE LINKS
3137
-->
3238
[UNRELEASED]: https://github.com/fluent/helm-charts/tree/main/charts/fluent-bit-collector
39+
[v1.0.0-beta.3]: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-collector-1.0.0-beta.3
3340
[v1.0.0-beta.2]: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-collector-1.0.0-beta.2
3441
[v1.0.0-beta.1]: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-collector-1.0.0-beta.1

charts/fluent-bit-collector/Chart.yaml

Lines changed: 2 additions & 2 deletions
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: 1.0.0-beta.2
6-
appVersion: 4.2.2
5+
version: 1.0.0-beta.3
6+
appVersion: 4.2.3
77
keywords:
88
- fluent
99
- fluentd

charts/fluent-bit-collector/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fluent-bit-collector
22

3-
![Version: 1.0.0-beta.2](https://img.shields.io/badge/Version-1.0.0--beta.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.2](https://img.shields.io/badge/AppVersion-4.2.2-informational?style=flat-square)
3+
![Version: 1.0.0-beta.3](https://img.shields.io/badge/Version-1.0.0--beta.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.3](https://img.shields.io/badge/AppVersion-4.2.3-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/fluent/helm-charts/fluent-bit-collector --version 1.0.0-beta.2
27+
helm upgrade --install fluent-bit-collector oci://ghcr.io/fluent/helm-charts/fluent-bit-collector --version 1.0.0-beta.3
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 fluent/helm-charts --certificate-github-workflow-name Release ghcr.io/fluent/helm-charts/fluent-bit-collector:1.0.0-beta.2
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 fluent/helm-charts --certificate-github-workflow-name Release ghcr.io/fluent/helm-charts/fluent-bit-collector:1.0.0-beta.3
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 fluent https://fluent.github.io/helm-charts/
44-
helm upgrade --install fluent-bit-collector fluent/fluent-bit-collector --version 1.0.0-beta.2
44+
helm upgrade --install fluent-bit-collector fluent/fluent-bit-collector --version 1.0.0-beta.3
4545
```
4646

4747
## Values

charts/fluent-bit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414

1515
## [UNRELEASED]
1616

17+
## [v0.55.1] - 2026-02-27
18+
19+
### Changed
20+
21+
- Update _Fluent Bit_ OCI image to [v4.2.3](https://github.com/fluent/fluent-bit/releases/tag/v4.2.3). ([#697](https://github.com/fluent/helm-charts/pull/697)) _@stevehipwell_
22+
1723
## [v0.55.0] - 2026-01-22
1824

1925
### Changed
@@ -36,6 +42,7 @@
3642
RELEASE LINKS
3743
-->
3844
[UNRELEASED]: https://github.com/fluent/helm-charts/tree/main/charts/fluent-bit
45+
[v0.55.1]: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.55.1
3946
[v0.55.0]: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.55.0
4047
[v0.54.1]: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.54.1
4148
[v0.54.0]: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.54.0

charts/fluent-bit/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ keywords:
55
- logging
66
- fluent-bit
77
- fluentd
8-
version: 0.55.0
9-
appVersion: 4.2.2
8+
version: 0.55.1
9+
appVersion: 4.2.3
1010
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/fluentd/fluentbit/icon/fluentbit-icon-color.svg
1111
home: https://fluentbit.io/
1212
sources:

charts/fluent-bit/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fluent-bit
22

3-
![Version: 0.55.0](https://img.shields.io/badge/Version-0.55.0-informational?style=flat-square) ![AppVersion: 4.2.2](https://img.shields.io/badge/AppVersion-4.2.2-informational?style=flat-square)
3+
![Version: 0.55.1](https://img.shields.io/badge/Version-0.55.1-informational?style=flat-square) ![AppVersion: 4.2.3](https://img.shields.io/badge/AppVersion-4.2.3-informational?style=flat-square)
44

55
Fast and lightweight log processor and forwarder for Linux, OSX and BSD family operating systems.
66

@@ -26,15 +26,15 @@ Fast and lightweight log processor and forwarder for Linux, OSX and BSD family o
2626
To install the chart using the recommended OCI method you can use the following command.
2727

2828
```shell
29-
helm upgrade --install fluent-bit oci://ghcr.io/fluent/helm-charts/fluent-bit --version 0.55.0
29+
helm upgrade --install fluent-bit oci://ghcr.io/fluent/helm-charts/fluent-bit --version 0.55.1
3030
```
3131

3232
#### Verification
3333

3434
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.
3535

3636
```shell
37-
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 fluent/helm-charts --certificate-github-workflow-name Release ghcr.io/fluent/helm-charts/fluent-bit:0.55.0
37+
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 fluent/helm-charts --certificate-github-workflow-name Release ghcr.io/fluent/helm-charts/fluent-bit:0.55.1
3838
```
3939

4040
### Non-OCI Repository
@@ -43,7 +43,7 @@ Alternatively you can use the legacy non-OCI method via the following commands.
4343

4444
```shell
4545
helm repo add fluent https://fluent.github.io/helm-charts/
46-
helm upgrade --install fluent-bit fluent/fluent-bit --version 0.55.0
46+
helm upgrade --install fluent-bit fluent/fluent-bit --version 0.55.1
4747
```
4848

4949
## Values

0 commit comments

Comments
 (0)