Skip to content

Commit

Permalink
release 1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: chengdehao <dehaocheng@kubesphere.io>
  • Loading branch information
wenchajun committed Oct 25, 2022
1 parent 1c77ff3 commit 29012cf
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 1.6.0 / 2022-10-25
### Features
- Add Fluent Bit Splunk output plugin (#417)

### ENHANCEMENT
- Bump github.com/go-kit/kit from 0.9.0 to 0.12.0 (#412)
- Bump github.com/joho/godotenv from 1.3.0 to 1.4.0 (#413)
- Bump github.com/go-openapi/errors from 0.19.2 to 0.20.3 (#414)
- Bump actions/checkout from 2 to 3 (#415)
- Build: Enhance binary (#416)
- Chore(deps): bump github.com/onsi/gomega from 1.20.1 to 1.21.1 (#419)
- Added support for Time_Offset parameter in regex parser (#423)
- Changing type of SplunkToken from string to secret (#427)
- Upgrade docker image version (#432)

### BUGFIX
- Fixing a typo 'Spklunk' to 'Splunk' (#420)
- Helm: Fixing error in fluentbit-FluentBit (#422)
- Fix clusterParser to ClusterParser (#426)
- Fix: Handling optional bool parameters for Splunk ClusterOutput (#428)

## 1.5.1 / 2022-09-30

### ENHANCEMENT
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,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-1.5/manifests/setup/setup.yaml
kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/release-1.6/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 @@ -28,6 +28,7 @@ This page describes the release process and the currently planned schedule for u
| v1.1.0 | 2022-06-15 | Elon Cheng (GitHub: @wenchajun) |
| v1.5.0 | 2022-09-24 | Elon Cheng (GitHub: @wenchajun) |
| v1.5.1 | 2022-09-30 | Elon Cheng (GitHub: @wenchajun) |
| v1.6.0 | 2022-10-25 | Elon Cheng (GitHub: @wenchajun) |

# How to cut a new release

Expand Down
4 changes: 2 additions & 2 deletions charts/fluent-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ description: A Helm chart for Kubernetes
# 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: 1.5.2
version: 1.6.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
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1.5.1
appVersion: 1.6.0

0 comments on commit 29012cf

Please sign in to comment.