The module lifecycle stage: Preview
The module has requirements for installation
v1.0.7
Changes
- Loki metrics collected by the module now carry the
d8_source="dkp"label. This makes it possible to tell DKP modules metrics apart from custom metrics in cluster.
Bug fixes
- Loki dashboards and the
LokiDiscardedSamplesWarningalert now select metrics by namespace. Previously, when another Loki instance was running in the cluster (for example, as part of the Deckhouse Observability Platform), its metrics were mixed into the module dashboards and could trigger the alert. - The storage class name in the Loki StatefulSet is now rendered as a quoted string, so storage class names that YAML may interpret as non-string values are handled correctly.
Security
- Fixed CVE-2026-56854, CVE-2026-56855 and CVE-2026-78662 in the module hooks.
v1.0.6
Security
- Fixed CVE-2026-32285 and CVE-2026-2303 in the Loki image.
- Fixed 8 Go standard library vulnerabilities (CVE-2026-33818, CVE-2026-39821, CVE-2026-46600, CVE-2026-56853, CVE-2026-56858, CVE-2026-56859, CVE-2026-56860, CVE-2026-56862) by updating the Go toolchain to 1.26.6 and the base images.
- CVE-2026-42154, CVE-2026-40179 and CVE-2026-44903 in
github.com/prometheus/prometheusand GO-2026-5932 ingolang.org/x/crypto/openpgpare addressed via VEX statements: the vulnerable code is not present or not reachable in the Loki image.
v1.0.5
Security
- Fixed CVE-2026-33186 in the Loki image.
v1.0.4
Security
- Fixed vulnerabilities in third-party libraries and base images.
v1.0.3
Changes
- Module images are now built using the container-base images and the
pmpackage manager.
v1.0.2
Changes
- The kube-rbac-proxy CA certificate and TLS key pair are now mounted into the Loki pod via a single projected volume.
v1.0.1
Bug fixes
- Fixed the Grafana datasource for Loki: it now uses the correct authorization token, so Loki logs are available in Grafana again.
v1.0.0
Changes
- First stable release of the loki module.
Enhancements
- Improved module documentation: clarified the
storageClassparameter description and fixed links to the log-shipper examples.
v0.1.0
Features
- Initial release of the loki module: log storage in the Deckhouse Kubernetes Platform cluster based on Grafana Loki.