From 40cd36e129684605f862dc628c6f5c1b203e7c81 Mon Sep 17 00:00:00 2001 From: Susana Ferreira Date: Thu, 23 Feb 2023 17:25:07 +0100 Subject: [PATCH 1/3] Helm: update changelog with changes from PR #8467 --- production/helm/loki/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/production/helm/loki/CHANGELOG.md b/production/helm/loki/CHANGELOG.md index 69ebc21d65352..c933463628917 100644 --- a/production/helm/loki/CHANGELOG.md +++ b/production/helm/loki/CHANGELOG.md @@ -13,6 +13,8 @@ Entries should include a reference to the pull request that introduced the chang [//]: # ( : do not remove this line. Add your changelog bellow this line. This locator is used by CI pipeline to find the place where to put changelog entry.) +- [BUGFIX] Fix tokengen and provisioner secrets creation on enterprise-logs chart. + ## 4.6.1 - [FEATURE] Add `gateway.nginxConfig.customReadUrl`, `gateway.nginxConfig.customWriteUrl` and `gateway.nginxConfig.customBackendUrl` to override read/write/backend paths. From 2454013fa0f7f2e83ebe0894574eb7aa188fb656 Mon Sep 17 00:00:00 2001 From: Susana Ferreira Date: Thu, 23 Feb 2023 18:19:23 +0100 Subject: [PATCH 2/3] Bump helm chart to version 4.6.2 --- production/helm/loki/CHANGELOG.md | 2 ++ production/helm/loki/Chart.yaml | 2 +- production/helm/loki/README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/production/helm/loki/CHANGELOG.md b/production/helm/loki/CHANGELOG.md index c933463628917..3bc58c8984c8c 100644 --- a/production/helm/loki/CHANGELOG.md +++ b/production/helm/loki/CHANGELOG.md @@ -13,6 +13,8 @@ Entries should include a reference to the pull request that introduced the chang [//]: # ( : do not remove this line. Add your changelog bellow this line. This locator is used by CI pipeline to find the place where to put changelog entry.) +## 4.6.2 + - [BUGFIX] Fix tokengen and provisioner secrets creation on enterprise-logs chart. ## 4.6.1 diff --git a/production/helm/loki/Chart.yaml b/production/helm/loki/Chart.yaml index fb2ddf2e4c867..85fdf76a565e0 100644 --- a/production/helm/loki/Chart.yaml +++ b/production/helm/loki/Chart.yaml @@ -4,7 +4,7 @@ name: loki description: Helm chart for Grafana Loki in simple, scalable mode type: application appVersion: 2.7.3 -version: 4.6.1 +version: 4.6.2 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 6f908a7a4ef29..d7509aa530e98 100644 --- a/production/helm/loki/README.md +++ b/production/helm/loki/README.md @@ -1,6 +1,6 @@ # loki -![Version: 4.6.1](https://img.shields.io/badge/Version-4.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.3](https://img.shields.io/badge/AppVersion-2.7.3-informational?style=flat-square) +![Version: 4.6.2](https://img.shields.io/badge/Version-4.6.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.3](https://img.shields.io/badge/AppVersion-2.7.3-informational?style=flat-square) Helm chart for Grafana Loki in simple, scalable mode From eccfcf72c6a715a2e54102820fed2401a7c4ba41 Mon Sep 17 00:00:00 2001 From: Susana Ferreira Date: Thu, 23 Feb 2023 18:24:32 +0100 Subject: [PATCH 3/3] Fix lint --- production/helm/loki/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/helm/loki/CHANGELOG.md b/production/helm/loki/CHANGELOG.md index 3bc58c8984c8c..b3d408e501791 100644 --- a/production/helm/loki/CHANGELOG.md +++ b/production/helm/loki/CHANGELOG.md @@ -13,7 +13,7 @@ Entries should include a reference to the pull request that introduced the chang [//]: # ( : do not remove this line. Add your changelog bellow this line. This locator is used by CI pipeline to find the place where to put changelog entry.) -## 4.6.2 +## 4.6.2 - [BUGFIX] Fix tokengen and provisioner secrets creation on enterprise-logs chart.