From 6cae465b6cc721638a058dfef2cd520ba4911654 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 09:22:06 +0000 Subject: [PATCH 1/2] Update Helm release loki to v5.37.0 --- helm/loki/Chart.lock | 6 +++--- helm/loki/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/loki/Chart.lock b/helm/loki/Chart.lock index 1c5d8dc5..390c152e 100644 --- a/helm/loki/Chart.lock +++ b/helm/loki/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: loki repository: https://grafana.github.io/helm-charts - version: 5.36.3 -digest: sha256:8c0329c1f5e8a3425d0db144c84fe6fb65b2c1ee18fcb57df72a90a601255fa3 -generated: "2023-11-21T17:28:05.974157063+01:00" + version: 5.37.0 +digest: sha256:969bc3b19000d5ab35f67afd01c972ca80332d594743f61a7c6366c80030b698 +generated: "2023-11-22T09:22:00.821793883Z" diff --git a/helm/loki/Chart.yaml b/helm/loki/Chart.yaml index 1d7badf8..8d1a8be3 100644 --- a/helm/loki/Chart.yaml +++ b/helm/loki/Chart.yaml @@ -11,7 +11,7 @@ sources: icon: https://s.giantswarm.io/app-icons/loki-stack/1/dark.svg dependencies: - name: loki - version: 5.36.3 + version: 5.37.0 repository: https://grafana.github.io/helm-charts condition: loki.enabled maintainers: From 4c1e94607d2a4ef7739dff47adb8c439c7624c7b Mon Sep 17 00:00:00 2001 From: Zirko <64951262+QuantumEnigmaa@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:32:34 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 503a6940..ad35c5df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Upgraded upstream chart from 5.36.3 to 5.37.0 - see [changelog](https://github.com/grafana/loki/blob/main/production/helm/loki/CHANGELOG.md) for more information. + ## [0.14.3] - 2023-11-22 ### Fixed