Releases: kube-logging/logging-operator
Releases · kube-logging/logging-operator
5.1.1
What's Changed
New or updated images
component | image |
---|---|
operator | ghcr.io/kube-logging/logging-operator:5.1.1 |
pause | registry.k8s.io/pause:3.9 |
fluentd | ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full |
fluent-bit | docker.io/fluent/fluent-bit:3.2.5 |
syslog-ng-reload | ghcr.io/kube-logging/syslogng-reload:v1.6.0 |
config-reloader | ghcr.io/kube-logging/config-reloader:v0.0.7 |
fluentd-drain-watch | ghcr.io/kube-logging/fluentd-drain-watch:v0.2.4 |
buffer-volume-metrics | ghcr.io/kube-logging/node-exporter:v0.9.0 |
axosyslog exporter | ghcr.io/axoflow/axosyslog-metrics-exporter:0.0.9 |
Install with helm
helm install logging-operator oci://ghcr.io/kube-logging/helm-charts/logging-operator --version=5.1.1
Enhancements
- feat(http): add support for new available parameters by @iasha102 in #1899
- feat: add sync-period to control resync if needed, add debug log to see when resync happened by @pepov in #1902
- feat(config-reloader): enable setting graceful reload webhook by @csatib02 in #1919
- feat(chart): enable defining multiple hosttailers by @csatib02 in #1918
- feat(ci-e2e): build images in parallel by @csatib02 in #1922
- Fine tune watch selectors for less memory usage by @pepov in #1929
Dependency and image updates
- chore: remove dependabot by @csatib02 in #1895
- chore(deps): update module github.com/docker/docker to v26.1.5+incompatible [security] by @renovate in #1896
- fix: use fully qualified images by @csatib02 in #1906
- chore(images): pull in fluentd image build by @csatib02 in #1907
- chore(config): migrate renovate config by @renovate in #1921
- chore(deps): enable fluentd gem bumps for renovate by @csatib02 in #1925
- fix: add 'ruby-bigdecimal' to solve 'Oj is not installed, and falling… by @sebastiangaiser in #1926
- chore(deps): update all dependencies by @renovate in #1889
- chore: bump fluentbit image by @csatib02 in #1934
- fix: deprecated k8s.gcr.io registry with old version by @csatib02 in #1933
- chore: bump dependecy images by @csatib02 in #1935
- chore(deps): update all dependencies by @renovate in #1931
Bug fixes
- fix: add missing roles to grant the use of scc to workloads by @pepov in #1893
- chore: remove enabledNamespaces field by @csatib02 in #1917
- fix(validation-reconciler): correct output and flow status report by @csatib02 in #1920
- fix(ci-release): version info by @csatib02 in #1927
- fix: cache overwrite by @csatib02 in #1937
- fix watch namespace for secrets and cluster resources by @pepov in #1938
New Contributors
Full Changelog: 5.0.1...5.1.1
5.1.0 preview release
This is a preview release, superseded by 5.1.1
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