Releases: kube-logging/logging-operator
Releases · kube-logging/logging-operator
5.0.1
4.11.4
This is a bugfix release to revert a change to support IPv6 for the metrics endpoint that was introduced prematurely without the ability to disable it.
The feature will be reintroduced behind an opt-in flag in version 5.0.1
What's Changed
Full Changelog: 4.11.3...4.11.4
5.0.0
What's Changed
New or updated images
component | image |
---|---|
operator | ghcr.io/kube-logging/logging-operator:5.0.0 |
fluentd (default moving tag with security updates) | ghcr.io/kube-logging/fluentd:v1.17-5.0-full |
If you need a non-moving tag, please use ghcr.io/kube-logging/fluentd:v1.17-5.0-full-build.173
explicitly in your Logging
or FluentdConfig
resource!
Install with helm
helm install logging-operator oci://ghcr.io/kube-logging/helm-charts/logging-operator --version=5.0.0
Breaking Changes
New Features
- feat(gha): provide crds subchart as oci artifact by @csatib02 in #1861
- feat: add option to cleanup stuck finalizers by @csatib02 in #1873
- feat: add Telemetry Controller migration option by @csatib02 in #1876
Enhancements
- feat: add syslogng flow-output validation by @csatib02 in #1871
- feat: support enable ipv6 by @withlin in #1870
- feat: make fluentbit pause on chunks overlimit configurable by @csatib02 in #1881
- feat: support rdkafka2 options by @withlin in #1875
- feat: force HotReload after grace period instead of blocking indefinitely by @pepov in #1886
Dependency and image updates
- chore(deps): bump deps by @csatib02 in #1865
- chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 in /e2e by @dependabot in #1879
- feat: upgrade renovate config by @csatib02 in #1883
- fix: mk deps by @csatib02 in #1884
- chore(deps): update all dependencies by @renovate in #1851
Bug fixes
- fix: image signing by @csatib02 in #1854
- fix: image-signing by @csatib02 in #1855
- fix: prometheus rule overrides swaps whole list by @csatib02 in #1860
- fix: re-introduce scc by @csatib02 in #1862
- fix: long generated names by @csatib02 in #1863
- fix: nil ptr panic on empty secrets slice during cfg-check by @csatib02 in #1867
- fix: make workload meta overrides not required by @csatib02 in #1868
Documentation
Other Changes
- chore: use consts instead of literals by @csatib02 in #1858
- chore: lint dockerfile by @aslafy-z in #1869
New Contributors
Full Changelog: 4.11.0...5.0.0
4.11.3
4.10.4
4.10.3
4.10.2
4.11.2
4.11.2-dev.1
4.11.0
New or updated images
component | image |
---|---|
operator | ghcr.io/kube-logging/logging-operator:4.11.0 |
fluentd | ghcr.io/kube-logging/fluentd:v1.16-4.11-full |
axosyslog | ghcr.io/axoflow/axosyslog:4.9.0 |
Install with helm
helm install logging-operator oci://ghcr.io/kube-logging/helm-charts/logging-operator --version=4.11.0
What's Changed
This is the last v4 release as there are backwards incompatible changes coming that will require a major version bump.
New Features
Enhancements
- feat: add image and chart signing by @csatib02 in #1821
- feat: enable adding annotations and labels to pvcs by @csatib02 in #1827
- feat: enhance buffer-metrics sidecar by @csatib02 in #1826
- feat: install CRDs from a subchart by @cmontemuino in #1832
- expose fluentd metrics also on IPv6 by @JensErat in #1836
- OpenSearch remove_keys parameter support by @kampka in #1828
- Possibility to add strategy and topologySpreadConstraints to the operator by @karloramone in #1840
- fluentbit ipv6 listen address by @eumel8 in #1844
Dependency and image updates
- chore(deps): update all dependencies by @renovate in #1816
- chore(pkg): update AxoSyslog image to 4.9.0 by @MrAnno in #1849
- chore(deps): update all dependencies by @renovate in #1841
Bug fixes
- chore: resolve e2e test result conflict by @csatib02 in #1820
- fix: adjust kustomize config for latest version by @csatib02 in #1822
- fix(syslogng_servicemonitor): add missing fields from syslogng-spec by @csatib02 in #1831
Documentation
Testing
Other Changes
- chore: drop codeql workflow by @csatib02 in #1824
- chore(CI): Use AWS ECR location for trivy DBs by @OverOrion in #1848
- Forward port changes from release 4.10 by @pepov in #1847
- Prepare for release 4.11 by @pepov in #1846
New Contributors
- @csatib02 made their first contribution in #1820
- @JensErat made their first contribution in #1836
- @kampka made their first contribution in #1828
Full Changelog: 4.10.1...4.11.0