|
1 | 1 | # Change Log |
2 | 2 |
|
| 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 | + |
3 | 95 | ## 3.4.0 / 2025-05-08 |
4 | 96 |
|
5 | 97 | ### Features |
|
0 commit comments