4.8.0
Docker image
ghcr.io/kube-logging/logging-operator:4.8.0
Install with helm
helm install logging-operator oci://ghcr.io/kube-logging/helm-charts/logging-operator --version=4.8.0
What's Changed
New Features
This feature also introduces a new version of the fluentd image with the name: ghcr.io/kube-logging/fluentd:v1.16-4.8-full
. Please make sure to update your fluentd image if you have used a custom one!
Breaking Changes
The above change affect users who have already used the hostTailer
or eventTailer
and configured it through the helm chart using logging.hostTailer
or logging.eventTailer
. Both components have an enabled
flag now, that needs to be set to true, but also please check the original PR for the specifics!
Enhancements
- syslogng: render go templates in metrics-probe label values by @orymate in #1756
- fix: added missing log section inside system config by @pbdger in #1760
- Add retry limit for tcp output by @pepov in #1767
- feat(charts,logging-operator): add possibility to deploy extra manife… by @sebastiangaiser in #1768
- fix(charts/logging-operator): Improve tailer (image, docs and helm cleanup) by @genofire in #1576
Dependency and image updates
- Fluentd image has been updated to
ghcr.io/kube-logging/fluentd:v1.16-4.8-full
see kube-logging/fluentd-images#134 - chore(deps): update all dependencies by @renovate in #1751
- fix(deps): update all dependencies by @renovate in #1758
- chore(deps): update all dependencies by @renovate in #1762
- fix(deps): update all dependencies by @renovate in #1763
Bug fixes
Other Changes
- Remove obsolete config samples for multitenant workers by @pepov in #1764
- chore: remove trace log setting from examples to avoid suggesting a bad practice by @pepov in #1769
Full Changelog: 4.7.0...4.8.0