Skip to content

Releases: kube-logging/logging-operator

5.2.0

10 Mar 15:58
5.2.0
0eb7341
Compare
Choose a tag to compare

What's Changed

New or updated images

component image
operator ghcr.io/kube-logging/logging-operator:5.2.0
fluentd ghcr.io/kube-logging/logging-operator/fluentd:5.2.0-full
axosyslog ghcr.io/axoflow/axosyslog:4.10.1
syslog-ng-reloader ghcr.io/kube-logging/logging-operator/syslog-ng-reloader:5.2.0
config-reloader ghcr.io/kube-logging/logging-operator/config-reloader:5.2.0
buffer-volume-metrics ghcr.io/kube-logging/node-exporter:v0.10.0

Install with helm

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

Enhancements

Dependency and image updates

  • chore: bump node-exporter by @csatib02 in #1949
  • chore(deps): bump rack from 3.0.9.1 to 3.0.12 in /images/fluentd/outputs by @dependabot in #1951
  • chore(deps): bump net-imap from 0.4.2 to 0.4.19 in /images/fluentd/outputs by @dependabot in #1946
  • chore(deps): bump nokogiri from 1.16.6 to 1.18.3 in /images/fluentd/outputs by @dependabot in #1952
  • chore(deps): bump rack from 3.0.12 to 3.0.13 in /images/fluentd/outputs by @dependabot in #1960
  • chore(deps): update module golang.org/x/crypto to v0.35.0 [security] by @renovate in #1967
  • chore(deps): update module golang.org/x/oauth2 to v0.27.0 [security] by @renovate in #1968
  • chore(deps): update all dependencies by @renovate in #1943
  • chore(pkg): update AxoSyslog image to 4.10.0 by @MrAnno in #1948
  • chore(pkg): update AxoSyslog image to 4.10.1 by @MrAnno in #1953
  • chore(deps): update CI deps by @OverOrion in #1972
  • chore(deps): update controller-gen by @OverOrion in #1973
  • chore(deps): update go 1.23 compatible deps by @OverOrion in #1974
  • chore(deps): update fluentd deps by @OverOrion in #1975
  • chore(deps): update go deps by @OverOrion in #1977
  • chore(ci): update go-test-coverage to utilize source-dir parameter by @OverOrion in #1978

Bug fixes

New Contributors

Full Changelog: 5.1.1...5.2.0

5.1.1

05 Feb 08:52
a6b77f3
Compare
Choose a tag to compare

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

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

04 Feb 17:11
5.1.0
5d732d9
Compare
Choose a tag to compare
5.1.0 preview release Pre-release
Pre-release

This is a preview release, superseded by 5.1.1

5.0.1

19 Dec 15:58
429739d
Compare
Choose a tag to compare

What's Changed

Dependency and image updates

  • chore(deps): update module golang.org/x/net to v0.33.0 [security] by @renovate in #1894

Bug fixes

Full Changelog: 5.0.0...5.0.1

4.11.4

19 Dec 08:45
3422190
Compare
Choose a tag to compare

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

  • Revert "expose fluentd metrics also on IPv6" by @pepov in #1892

Full Changelog: 4.11.3...4.11.4

5.0.0

17 Dec 14:51
5.0.0
6978331
Compare
Choose a tag to compare

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

  • breaking: remove sumologic filter and output, enchance_k8s filter by @csatib02 in #1866

New Features

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

Bug fixes

Documentation

  • Telemetry Controller compatibility example by @pepov in #1857

Other Changes

New Contributors

Full Changelog: 4.11.0...5.0.0

4.11.3

17 Dec 15:17
0a15baf
Compare
Choose a tag to compare

What's Changed

Enhancements

  • feat: add sync-period to control resync if needed by @pepov in #1880

Other Changes

  • feat: make fluentbit pause on chunks overlimit configurable by @pepov in #1882
  • forward port release 4.10 by @pepov in #1888

Full Changelog: 4.11.2...4.11.3

4.10.4

17 Dec 13:45
5950128
Compare
Choose a tag to compare

What's Changed

Other Changes

  • feat: force HotReload after grace period instead of blocking indefinitely by @pepov in #1885

Full Changelog: 4.10.3...4.10.4

4.10.3

16 Dec 16:14
5d2b977
Compare
Choose a tag to compare

What's Changed

Other Changes

  • feat: make fluentbit pause on chunks overlimit configurable by @pepov in #1882

Full Changelog: 4.10.2...4.10.3

4.10.2

16 Dec 11:30
72257f5
Compare
Choose a tag to compare

What's Changed

Enhancements

  • feat: add sync-period to control resync if needed by @pepov in #1880

Full Changelog: 4.10.1...4.10.2