Skip to content

Commit 765877a

Browse files
authored
Merge pull request #1202 from wenchajun/v2.9
release 2.9.0
2 parents 5fef0a1 + 495eb85 commit 765877a

File tree

5 files changed

+32
-3
lines changed

5 files changed

+32
-3
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## 2.9.0 / 2024-06-13
2+
### Features
3+
- Feat: Support elastic_data_stream (#1190) @fschlager
4+
- Feat: Add storage total limit size to es plugin (#1196) @smallc2009
5+
- Feat: Add tag parameter to forward output plugin (#1167) @fschlager
6+
- Feat: Support datadog plugin api key to allow for secret injection (#1070) @nitintecg
7+
- Feat: Add cloudId and cloudAuth parameters to elastic (#1169) @fschlager
8+
9+
### ENHANCEMENT
10+
- Updates setup manifests to be compatible with v2.8.0 (#1161) @joshuabaird
11+
- Update index.md (#1180) @lansaloni
12+
- Upgrade fluentd to 1.17.0. (#1198) @joshuabaird
13+
- Update fluentbit to v3.0.7 (#1199) @joshuabaird
14+
- Update references to fluentd:1.17.0 image (#1200) @joshuabaird
15+
- build(deps): Bump golang.org/x/net from 0.17.0 to 0.23.0 (#1140) @dependabot
16+
- build(deps): Bump helm/kind-action from 1.9.0 to 1.10.0 (#1156) @dependabot
17+
- build(deps): Bump alpine from 3.19 to 3.20 in /cmd/fluent-watcher/fluentd (#1179) @dependabot
18+
- build(deps): Bump golang from 1.22.0 to 1.22.3 in /docs/best-practice/forwarding-logs-via-http (#1191) @dependabot
19+
- build(deps): Bump aquasecurity/trivy-action from 0.13.1 to 0.21.0 (#1192) @dependabot
20+
21+
### BUGFIX
22+
- Fix: missing inputs and clusterInputs CRDs in setup.yaml (#1144) (#1145) @antrema
23+
- Fix: bugfix namespaced filters (#1143) @MarkusFreitag
24+
- Fix: fix release cycles for fluentd and fluentbit images manually. (#1183) @sarathchandra24
25+
- Fix: fix quotes for disable-component-controller argument string in fluent-operator deployment template. (#1160) @nickytd
26+
- Fix: fix fluentd path issues. (#1195) @sarathchandra24
27+
- Fix: fix fluent-bit image name. (#1201) @joshuabaird
28+
129
## 2.8.0 / 2024-04-22
230
### Features
331
- Feat: feat: add multiline parser support for fluentbit (#1100) @ksdpmx

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Kubernetes v1.16.13+ is necessary for running Fluent Operator.
130130
Install the latest stable version
131131

132132
```shell
133-
kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/release-2.7/manifests/setup/setup.yaml
133+
kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/release-2.9/manifests/setup/setup.yaml
134134

135135
# You can change the namespace in manifests/setup/kustomization.yaml in corresponding release branch
136136
# and then use command below to install to another namespace

RELEASE.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ This page describes the release process and the currently planned schedule for u
4141
| v2.6.0 | 2023-11-22 | Elon Cheng (GitHub: @wenchajun) |
4242
| v2.7.0 | 2023-12-19 | Anthony Treuillier (GitHub: @antrema) |
4343
| v2.8.0 | 2024-04-22 | Zhang Peng (GitHub: @Gentleelephant) |
44+
| v2.9.0 | 2024-06-13 | Elon Cheng (GitHub: @wenchajun) |
4445

4546
# How to cut a new release
4647

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: 2.8.0
17+
version: 2.9.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: 2.8.0
17+
version: 2.9.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)