Highlights
- The Helm chart has been relocated back to this repo and the release workflow has been simplified to both release an image and the chart with the same tag for consistency.
- The
logging-operator-logging
chart is now discontinued, but the logging-operator chart contains similar helper templates to set up aLogging
resource as well along with the operator which can be enabled using thelogging.enabled
value. - Also the Helm chart is now distributed through an OCI registry:
oci://ghcr.io/kube-logging/helm-charts/logging-operator
. Docs have been updated accordingly.
Features
- watch-namespace-selector: namespace selector for namespaces to watch by @nak0f in #1365
- watchNamespaces improvements by @pepov in #1392
- fluentbit: enable annotation based exclude by default (fluentbit.io/exclude: true) by @pepov in #1395
- add aggregated ClusterRole to manage namespaced resources by @eumel8 in #1399
Changes in the release workflow, build improvements
- Move helm chart back to this repo by @sagikazarmark in #1379
- Improve build by @sagikazarmark in #1302
- Chart merge by @pepov in #1382
Bugfixes
- fix append slice by @eumel8 in #1383
- fix: loggingRef case by @pepov in #1390
- helm: fix fluentd reference by @aslafy-z in #1396
- fix(helm): inject loggingRef into FluentbitAgent by @aslafy-z in #1397
- syslog-ng aggregator fixes by @pepov in #1402
- chore: deprecation notice for non-unique loggingRef by @pepov in #1391
Dependency updates
- chore: update controller-runtime and k8s deps and adapt to breaking changes by @renovate in #1326
- chore(deps): update all dependencies by @renovate in #1366
- fix(deps): update github.com/kube-logging/logging-operator digest to c1d44ec by @renovate in #1380
- chore(pkg,e2e): update AxoSyslog image to 4.3.0 by @MrAnno in #1387
- chore(deps): update all dependencies by @renovate in #1381
Tests and examples
- add example to use monitoring by @eumel8 in #1401
- e2e test improvements and removing obsolete resourcebuilder code by @pepov in #1404
New Contributors
Full Changelog: 4.2.2...4.3.0