github kube-logging/logging-operator 4.8.0

3 days ago

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

  • fix(charts/logging-operator): Improve tailer (image, docs and helm cleanup) by @genofire in #1576

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

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

Don't miss a new logging-operator release

NewReleases is sending notifications on new releases.