Skip to content

Commit

Permalink
feat(fluentd-aggregator): Updated image to v2.10.0 (#834)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <[email protected]>
  • Loading branch information
stevehipwell authored Nov 23, 2023
1 parent b26c4d4 commit cf80eaa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 36 deletions.
6 changes: 6 additions & 0 deletions charts/fluentd-aggregator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

## [v4.1.0] - 2023-11-23

### Changed

- Updated _Fluentd Aggregator_ OCI image to [v2.10.0](https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.10.0) (_Fluentd_ [v1.16.3](https://github.com/fluent/fluentd/releases/tag/v1.16.3)).

## [v4.0.0] - 2023-06-23

> **Warning**
Expand Down
37 changes: 4 additions & 33 deletions charts/fluentd-aggregator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ apiVersion: v2
name: fluentd-aggregator
description: Helm chart for Fluentd running as an aggregation StatefulSet and using the fluent-plugin-route router.
type: application
version: 4.0.0
appVersion: 2.9.3
version: 4.1.0
appVersion: 2.10.0
keywords:
- fluent
- fluentd
- logging
- aggregator
home: https://www.fluentd.org/
icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png
sources:
Expand All @@ -20,35 +21,5 @@ maintainers:
annotations:
artifacthub.io/alternativeName: fluentd
artifacthub.io/changes: |
- kind: added
description: "Added support for autoscaling via the `autoscaling` value."
- kind: added
description: "Added separate headless `Service` for the `StatefulSet`."
- kind: added
description: "Added support for deleting PVCs in Kubernetes v1.27 or newer via the `persistence.retainDeleted` & `persistence.retainScaled` values which are `true` by default."
- kind: added
description: "Added `minReadySeconds`, `ordinals`, `podManagementPolicy` & `updateStrategy` values to better configure the `StatefulSet`."
- kind: added
description: "Added support for custom args via the `args` value."
- kind: added
description: "Added `replicas` value to replace `replicaCount`."
- kind: added
description: "Added `ingresses` value to replace `ingress` as the chart now supports multiple ingresses."
- kind: added
description: "Added `config` value to replace `configuration`."
- kind: changed
description: "Changed the way ports are configured to be via `service.httpPort`, `service.metricsPort` or `service.additionalPorts`."
- kind: changed
description: "As part of the change to `config` all of the raw Fluentd config values can be templated."
- kind: changed
description: "The default `podSecurityContext` & `securityContext` are now locked down."
- kind: changed
description: "Changed the default readiness probe to fail before the liveness probe."
- kind: changed
description: "Improved dashboard which is now tightly scoped to the chart release."
- kind: removed
description: "Removed the `replicaCount` value as it's been replaced by `replicas`."
- kind: removed
description: "Removed the `ingress` value as it's been replaced by `ingresses`."
- kind: removed
description: "Removed the `configuration` value as it's been replaced by `config`."
description: "Updated _Fluentd Aggregator_ OCI image to [v2.10.0](https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.10.0) (_Fluentd_ [v1.16.3](https://github.com/fluent/fluentd/releases/tag/v1.16.3))."
6 changes: 3 additions & 3 deletions charts/fluentd-aggregator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fluentd-aggregator

![Version: 4.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.3](https://img.shields.io/badge/AppVersion-2.9.3-informational?style=flat-square)
![Version: 4.1.0](https://img.shields.io/badge/Version-4.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.10.0](https://img.shields.io/badge/AppVersion-2.10.0-informational?style=flat-square)

Helm chart for Fluentd running as an aggregation StatefulSet and using the fluent-plugin-route router.

Expand All @@ -23,14 +23,14 @@ Helm chart for Fluentd running as an aggregation StatefulSet and using the fluen
To install the chart using the recommended OCI method you can use the following command.

```shell
helm upgrade --install fluentd-aggregator oci://ghcr.io/stevehipwell/helm-charts/fluentd-aggregator --version 4.0.0
helm upgrade --install fluentd-aggregator oci://ghcr.io/stevehipwell/helm-charts/fluentd-aggregator --version 4.1.0
```

Alternativly 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 fluentd-aggregator stevehipwell/fluentd-aggregator --version 4.0.0
helm upgrade --install fluentd-aggregator stevehipwell/fluentd-aggregator --version 4.1.0
```

## Values
Expand Down

0 comments on commit cf80eaa

Please sign in to comment.