File tree Expand file tree Collapse file tree 5 files changed +23
-3
lines changed
charts/fluent-operator/charts Expand file tree Collapse file tree 5 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 3.2.0 / 2024-09-21
2+ ### Features
3+ - Expose args and command attributes for FluentBit CRD (#1350 ) @reegnz
4+ - Add option to disable operator resources in Helm chart (#1348 ) @jiuxia211
5+ - Support lua filter in namespaced CRD (#1342 ) @cw-Guo
6+ - Add cloudAuthSecret & awsAuthSecret (#1338 ) @cw-Guo
7+ - Add exec wasi input plugin (#1326 ) @jiuxia211
8+ - Add wasm filter piugin (#1325 ) @jiuxia211
9+ - Expose lua filter type_array_key parameter (#1323 ) @reegnz
10+ - Support storage.total_limit_size in syslog plugin (#1318 ) @jk-mob
11+ - Expose fluentbit init-container values in helm chart (#1320 ) @RajatPorwal5
12+ - Add logs_body_key_attributes option for OpenTelemetry output plugin (#1322 ) @LKummer
13+ - Add log to metrics plugin (#1305 ) @Athishpranav200
14+ ### ENHANCEMENT
15+ - Update fluentbit to 3.1.7 (#1329 ) @jiuxia211
16+ ### BUGFIX
17+ - Fix assignment to entry in nil map when --watch-namespaces flag is provided (#1334 ) @alexandrevilain
18+ - Fix annotations too long issue (#1309 ) @cw-Guo
19+
120## 3.1.0 / 2024-08-14
221### Features
322- Render ConfigMap only if key is not empty string (#1299 ) @dex4er
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ Kubernetes v1.16.13+ is necessary for running Fluent Operator.
133133Install the latest stable version
134134
135135``` shell
136- kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/release-3.1 /manifests/setup/setup.yaml
136+ kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/release-3.2 /manifests/setup/setup.yaml
137137
138138# You can change the namespace in manifests/setup/kustomization.yaml in corresponding release branch
139139# and then use command below to install to another namespace
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ This page describes the release process and the currently planned schedule for u
4444| v2.9.0 | 2024-06-13 | Elon Cheng (GitHub: @wenchajun ) |
4545| v3.0.0 | 2024-07-09 | Elon Cheng (GitHub: @wenchajun ) |
4646| v3.1.0 | 2024-08-14 | Zhang Peng (GitHub: @Gentleelephant ) |
47+ | v3.2.0 | 2024-09-21 | Chengwei Guo (GitHub: @cw-Guo ) |
4748
4849# How to cut a new release
4950
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ description: A Helm chart delivering fluenbt-bit controller CRDS
1414# This is the chart version. This version number should be incremented each time you make changes
1515# to the chart and its templates, including the app version.
1616# Versions are expected to follow Semantic Versioning (https://semver.org/)
17- version : 3.1 .0
17+ version : 3.2 .0
1818
1919# This is the version number of the application being deployed. This version number should be
2020# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ description: A Helm chart delivering fluentd controller CRDS
1414# This is the chart version. This version number should be incremented each time you make changes
1515# to the chart and its templates, including the app version.
1616# Versions are expected to follow Semantic Versioning (https://semver.org/)
17- version : 3.1 .0
17+ version : 3.2 .0
1818
1919# This is the version number of the application being deployed. This version number should be
2020# incremented each time you make changes to the application. Versions are not expected to
You can’t perform that action at this time.
0 commit comments