Skip to content

Commit 5dd7c6d

Browse files
authored
Merge pull request #433 from wenchajun/master
release 1.6.0
2 parents 1c77ff3 + 29012cf commit 5dd7c6d

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
122
## 1.5.1 / 2022-09-30
223

324
### ENHANCEMENT

README.md

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

128128
```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
130130

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

RELEASE.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This page describes the release process and the currently planned schedule for u
2828
| v1.1.0 | 2022-06-15 | Elon Cheng (GitHub: @wenchajun) |
2929
| v1.5.0 | 2022-09-24 | Elon Cheng (GitHub: @wenchajun) |
3030
| v1.5.1 | 2022-09-30 | Elon Cheng (GitHub: @wenchajun) |
31+
| v1.6.0 | 2022-10-25 | Elon Cheng (GitHub: @wenchajun) |
3132

3233
# How to cut a new release
3334

charts/fluent-operator/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ description: A Helm chart for Kubernetes
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.5.2
18+
version: 1.6.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 1.5.1
23+
appVersion: 1.6.0

0 commit comments

Comments
 (0)