Skip to content

Commit d4efd14

Browse files
authored
Merge pull request #1343 from cw-Guo/v3.2
release 3.2.0
2 parents 15042f5 + f86489d commit d4efd14

File tree

5 files changed

+23
-3
lines changed

5 files changed

+23
-3
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Kubernetes v1.16.13+ is necessary for running Fluent Operator.
133133
Install 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

RELEASE.md

+1
Original file line numberDiff line numberDiff 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

charts/fluent-operator/charts/fluent-bit-crds/Chart.yaml

+1-1
Original file line numberDiff line numberDiff 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

charts/fluent-operator/charts/fluentd-crds/Chart.yaml

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)