Skip to content

Commit 92b7cb0

Browse files
authored
Merge pull request #1142 from Gentleelephant/master-local-4-22
release-2.7.1
2 parents 9eb959a + ccce722 commit 92b7cb0

File tree

5 files changed

+63
-8
lines changed

5 files changed

+63
-8
lines changed

CHANGELOG.md

+55-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
## 2.8.0 / 2024-04-22
2+
### Features
3+
- Feat: feat: add multiline parser support for fluentbit (#1100) @ksdpmx
4+
- Feat: feat: enforce Fluentd tests (#1110) @antrema
5+
- Feat: feat: implement SecretLoader as interface and enforce Fluentd tests u… (#1109) @antrema
6+
- Feat: namespaced tag re_emitter parameters support (#1085) @chrono2002
7+
- Feat: LUA filter inline code support (#1081) @chrono2002
8+
- Feat: feat(disableLogVolumes): expose disableLogVolumes in helm chart (#1082) @L1ghtman2k
9+
- Feat: feat(chart): Add operator.extraArgs to add extra args to the fluent-operator container (#1074) @alexandrevilain
10+
- Feat: feat(tls): allow overwriting tls for s3 (#1078) @L1ghtman2k
11+
- Feat: feat: Emitter storage_type and mem_buf_limit config (#1069) @chrono2002
12+
- Feat: Rework fluent-bit-watcher and make use of the hot-reload mechanism (#1051) @markusthoemmes
13+
- Feat: Add clusterinput tail resource to support setting bufferMaxSize (#1052) @opencmit2
14+
- Feat: feat(1062): Configure logLevel in ClusterFluentBitConfig (#1063) @dennis-ge
15+
- Feat: feat: support s3 server side encryption (#1039) @cw-Guo
16+
17+
### ENHANCEMENT
18+
- Helm multiline passer template and usage (#1138) @onecer
19+
- make lua scripts `code` and `script` optional (#1129) @onecer
20+
- MultilineParser achieve an effect similar to embedding by using anonymous structs (#1133) @onecer
21+
- helm template fluentbit output es support logstashPrefixKey (#1119) @onecer
22+
- Add Profile field for Fluent bit S3 output (#1127) @jeff303
23+
- auto gen plugins documentation directory (#1121) @onecer
24+
- build(deps): Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (#1091) @dependabot
25+
- build(deps): Bump actions/cache from 3 to 4 (#1055) @dependabot
26+
- build(deps): Bump actions/setup-go from 4 to 5 (#1034) @dependabot
27+
- build(deps): Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 (#1028) @dependabot
28+
- build(deps): Bump golang from 1.21.4 to 1.22.0 in /docs/best-practice/forwarding-logs-via-http (#1077) @dependabot
29+
- build(deps): Bump helm/kind-action from 1.8.0 to 1.9.0 (#1076) @dependabot
30+
- build(deps): Bump azure/setup-helm from 3 to 4 (#1075) @dependabot
31+
- build(deps): Bump actions/setup-python from 4 to 5 (#1035) @dependabot
32+
- build(deps): Bump arm64v8/ruby from 3.2-slim-bullseye to 3.3-slim-bullseye in /cmd/fluent-watcher/fluentd (#1032) @dependabot
33+
- HostNetwork DNS Policy (#1101) @opp-svega
34+
- adds servicemonitor (#1089) @chrono2002
35+
- push image to multiple registry (#1079) @sarathchandra24
36+
- fluentbit/output/elasticsearch: Add writeOperation option (#1080) @icy
37+
- Bump fluent-bit to 2.2.2 (#1053) @markusthoemmes
38+
- Bump Golang version to 1.21 and replace slice utils with stdlib (#1049) @markusthoemmes
39+
- Add stackdriver output to the Helm Chart (#1040) @UgurcanAkkok
40+
41+
### BUGFIX
42+
- Fix: Passing variables to es output config is fixed (#1099) @aido93
43+
- fix fluent-operator clusterrole in manifests directory (#1098) @Cajga
44+
- fix: delete remaining debug traces (#1107) @antrema
45+
- fix: ordered fluentd-config #1104 (#1106) @antrema
46+
- Fix 1090: Path issues (#1093) @sarathchandra24
47+
- fix: no Path default value for memory buffer #1103 (#1105) @antrema
48+
- fix build args fluentd image (#1095) @sarathchandra24
49+
- Fix: attach latest tag to images - DockerHub synchronize with GHCR (#1086) @sarathchandra24
50+
- fix: incorrect fields in syslog input plugin parameters (#1084) @lukasboettcher
51+
- fix(fluentd): Use custom plugin content for hash generation (#1059) @MisterMX
52+
- fix prometheus-remote-write-edge templates error (#1036) @JiaweiGithub
53+
- Fixed the .spec.loki.tls map rendering in FluentBit loki ClusterOutput (#1031) @isemichastnov
54+
155
## 2.7.0 / 2023-12-19
256
### Features
357
- Feat: Add copy output plugin for fluentd #1017 (#1018) @antrema
@@ -10,7 +64,7 @@
1064
- build(deps): Bump golang in /docs/best-practice/forwarding-logs-via-http (#1004) @dependabot
1165
- build(deps): Bump github.com/onsi/gomega from 1.28.0 to 1.30.0 (#1002) @dependabot
1266

13-
### BUGFIX
67+
### BUGFIX
1468
- fix: Add SSL/TLS settings feature for fluentd output Elasticsearch #418 (#1011) @antrema
1569
- fix: Add RBAC permissions for input and clusterinput (#1019) @MisterMX
1670
- fix: missing CRD entries and documentation #1020 (#1022) @antrema

RELEASE.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This page describes the release process and the currently planned schedule for u
55
## Release schedule
66

77
| release series | date (year-month-day) | release shepherd |
8-
| -------------- | ---------------------- | ------------------------------------- |
8+
|----------------|------------------------|---------------------------------------|
99
| v0.1.0 | 2020-02-17 | Guangzhe Huang (GitHub: @huanggze) |
1010
| v0.2.0 | 2020-08-27 | Guangzhe Huang (GitHub: @huanggze) |
1111
| v0.3.0 | 2020-11-10 | Guangzhe Huang (GitHub: @huanggze) |
@@ -40,6 +40,7 @@ This page describes the release process and the currently planned schedule for u
4040
| v2.5.0 | 2023-09-13 | Elon Cheng (GitHub: @wenchajun) |
4141
| v2.6.0 | 2023-11-22 | Elon Cheng (GitHub: @wenchajun) |
4242
| v2.7.0 | 2023-12-19 | Anthony Treuillier (GitHub: @antrema) |
43+
| v2.8.0 | 2024-04-22 | Zhang Peng (GitHub: @Gentleelephant) |
4344

4445
# How to cut a new release
4546

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.7.0
18+
version: 2.8.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.7.0
23+
appVersion: 2.8.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.7.0
17+
version: 2.8.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.7.0"
23+
appVersion: "2.8.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.7.0
17+
version: 2.8.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.7.0"
23+
appVersion: "2.8.0"

0 commit comments

Comments
 (0)