File tree 5 files changed +23
-3
lines changed
charts/fluent-operator/charts
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
+
1
20
## 3.1.0 / 2024-08-14
2
21
### Features
3
22
- 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.
133
133
Install the latest stable version
134
134
135
135
``` 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
137
137
138
138
# You can change the namespace in manifests/setup/kustomization.yaml in corresponding release branch
139
139
# 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
44
44
| v2.9.0 | 2024-06-13 | Elon Cheng (GitHub: @wenchajun ) |
45
45
| v3.0.0 | 2024-07-09 | Elon Cheng (GitHub: @wenchajun ) |
46
46
| v3.1.0 | 2024-08-14 | Zhang Peng (GitHub: @Gentleelephant ) |
47
+ | v3.2.0 | 2024-09-21 | Chengwei Guo (GitHub: @cw-Guo ) |
47
48
48
49
# How to cut a new release
49
50
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ description: A Helm chart delivering fluenbt-bit controller CRDS
14
14
# This is the chart version. This version number should be incremented each time you make changes
15
15
# to the chart and its templates, including the app version.
16
16
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17
- version : 3.1 .0
17
+ version : 3.2 .0
18
18
19
19
# This is the version number of the application being deployed. This version number should be
20
20
# 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
14
14
# This is the chart version. This version number should be incremented each time you make changes
15
15
# to the chart and its templates, including the app version.
16
16
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17
- version : 3.1 .0
17
+ version : 3.2 .0
18
18
19
19
# This is the version number of the application being deployed. This version number should be
20
20
# 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