Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 3.2.0 #1343

Merged
merged 2 commits into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 3.2.0 / 2024-09-21
### Features
- Expose args and command attributes for FluentBit CRD (#1350) @reegnz
- Add option to disable operator resources in Helm chart (#1348) @jiuxia211
- Support lua filter in namespaced CRD (#1342) @cw-Guo
- Add cloudAuthSecret & awsAuthSecret (#1338) @cw-Guo
- Add exec wasi input plugin (#1326) @jiuxia211
- Add wasm filter piugin (#1325) @jiuxia211
- Expose lua filter type_array_key parameter (#1323) @reegnz
- Support storage.total_limit_size in syslog plugin (#1318) @jk-mob
- Expose fluentbit init-container values in helm chart (#1320) @RajatPorwal5
- Add logs_body_key_attributes option for OpenTelemetry output plugin (#1322) @LKummer
- Add log to metrics plugin (#1305) @Athishpranav200
### ENHANCEMENT
- Update fluentbit to 3.1.7 (#1329) @jiuxia211
### BUGFIX
- Fix assignment to entry in nil map when --watch-namespaces flag is provided (#1334) @alexandrevilain
- Fix annotations too long issue (#1309) @cw-Guo

## 3.1.0 / 2024-08-14
### Features
- Render ConfigMap only if key is not empty string (#1299) @dex4er
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Kubernetes v1.16.13+ is necessary for running Fluent Operator.
Install the latest stable version

```shell
kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/release-3.1/manifests/setup/setup.yaml
kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/release-3.2/manifests/setup/setup.yaml

# You can change the namespace in manifests/setup/kustomization.yaml in corresponding release branch
# and then use command below to install to another namespace
Expand Down
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ This page describes the release process and the currently planned schedule for u
| v2.9.0 | 2024-06-13 | Elon Cheng (GitHub: @wenchajun) |
| v3.0.0 | 2024-07-09 | Elon Cheng (GitHub: @wenchajun) |
| v3.1.0 | 2024-08-14 | Zhang Peng (GitHub: @Gentleelephant) |
| v3.2.0 | 2024-09-21 | Chengwei Guo (GitHub: @cw-Guo) |

# How to cut a new release

Expand Down
2 changes: 1 addition & 1 deletion charts/fluent-operator/charts/fluent-bit-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: A Helm chart delivering fluenbt-bit controller CRDS
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.1.0
version: 3.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/fluent-operator/charts/fluentd-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: A Helm chart delivering fluentd controller CRDS
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.1.0
version: 3.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down