Release Notes
-
Logs: Update to FluentBit 3.2.7 (#1876)
-
Traces and Metrics: Update to OTel Collector 0.120.0 (#1873).
With this update, the internal metrics of the collector have been aligned with the Prometheus conventions: The naming of the metrics was adjusted with suffixes and units, and instrumentation scopes have been added. This change does not have any impact on the health monitoring of the Telemetry module.Required Action: If you are accessing the internal metrics endpoints directly, you must adapt your approach. If you cannot adapt right away, use the temporary annotation
telemetry.kyma-project.io/internal-metrics-compatibility-mode: true
- for details, see Telemetry CRD: Annotations.
Changelog
Features
- debbb0d: feat: Add self monitoring to log gateway (#1813) (@rakesh-garimella)
- 8e32b89: feat: Update to fluent-bit 3.2.7 (#1876) (@a-thaler)
- 8822ef8: feat: Upgrade OTel Collector to version 0.120.0 (contrib 0.120.1) (#1873) (@hisarbalik)
Bug fixes
- f1f7d5d: fix: Dont share the hostpath with other deployments (#1867) (@rakesh-garimella)
- 38140ea: fix: Security warning "prone to resource exhaustion" (#1862) (@TeodorSAP)
- c18b973: fix: e2e tests no input should not be upgrade tests (#1866) (@TeodorSAP)
- 4da7737: fix: reset forbidden github actions to allowed values (#1884) (@k15r)