Skip to content

Commit 8e68dce

Browse files
authored
Merge pull request #611 from wenchajun/2.1
release2.1.0
2 parents 0463ab2 + 876428c commit 8e68dce

File tree

4 files changed

+37
-3
lines changed

4 files changed

+37
-3
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## 2.1.0 / 2023-03-13
2+
### Features
3+
- Feat: Adding Azure Blob output plugin (#549)
4+
- Feat: Generic custom plugin type for Fluentd CRDs (#555)
5+
- Feat: Adding azureLogAnalytics output plugin for fluentbit (#563)
6+
- Feat: Add ability to customize metrics port (#587)
7+
- Feat: Enable fluentbit healthcheck (#598)
8+
- Feat: Adding GCP Stackdriver Fluentbit Output Plugin (#605)
9+
- Feat: Adding Cloudwatch for Fluentbit Output Plugin (#609)
10+
11+
### ENHANCEMENT
12+
- Support multi-architecture compilation, add platform amd64 compilation (#566)
13+
- Update kubebuilder and kubectl (#574)
14+
- Config: run "make manifests" to generate metricsPort (#593)
15+
- Make default ClusterInputs optional and configurable (#595)
16+
- Bump kustomize from 4.5.7 to 5.0.0 (#572)
17+
- Bump k8s.io/client-go from 0.25.4 to 0.26.1 (#573)
18+
- build(deps): Bump k8s.io/klog/v2 from 2.80.1 to 2.90.0 (#551)
19+
- build(deps): Bump github.com/joho/godotenv from 1.4.0 to 1.5.1 (#552)
20+
- build(deps): Bump github.com/go-kit/log from 0.2.0 to 0.2.1 (#553)
21+
- build(deps): Bump alpine from 3.17.1 to 3.17.2 in /cmd/fluent-watcher/fluentd/base (#569)
22+
- build(deps): Bump golang from 1.19.5-alpine3.17 to 1.20.1-alpine3.17 in /cmd/fluent-manager (#571)
23+
- build(deps): Bump golang from 1.19.5 to 1.20.1 in /docs/best-practice/forwarding-logs-via-http (#596)
24+
- build(deps): Bump sigs.k8s.io/controller-runtime from 0.14.4 to 0.14.5 (#599)
25+
- build(deps): Bump github.com/onsi/gomega from 1.26.0 to 1.27.2 (#600)
26+
- build(deps): Bump k8s.io/client-go from 0.26.1 to 0.26.2 (#602)
27+
28+
### BUGFIX
29+
- Fix: Fix Code format (including comment) (#565)
30+
- Fix: Update CRDs description / Documentation, conform to code (#591)
31+
- Fix: Set the `path` field in fluentd to optional (#592)
32+
- Fix: Add /finalizers to fluent-operator-clusterRole.yaml to fix openshift (#608)
33+
134
## 2.0.1 / 2023-02-08
235
### ENHANCEMENT
336
- Upgrade Fluentd to v1.15.3 (#556)

README.md

Lines changed: 1 addition & 1 deletion
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-2.0/manifests/setup/setup.yaml
129+
kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/release-2.1/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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ This page describes the release process and the currently planned schedule for u
3333
| v1.7.0 | 2022-11-23 | Elon Cheng (GitHub: @wenchajun) |
3434
| v2.0.0 | 2023-02-03 | Elon Cheng (GitHub: @wenchajun) |
3535
| v2.0.1 | 2023-02-08 | Elon Cheng (GitHub: @wenchajun) |
36+
| v2.1.0 | 2023-03-13 | Elon Cheng (GitHub: @wenchajun) |
3637

3738
# How to cut a new release
3839

charts/fluent-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
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: 2.0.2
18+
version: 2.1.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: 2.0.1
23+
appVersion: 2.1.0

0 commit comments

Comments
 (0)