Skip to content

Commit cf5582c

Browse files
v3.5.0 fluent-operator release (#1741)
* Prep v3.5.0 release. Signed-off-by: Josh Baird <[email protected]> * Add v. Signed-off-by: Josh Baird <[email protected]> * Update CHANGELOG. Signed-off-by: Josh Baird <[email protected]> * Rev chart. Signed-off-by: Josh Baird <[email protected]> * Update CHANGELOG.md Co-authored-by: Marco Franssen <[email protected]> Signed-off-by: Josh Baird <[email protected]> --------- Signed-off-by: Josh Baird <[email protected]> Co-authored-by: Marco Franssen <[email protected]>
1 parent 456d31f commit cf5582c

File tree

7 files changed

+98
-5
lines changed

7 files changed

+98
-5
lines changed

CHANGELOG.md

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,97 @@
11
# Change Log
22

3+
## 3.5.0 / 2025-10-24
4+
5+
### Features
6+
7+
* Support both IPv4 and IPv6 addresses in http_listen configuration by @damyan in https://github.com/fluent/fluent-operator/pull/1616
8+
* allow s3 output plugin to get keys from secrets by @v-davegillies-upscale in https://github.com/fluent/fluent-operator/pull/1688
9+
* feat: add servicemonitor for fluent-operator to helm chart by @dennis-ge in https://github.com/fluent/fluent-operator/pull/1677
10+
* add ClusterFirstWithHostNet for kubeedge fluentbit by @Abirdcfly in https://github.com/fluent/fluent-operator/pull/1726
11+
* Add fields to AzureBlob output plugin by @BHYub in https://github.com/fluent/fluent-operator/pull/1727
12+
* Allow setting logfmt parser options by @cosmastech in https://github.com/fluent/fluent-operator/pull/1637
13+
* Add `workers` param for s3 output by @hercynium in https://github.com/fluent/fluent-operator/pull/1647
14+
15+
### Enhancements
16+
17+
* Make fluentbit livenessProbe more flexible by @CharlieR-o-o-t in https://github.com/fluent/fluent-operator/pull/1628
18+
* Use unique names for Fluentbit/Fluentd controllers. by @joshuabaird in https://github.com/fluent/fluent-operator/pull/1736
19+
* chore(deps): update ghcr.io/fluent/fluent-operator/fluent-bit docker tag to v4.1.1 by @github-actions[bot] in https://github.com/fluent/fluent-operator/pull/1738
20+
* Re-factor build workflow for fluent-operator. by @joshuabaird in https://github.com/fluent/fluent-operator/pull/1737
21+
* Fix dupl warnings by @u5surf in https://github.com/fluent/fluent-operator/pull/1735
22+
* Fix error handling by @sugaf1204 in https://github.com/fluent/fluent-operator/pull/1666
23+
* feat(fluentbit): add text_payload_key to stackdriver by @cw-Guo in https://github.com/fluent/fluent-operator/pull/1669
24+
* Add golang-ci configuration matching with latest operator SDK by @marcofranssen in https://github.com/fluent/fluent-operator/pull/1704
25+
* Update generated files by @marcofranssen in https://github.com/fluent/fluent-operator/pull/1705
26+
* make tls config in elastic more clearer by @smallc2009 in https://github.com/fluent/fluent-operator/pull/1645
27+
* Bump fluent-bit-crds and fluentd-crds sub-charts to 3.4.2. by @joshuabaird in https://github.com/fluent/fluent-operator/pull/1654
28+
* ci: Fix "ct lint" action by @joshuabaird in https://github.com/fluent/fluent-operator/pull/1680
29+
* Add golangci lint and resolve linter warnings by @marcofranssen in https://github.com/fluent/fluent-operator/pull/1703
30+
* Fix Docker warnings by @marcofranssen in https://github.com/fluent/fluent-operator/pull/1706
31+
* Fix goconst linter warnings #1707 by @u5surf in https://github.com/fluent/fluent-operator/pull/1711
32+
* Fix cyclomatic complexity linter warnings by @marcofranssen in https://github.com/fluent/fluent-operator/pull/1708
33+
* Resolve long line length linter warnings by @marcofranssen in https://github.com/fluent/fluent-operator/pull/1710
34+
* bump chart by @marcofranssen in https://github.com/fluent/fluent-operator/pull/1715
35+
* Resolve some duplicate code linter warnings by @marcofranssen in https://github.com/fluent/fluent-operator/pull/1718
36+
* Fix some `lll` warnings. by @u5surf in https://github.com/fluent/fluent-operator/pull/1720
37+
* fluentd: Fix gocyclo warnings by @u5surf in https://github.com/fluent/fluent-operator/pull/1723
38+
* Sanitize markdown by resolving linter warnings by @marcofranssen in https://github.com/fluent/fluent-operator/pull/1611
39+
* Bumped chart-version by @ncauchois in https://github.com/fluent/fluent-operator/pull/1596
40+
* helm-chart: patch 3.4 release by @marcofranssen in https://github.com/fluent/fluent-operator/pull/1623
41+
* docs: add link to label-router project by @csatib02 in https://github.com/fluent/fluent-operator/pull/1627
42+
* Update fluentbit-fluentBit.yaml to address issue 1635 by @g1franc in https://github.com/fluent/fluent-operator/pull/1636
43+
* ClusterInput/ClusterOutput helm chart changes by @CharlieR-o-o-t in https://github.com/fluent/fluent-operator/pull/1642
44+
* Validate region and its value in Kinesis Output plugin by @smallc2009 in https://github.com/fluent/fluent-operator/pull/1644
45+
46+
### Dependencies
47+
48+
* chore(deps): update ghcr.io/fluent/fluent-operator/fluent-operator docker tag to v3.4.0 by @github-actions[bot] in https://github.com/fluent/fluent-operator/pull/1617
49+
* build(deps): Bump aquasecurity/trivy-action from 0.30.0 to 0.33.0 by @dependabot[bot] in https://github.com/fluent/fluent-operator/pull/1676
50+
* build(deps): Bump renovatebot/github-action from 41.0.22 to 43.0.10 by @dependabot[bot] in https://github.com/fluent/fluent-operator/pull/1675
51+
* build(deps): Bump docker/setup-buildx-action from 3.10.0 to 3.11.1 by @dependabot[bot] in https://github.com/fluent/fluent-operator/pull/1650
52+
* build(deps): Bump docker/build-push-action from 6.16.0 to 6.18.0 by @dependabot[bot] in https://github.com/fluent/fluent-operator/pull/1630
53+
* build(deps): Bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot[bot] in https://github.com/fluent/fluent-operator/pull/1629
54+
* build(deps): Bump azure/setup-helm from 4.3.0 to 4.3.1 by @dependabot[bot] in https://github.com/fluent/fluent-operator/pull/1695
55+
* build(deps): Bump renovatebot/github-action from 43.0.10 to 43.0.14 by @dependabot[bot] in https://github.com/fluent/fluent-operator/pull/1697
56+
* build(deps): Bump aquasecurity/trivy-action from 0.33.0 to 0.33.1 by @dependabot[bot] in https://github.com/fluent/fluent-operator/pull/1694
57+
* build(deps): Bump golang.org/x/sync from 0.14.0 to 0.17.0 by @dependabot[bot] in https://github.com/fluent/fluent-operator/pull/1686
58+
* build(deps): Bump github.com/oklog/run from 1.1.0 to 1.2.0 by @dependabot[bot] in https://github.com/fluent/fluent-operator/pull/1649
59+
* build(deps): Bump github.com/go-logr/logr from 1.4.2 to 1.4.3 by @dependabot[bot] in https://github.com/fluent/fluent-operator/pull/1632
60+
* build(deps): Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in https://github.com/fluent/fluent-operator/pull/1698
61+
* build(deps): Bump actions/setup-go from 5.5.0 to 6.0.0 by @dependabot[bot] in https://github.com/fluent/fluent-operator/pull/1696
62+
* build(deps): Bump github.com/go-openapi/errors from 0.22.1 to 0.22.3 by @dependabot[bot] in https://github.com/fluent/fluent-operator/pull/1712
63+
* Bump fluent-bit to 4.0.11 by @github-actions[bot] in https://github.com/fluent/fluent-operator/pull/1691
64+
* Bump fluent-bit to 4.0.9 by @github-actions[bot] in https://github.com/fluent/fluent-operator/pull/1683
65+
* Bump docker builds to Go v1.24.5 by @joshuabaird in https://github.com/fluent/fluent-operator/pull/1684
66+
* build(deps): Bump github.com/onsi/ginkgo/v2 from 2.23.4 to 2.26.0 by @dependabot[bot] in https://github.com/fluent/fluent-operator/pull/1724
67+
* Bump fluent-bit to 4.1.0 by @github-actions[bot] in https://github.com/fluent/fluent-operator/pull/1699
68+
* Bump fluent-bit to 4.1.1 by @github-actions[bot] in https://github.com/fluent/fluent-operator/pull/1729
69+
* Bump fluentd to v1.19.0. by @joshuabaird in https://github.com/fluent/fluent-operator/pull/1730
70+
* Update operator-sdk to v1.41.1 according to migrations by @marcofranssen in https://github.com/fluent/fluent-operator/pull/1702
71+
* build(deps): bump golang to 1.24.5 by @cw-Guo in https://github.com/fluent/fluent-operator/pull/1665
72+
73+
### Bugfixes
74+
75+
* fix(fluent-operator): broken link about nodeselector by @leehosu in https://github.com/fluent/fluent-operator/pull/1626
76+
* Fix helm chart linting errors by @joshuabaird in https://github.com/fluent/fluent-operator/pull/1656
77+
* fix: Invalid reference by @sousa-miguel in https://github.com/fluent/fluent-operator/pull/1643
78+
* fix: fix ci check error due to shellcheck by @cw-Guo in https://github.com/fluent/fluent-operator/pull/1668
79+
80+
## New Contributors
81+
* @ncauchois made their first contribution in https://github.com/fluent/fluent-operator/pull/1596
82+
* @damyan made their first contribution in https://github.com/fluent/fluent-operator/pull/1616
83+
* @leehosu made their first contribution in https://github.com/fluent/fluent-operator/pull/1626
84+
* @csatib02 made their first contribution in https://github.com/fluent/fluent-operator/pull/1627
85+
* @g1franc made their first contribution in https://github.com/fluent/fluent-operator/pull/1636
86+
* @cosmastech made their first contribution in https://github.com/fluent/fluent-operator/pull/1637
87+
* @hercynium made their first contribution in https://github.com/fluent/fluent-operator/pull/1647
88+
* @sousa-miguel made their first contribution in https://github.com/fluent/fluent-operator/pull/1643
89+
* @sugaf1204 made their first contribution in https://github.com/fluent/fluent-operator/pull/1666
90+
* @v-davegillies-upscale made their first contribution in https://github.com/fluent/fluent-operator/pull/1688
91+
* @u5surf made their first contribution in https://github.com/fluent/fluent-operator/pull/1711
92+
* @BHYub made their first contribution in https://github.com/fluent/fluent-operator/pull/1727
93+
* @Abirdcfly made their first contribution in https://github.com/fluent/fluent-operator/pull/1726
94+
395
## 3.4.0 / 2025-05-08
496

597
### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Kubernetes v1.16.13+ is necessary for running Fluent Operator.
133133
Install the latest stable version
134134

135135
```shell
136-
kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/release-3.3/manifests/setup/setup.yaml
136+
kubectl apply -f https://raw.githubusercontent.com/fluent/fluent-operator/release-3.5/manifests/setup/setup.yaml
137137

138138
# You can change the namespace in manifests/setup/kustomization.yaml in corresponding release branch
139139
# 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
@@ -47,6 +47,7 @@ This page describes the release process and the currently planned schedule for u
4747
| v3.2.0 | 2024-09-21 | Chengwei Guo (GitHub: @cw-Guo) |
4848
| v3.3.0 | 2025-02-27 | Chengwei Guo (GitHub: @cw-Guo) |
4949
| v3.4.0 | 2025-05-08 | Marco Franssen (GitHub: @marcofranssen) |
50+
| v3.5.0 | 2025-10-24 | Josh Baird (GitHub: @joshuabaird) |
5051

5152
### How to cut a new release
5253

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
latest
1+
v3.5.0

charts/fluent-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords:
88
- operator
99
version: 3.5.0
1010
# renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-operator
11-
appVersion: "3.4.0"
11+
appVersion: "3.5.0"
1212
icon: https://raw.githubusercontent.com/fluent/fluent-operator/master/docs/images/fluent-operator-icon.svg
1313
home: https://www.fluentd.org/
1414
sources:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 3.5.0
2121
# follow Semantic Versioning. They should reflect the version the application is using.
2222
# It is recommended to use it with quotes.
2323
# renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-operator
24-
appVersion: "3.4.0"
24+
appVersion: "3.5.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 3.5.0
2121
# follow Semantic Versioning. They should reflect the version the application is using.
2222
# It is recommended to use it with quotes.
2323
# renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-operator
24-
appVersion: "3.4.0"
24+
appVersion: "3.5.0"

0 commit comments

Comments
 (0)