Update ghcr.io/kube-logging/logging-operator Docker tag to v6 (main)
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ghcr.io/kube-logging/logging-operator | major |
5.4.0 -> 6.0.2
|
⚠️ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kube-logging/logging-operator (ghcr.io/kube-logging/logging-operator)
v6.0.2
What's Changed
New or updated images
| component | image |
|---|---|
| operator | ghcr.io/kube-logging/logging-operator:6.0.2 |
| fluentd | ghcr.io/kube-logging/logging-operator/fluentd:6.0.2-full |
| syslog-ng-reloader | ghcr.io/kube-logging/logging-operator/syslog-ng-reloader:6.0.2 |
| config-reloader | ghcr.io/kube-logging/logging-operator/config-reloader:6.0.2 |
| fluentd-drain-watch | gghcr.io/kube-logging/logging-operator/fluentd-drain-watch:6.0.2 |
| buffer-volume-metrics | ghcr.io/kube-logging/logging-operator/node-exporter:6.0.2 |
Install with helm
helm install logging-operator oci://ghcr.io/kube-logging/helm-charts/logging-operator --version=6.0.2
Enhancements
- feat: add new axosyslog s3 fields by @csatib02 in https://github.com/kube-logging/logging-operator/pull/2091
Full Changelog: https://github.com/kube-logging/logging-operator/compare/6.0.1...6.0.2
v6.0.1
What's Changed
New or updated images
| component | image |
|---|---|
| operator | ghcr.io/kube-logging/logging-operator:6.0.1 |
| axosyslog | ghcr.io/axoflow/axosyslog:4.14.0 |
| fluentd | ghcr.io/kube-logging/logging-operator/fluentd:6.0.1-full |
| syslog-ng-reloader | ghcr.io/kube-logging/logging-operator/syslog-ng-reloader:6.0.1 |
| config-reloader | ghcr.io/kube-logging/logging-operator/config-reloader:6.0.1 |
| fluentd-drain-watch | gghcr.io/kube-logging/logging-operator/fluentd-drain-watch:6.0.1 |
| buffer-volume-metrics | ghcr.io/kube-logging/logging-operator/node-exporter:6.0.1 |
Install with helm
helm install logging-operator oci://ghcr.io/kube-logging/helm-charts/logging-operator --version=6.0.1
Dependency and image updates
- chore(pkg): update AxoSyslog image to 4.14.0 by @MrAnno in https://github.com/kube-logging/logging-operator/pull/2082
- chore(deps): bump nokogiri from 1.18.8 to 1.18.9 in /images/fluentd/outputs by @dependabot[bot] in https://github.com/kube-logging/logging-operator/pull/2086
- chore(deps): update all dependencies by @renovate[bot] in https://github.com/kube-logging/logging-operator/pull/2081
Bug fixes
- Make /tmp directory for configchecks sticky so StartWithTimeout strategy by @marvin-roesch in https://github.com/kube-logging/logging-operator/pull/2084
New Contributors
- @marvin-roesch made their first contribution in https://github.com/kube-logging/logging-operator/pull/2084
Full Changelog: https://github.com/kube-logging/logging-operator/compare/6.0.0...6.0.1
v6.0.0
What's Changed
New or updated images
| component | image |
|---|---|
| operator | ghcr.io/kube-logging/logging-operator:6.0.0 |
| axosyslog | ghcr.io/axoflow/axosyslog:4.13.0 |
| fluentd | ghcr.io/kube-logging/logging-operator/fluentd:6.0.0-full |
| syslog-ng-reloader | ghcr.io/kube-logging/logging-operator/syslog-ng-reloader:6.0.0 |
| config-reloader | ghcr.io/kube-logging/logging-operator/config-reloader:6.0.0 |
| fluentd-drain-watch | gghcr.io/kube-logging/logging-operator/fluentd-drain-watch:6.0.0 |
| buffer-volume-metrics | ghcr.io/kube-logging/logging-operator/node-exporter:6.0.0 |
| fluentd-version | rubygems.org/gems/fluentd/versions/1.18.0 |
| fluentbit-version | ghcr.io/fluent/fluent-bit:4.0.3 |
Install with helm
helm install logging-operator oci://ghcr.io/kube-logging/helm-charts/logging-operator --version=6.0.0
Breaking Changes
- breaking(node-agent): remove node-agent by @csatib02 in https://github.com/kube-logging/logging-operator/pull/2070
- breaking(chart): remove hosttailer by @csatib02 in https://github.com/kube-logging/logging-operator/pull/2069
Bug fixes
- Fix for LogicMonitor resource_mapping field by @MaxAnderson95 in https://github.com/kube-logging/logging-operator/pull/2061
- bugfix: mount /var/log only if config parameter is set to false by @volleynator in https://github.com/kube-logging/logging-operator/pull/2062
- fix(chart,hosttailer): remove orphaned '.spec.image' as removed in ht… by @sebastiangaiser in https://github.com/kube-logging/logging-operator/pull/2068
- Create emptyDir volumen in configcheck pod by @joseacl in https://github.com/kube-logging/logging-operator/pull/2075
Other Changes
- fix(fluentd): add default 'RuntimeDefault' for 'SeccompProfile' by @sebastiangaiser in https://github.com/kube-logging/logging-operator/pull/2072
Dependency and image updates
- chore(pkg): update AxoSyslog image to 4.12.0 by @MrAnno in https://github.com/kube-logging/logging-operator/pull/2067
- feat: bump fulentd to 1.18.0 by @csatib02 in https://github.com/kube-logging/logging-operator/pull/2076
- feat: bump fluentbit to 4.0.3 by @csatib02 in https://github.com/kube-logging/logging-operator/pull/2077
- chore(pkg): update AxoSyslog image to 4.13.0 by @csatib02 in https://github.com/kube-logging/logging-operator/pull/2078
- chore(deps): update module helm.sh/helm/v3 to v3.18.4 [security] - autoclosed by @renovate[bot] in https://github.com/kube-logging/logging-operator/pull/2080
- chore(deps): bump helm.sh/helm/v3 from 3.18.0 to 3.18.4 in /e2e by @dependabot[bot] in https://github.com/kube-logging/logging-operator/pull/2079
- chore(deps): update all dependencies by @renovate[bot] in https://github.com/kube-logging/logging-operator/pull/2060
Full Changelog: https://github.com/kube-logging/logging-operator/compare/5.4.0...6.0.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot Sylva instance.
CI configuration couldn't be handle by MR description. A dedicated comment has been posted to control it.
If no checkbox is checked, a default pipeline will be enabled (capm3, or capo if capo label is set)