Skip to content

Commit

Permalink
feat(fluent-bit-aggregator): Updated image to v3.1.7 (#1036)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
  • Loading branch information
stevehipwell authored Sep 3, 2024
1 parent 5c44259 commit 2589cf3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
7 changes: 7 additions & 0 deletions charts/fluent-bit-aggregator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@

## [UNRELEASED]

## [v0.15.7] - 2024-09-03

### Added

- Added deterministic _Grafana_ dashboard `uid` based on the chart namespace and fullname.

### Changed

- Updated _Fluent Bit_ OCI image to [v3.1.7](https://github.com/fluent/fluent-bit/releases/tag/v3.1.7).

## [v0.15.6] - 2024-08-15

### Added
Expand Down Expand Up @@ -278,6 +284,7 @@
RELEASE LINKS
-->
[UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/fluent-bit-aggregator
[v0.15.7]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-aggregator-0.15.7
[v0.15.6]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-aggregator-0.15.6
[v0.15.5]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-aggregator-0.15.5
[v0.15.4]: https://github.com/stevehipwell/helm-charts/releases/tag/fluent-bit-aggregator-0.15.4
Expand Down
10 changes: 4 additions & 6 deletions charts/fluent-bit-aggregator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.6
appVersion: 3.1.6
version: 0.15.7
appVersion: 3.1.7
keywords:
- fluent
- fluentd
Expand All @@ -23,8 +23,6 @@ annotations:
artifacthub.io/alternativeName: fluent-bit
artifacthub.io/changes: |
- kind: added
description: "Added support for setting the `unhealthyPodEvictionPolicy` value for the `PodDisruptionBudget` via the `podDisruptionBudget.unhealthyPodEvictionPolicy` value on _Kubernetes_ `1.27` or higher clusters."
- kind: added
description: "Added support for setting the `trafficDistribution` value for the `Services` via the `service.trafficDistribution` value on _Kubernetes_ `1.31` or higher clusters."
description: "Added deterministic _Grafana_ dashboard `uid` based on the chart namespace and fullname."
- kind: changed
description: "Updated _Fluent Bit_ OCI image to [v3.1.6](https://github.com/fluent/fluent-bit/releases/tag/v3.1.6)."
description: "Updated _Fluent Bit_ OCI image to [v3.1.7](https://github.com/fluent/fluent-bit/releases/tag/v3.1.7)."
8 changes: 4 additions & 4 deletions charts/fluent-bit-aggregator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fluent-bit-aggregator

![Version: 0.15.6](https://img.shields.io/badge/Version-0.15.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.6](https://img.shields.io/badge/AppVersion-3.1.6-informational?style=flat-square)
![Version: 0.15.7](https://img.shields.io/badge/Version-0.15.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.7](https://img.shields.io/badge/AppVersion-3.1.7-informational?style=flat-square)

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

Expand All @@ -24,15 +24,15 @@ 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.15.6
helm upgrade --install fluent-bit-aggregator oci://ghcr.io/stevehipwell/helm-charts/fluent-bit-aggregator --version 0.15.7
```

#### Verification

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.15.6
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.7
```

### Non-OCI Repository
Expand All @@ -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.15.6
helm upgrade --install fluent-bit-aggregator stevehipwell/fluent-bit-aggregator --version 0.15.7
```

## Values
Expand Down

0 comments on commit 2589cf3

Please sign in to comment.