File tree 4 files changed +25
-3
lines changed
4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.6.0 / 2022-10-25
2
+ ### Features
3
+ - Add Fluent Bit Splunk output plugin (#417 )
4
+
5
+ ### ENHANCEMENT
6
+ - Bump github.com/go-kit/kit from 0.9.0 to 0.12.0 (#412 )
7
+ - Bump github.com/joho/godotenv from 1.3.0 to 1.4.0 (#413 )
8
+ - Bump github.com/go-openapi/errors from 0.19.2 to 0.20.3 (#414 )
9
+ - Bump actions/checkout from 2 to 3 (#415 )
10
+ - Build: Enhance binary (#416 )
11
+ - Chore(deps): bump github.com/onsi/gomega from 1.20.1 to 1.21.1 (#419 )
12
+ - Added support for Time_Offset parameter in regex parser (#423 )
13
+ - Changing type of SplunkToken from string to secret (#427 )
14
+ - Upgrade docker image version (#432 )
15
+
16
+ ### BUGFIX
17
+ - Fixing a typo 'Spklunk' to 'Splunk' (#420 )
18
+ - Helm: Fixing error in fluentbit-FluentBit (#422 )
19
+ - Fix clusterParser to ClusterParser (#426 )
20
+ - Fix: Handling optional bool parameters for Splunk ClusterOutput (#428 )
21
+
1
22
## 1.5.1 / 2022-09-30
2
23
3
24
### ENHANCEMENT
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ Kubernetes v1.16.13+ is necessary for running Fluent Operator.
126
126
Install the latest stable version
127
127
128
128
``` shell
129
- kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/release-1.5 /manifests/setup/setup.yaml
129
+ kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/release-1.6 /manifests/setup/setup.yaml
130
130
131
131
# You can change the namespace in manifests/setup/kustomization.yaml in corresponding release branch
132
132
# and then use command below to install to another namespace
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ This page describes the release process and the currently planned schedule for u
28
28
| v1.1.0 | 2022-06-15 | Elon Cheng (GitHub: @wenchajun ) |
29
29
| v1.5.0 | 2022-09-24 | Elon Cheng (GitHub: @wenchajun ) |
30
30
| v1.5.1 | 2022-09-30 | Elon Cheng (GitHub: @wenchajun ) |
31
+ | v1.6.0 | 2022-10-25 | Elon Cheng (GitHub: @wenchajun ) |
31
32
32
33
# How to cut a new release
33
34
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ description: A Helm chart for Kubernetes
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1.5.2
18
+ version : 1.6.0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
- appVersion : 1.5.1
23
+ appVersion : 1.6.0
You can’t perform that action at this time.
0 commit comments