Skip to content

Releases: kube-logging/logging-operator

4.10.0

03 Oct 11:34
3363023
Compare
Choose a tag to compare

New or updated images

component image
operator ghcr.io/kube-logging/logging-operator:4.10.0
fluentd ghcr.io/kube-logging/fluentd:v1.16-4.10-full
fluent-bit docker.io/fluent/fluent-bit:3.1.8
axosyslog ghcr.io/axoflow/axosyslog:4.8.1-1
syslog-ng-reload ghcr.io/kube-logging/syslogng-reload:v1.5.0
config-reloader ghcr.io/kube-logging/config-reloader:v0.0.6
fluentd-drain-watch ghcr.io/kube-logging/fluentd-drain-watch:v0.2.3
buffer-volume-metrics ghcr.io/kube-logging/node-exporter:v0.8.0
axosyslog exporter ghcr.io/axoflow/axosyslog-metrics-exporter:0.0.7

Install with helm

helm install logging-operator oci://ghcr.io/kube-logging/helm-charts/logging-operator --version=4.10.0

What's Changed

Enhancements

Dependency and image updates

  • chore(pkg): update AxoSyslog image to 4.8.1 by @MrAnno in #1804
  • fix(deps): update all dependencies by @renovate in #1795
  • chore(deps): update all dependencies and dependent images by @renovate in #1814

Bug fixes

Other Changes

  • chore: replace github.com/ghodss/yaml with sigs.k8s.io/yaml by @Juneezee in #1808

New Contributors

Full Changelog: 4.9.1...4.10.0

4.10.0-rc.0

27 Sep 13:51
3363023
Compare
Choose a tag to compare
4.10.0-rc.0 Pre-release
Pre-release

What's Changed

Enhancements

Dependency and image updates

  • chore(pkg): update AxoSyslog image to 4.8.1 by @MrAnno in #1804
  • fix(deps): update all dependencies by @renovate in #1795
  • chore(deps): update all dependencies and dependent images by @renovate in #1814

Bug fixes

Other Changes

  • chore: replace github.com/ghodss/yaml with sigs.k8s.io/yaml by @Juneezee in #1808

New Contributors

Full Changelog: 4.9.1...4.10.0-rc.0

4.9.1

27 Aug 13:15
6043e85
Compare
Choose a tag to compare

What's Changed

Testing

  • add coverage reporting for e2e tests by @nak0f in #1726

Other Changes

Full Changelog: 4.9.0...4.9.1

4.9.0

13 Aug 14:30
1330e1c
Compare
Choose a tag to compare

New images

component image
operator ghcr.io/kube-logging/logging-operator:4.9.0
fluentd ghcr.io/kube-logging/fluentd:v1.16-4.9-full
axosyslog ghcr.io/axoflow/axosyslog:4.8.0
syslog-ng-reload ghcr.io/kube-logging/syslogng-reload:v1.4.0

Install with helm

helm install logging-operator oci://ghcr.io/kube-logging/helm-charts/logging-operator --version=4.9.0

What's Changed

New Features

Enhancements

  • feat: insert configmapreloader imagepullsecrets in fluentbit ds by @aslafy-z in #1772
  • fix: direct map of fluentbit securitycontext options by @aslafy-z in #1773
  • feat: fluentd output plugin kafka support rdkafka2 client by @onecer in #1780
  • fix: http.service.type not being respect by @zyue110026 in #1792
  • Docker Log format compatibility for CRI by @pepov in #1793
  • Enable kubernetes namespace labels added to the metadata by default by @pepov in #1794

Dependency and image updates

  • fix(deps): update all dependencies by @renovate in #1770
  • chore(deps): update syslogng-reload image to v1.4.0 by @OverOrion in #1778
  • chore(pkg): update AxoSyslog image to 4.8.0 by @MrAnno in #1781
  • chore(deps): bump github.com/docker/docker from 25.0.5+incompatible to 26.1.4+incompatible in /e2e by @dependabot in #1786
  • chore(deps): update all dependencies by @renovate in #1774
  • fix(deps): update all dependencies - autoclosed by @renovate in #1789

Bug fixes

  • fluentd-configcheck: disable inherited antiaffinity rules by @pepov in #1787

Other Changes

New Contributors

Full Changelog: 4.8.0...4.9.0

4.8.0

02 Jul 12:05
f8081b7
Compare
Choose a tag to compare

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

4.7.0

03 Jun 14:40
ace8f63
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • chore(fluentd): do not override fluentd's default buffer size by @OverOrion in #1729

Enhancements

Dependency and image updates

  • chore(deps): Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible in /e2e by @dependabot in #1705
  • deps: upgrade fluentbit to 2.2.2 by @aslafy-z in #1713
  • chore(deps): update all dependencies by @renovate in #1701
  • chore(pkg): update AxoSyslog image to 4.7.0 by @MrAnno in #1722
  • chore(pkg): update AxoSyslog image to 4.7.1 by @MrAnno in #1725
  • chore(deps): update all dependencies by @renovate in #1718

Bug fixes

  • add missing dnsconfig to configcheck pods as well by @pepov in #1715
  • fix(operator): remove invalid container runtime log message by @OverOrion in #1735
  • fix(syslog-ng-outputs): fix output fields where necessary by @kristofgyuracz in #1737

Documentation

Testing

Other Changes

New Contributors

Full Changelog: 4.6.0...4.7.0

4.6.2

06 Jun 14:25
c4df1e5
Compare
Choose a tag to compare

What's Changed

Enhancements

  • fluentbit: net.max_worker_connections by @pepov in #1750

Full Changelog: 4.6.1...4.6.2

4.6.2-rc.0

29 May 09:04
c4df1e5
Compare
Choose a tag to compare
4.6.2-rc.0 Pre-release
Pre-release

What's Changed

Enhancements

  • fluentbit: net.max_worker_connections by @pepov in #1750

Full Changelog: 4.6.1...4.6.2-rc.0

4.7.0-rc.0

28 May 07:53
e8d7192
Compare
Choose a tag to compare
4.7.0-rc.0 Pre-release
Pre-release

What's Changed

Breaking Changes

  • chore(fluentd): do not override fluentd's default buffer size by @OverOrion in #1729

Enhancements

Dependency and image updates

  • chore(deps): Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible in /e2e by @dependabot in #1705
  • deps: upgrade fluentbit to 2.2.2 by @aslafy-z in #1713
  • chore(deps): update all dependencies by @renovate in #1701
  • chore(pkg): update AxoSyslog image to 4.7.0 by @MrAnno in #1722
  • chore(pkg): update AxoSyslog image to 4.7.1 by @MrAnno in #1725
  • chore(deps): update all dependencies by @renovate in #1718

Bug fixes

  • add missing dnsconfig to configcheck pods as well by @pepov in #1715
  • fix(operator): remove invalid container runtime log message by @OverOrion in #1735
  • fix(syslog-ng-outputs): fix output fields where necessary by @kristofgyuracz in #1737

Documentation

Testing

Other Changes

New Contributors

Full Changelog: 4.6.1...4.7.0-rc.0

4.6.1

22 May 15:11
b5032b4
Compare
Choose a tag to compare

What's Changed

Security

  • fluentbit: upgrade default image version to latest by @pepov in #1742

Full Changelog: 4.6.0...4.6.1