File tree 5 files changed +32
-3
lines changed
charts/fluent-operator/charts
5 files changed +32
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
29
## 2.8.0 / 2024-04-22
2
30
### Features
3
31
- Feat: feat: add multiline parser support for fluentbit (#1100 ) @ksdpmx
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ Kubernetes v1.16.13+ is necessary for running Fluent Operator.
130
130
Install the latest stable version
131
131
132
132
``` 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
134
134
135
135
# You can change the namespace in manifests/setup/kustomization.yaml in corresponding release branch
136
136
# and then use command below to install to another namespace
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ This page describes the release process and the currently planned schedule for u
41
41
| v2.6.0 | 2023-11-22 | Elon Cheng (GitHub: @wenchajun ) |
42
42
| v2.7.0 | 2023-12-19 | Anthony Treuillier (GitHub: @antrema ) |
43
43
| v2.8.0 | 2024-04-22 | Zhang Peng (GitHub: @Gentleelephant ) |
44
+ | v2.9.0 | 2024-06-13 | Elon Cheng (GitHub: @wenchajun ) |
44
45
45
46
# How to cut a new release
46
47
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 : 2.8 .0
17
+ version : 2.9 .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 : 2.8 .0
17
+ version : 2.9 .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