Skip to content

Commit 8f5b64f

Browse files
committed
release 2.3.0
Signed-off-by: dehaocheng <[email protected]>
1 parent 5adb861 commit 8f5b64f

File tree

5 files changed

+38
-6
lines changed

5 files changed

+38
-6
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## 2.3.0 / 2023-05-18
2+
### Features
3+
- Feat: Adding influxdb plugin (#690)
4+
5+
### ENHANCEMENT
6+
- Add EnvVars support to FluentD (#697)
7+
- Add Pod Annotations support to FluentD (#698)
8+
- Fluent operator & fluentbit: Added tolerations, nodeSelector + more (#704)
9+
- EnvVars support in fluentbit helm template (#706)
10+
- Add uri field for each telemetry type in opentelemetry plugin, remove old uri field (#708)
11+
- Adjust fluentd watcher dependabot (#716)
12+
- remove the deprecated -i flag in go build (#720)
13+
- Adjust fluentd arm64 image build timeout (#721)
14+
- Fluent-bit upgrade to v2.1.2 (#723)
15+
- Add fluentbit.affinity configuration (#726)
16+
- Adjust edge metrics collection config (#736)
17+
- build(deps): Bump k8s.io/apimachinery from 0.26.3 to 0.27.1 (#701)
18+
- build(deps): Bump helm/chart-testing-action from 2.1.0 to 2.4.0 (#710)
19+
- build(deps): Bump k8s.io/klog/v2 from 2.90.1 to 2.100.1 (#712)
20+
- build(deps): Bump golang from 1.20.3-alpine3.17 to 1.20.4-alpine3.17 in /cmd/fluent-manager (#713)
21+
- build(deps): Bump golang from 1.20.3-alpine3.16 to 1.20.4-alpine3.16 in /cmd/fluent-watcher/fluentbit (#714)
22+
- build(deps): Bump golang from 1.20.2 to 1.20.4 in /docs/best-practice/forwarding-logs-via-http (#715)
23+
- build(deps): Bump golang from 1.19.2-alpine3.16 to 1.20.4-alpine3.16 in /cmd/fluent-watcher/fluentd (#717)
24+
- build(deps): Bump arm64v8/ruby from 3.1-slim-bullseye to 3.2-slim-bullseye in /cmd/fluent-watcher/fluentd (#718)
25+
- build(deps): Bump alpine from 3.16 to 3.17 in /cmd/fluent-watcher/fluentd (#719)
26+
27+
### BUGFIX
28+
- Fix: Fix missing log level (#691)
29+
- Fix: Fix rewrite_tag match rule and trim start of string pattern (#692)
30+
- Fix(docs): Update cluster outputs docs link (#724)
31+
132
## 2.2.0 / 2023-04-07
233
### Features
334
- Feat: Adding Fluentd cloudwatch plugin (#586)

RELEASE.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ This page describes the release process and the currently planned schedule for u
3535
| v2.0.1 | 2023-02-08 | Elon Cheng (GitHub: @wenchajun) |
3636
| v2.1.0 | 2023-03-13 | Elon Cheng (GitHub: @wenchajun) |
3737
| v2.2.0 | 2023-04-07 | Elon Cheng (GitHub: @wenchajun) |
38+
| v2.3.0 | 2023-05-18 | Elon Cheng (GitHub: @wenchajun) |
3839

3940
# How to cut a new release
4041

charts/fluent-operator/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ 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.2.1
18+
version: 2.3.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.2.0
23+
appVersion: 2.3.0
2424

2525
dependencies:
2626
- name: fluent-bit-crds

charts/fluent-operator/charts/fluent-bit-crds/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ description: A Helm chart delivering fluenbt-bit controller CRDS
1414
# This is the chart version. This version number should be incremented each time you make changes
1515
# to the chart and its templates, including the app version.
1616
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17-
version: 2.1.0
17+
version: 2.3.0
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application. Versions are not expected to
2121
# follow Semantic Versioning. They should reflect the version the application is using.
2222
# It is recommended to use it with quotes.
23-
appVersion: "2.1.0"
23+
appVersion: "2.3.0"

charts/fluent-operator/charts/fluentd-crds/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ description: A Helm chart delivering fluentd controller CRDS
1414
# This is the chart version. This version number should be incremented each time you make changes
1515
# to the chart and its templates, including the app version.
1616
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17-
version: 2.1.0
17+
version: 2.3.0
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application. Versions are not expected to
2121
# follow Semantic Versioning. They should reflect the version the application is using.
2222
# It is recommended to use it with quotes.
23-
appVersion: "2.1.0"
23+
appVersion: "2.3.0"

0 commit comments

Comments
 (0)