From 482fb6d790bed4082008829e0fb06c364fbd6679 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 17 Jul 2024 00:00:33 +0200 Subject: [PATCH] fix(helm): Update yaml file `./production/helm/loki/Chart.yaml` (+1 other) (#13392) Co-authored-by: Trevor Whitney --- production/helm/loki/CHANGELOG.md | 4 ++++ production/helm/loki/Chart.yaml | 4 ++-- production/helm/loki/README.md | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/production/helm/loki/CHANGELOG.md b/production/helm/loki/CHANGELOG.md index e09399178e20..525cf8245ac4 100644 --- a/production/helm/loki/CHANGELOG.md +++ b/production/helm/loki/CHANGELOG.md @@ -13,6 +13,10 @@ Entries should include a reference to the pull request that introduced the chang [//]: # ( : do not remove this line. This locator is used by the CI pipeline to automatically create a changelog entry for each new Loki release. Add other chart versions and respective changelog entries bellow this line.) +## 6.7.1 + +- [CHANGE] Changed version of Loki to 3.1.0 + ## 6.7.0 - [CHANGE] Changed version of Grafana Enterprise Logs to 3.1.0 diff --git a/production/helm/loki/Chart.yaml b/production/helm/loki/Chart.yaml index 14500b78b396..eb9a96beae19 100644 --- a/production/helm/loki/Chart.yaml +++ b/production/helm/loki/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: loki description: Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes. type: application -appVersion: 3.0.0 -version: 6.7.0 +appVersion: 3.1.0 +version: 6.7.1 home: https://grafana.github.io/helm-charts sources: - https://github.com/grafana/loki diff --git a/production/helm/loki/README.md b/production/helm/loki/README.md index 1197ff2090bf..acb17fe25f14 100644 --- a/production/helm/loki/README.md +++ b/production/helm/loki/README.md @@ -1,6 +1,6 @@ # loki -![Version: 6.7.0](https://img.shields.io/badge/Version-6.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square) +![Version: 6.7.1](https://img.shields.io/badge/Version-6.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.0](https://img.shields.io/badge/AppVersion-3.1.0-informational?style=flat-square) Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.