From ec47e79d261570e23564cff2bc9c3cd2f4beabfd Mon Sep 17 00:00:00 2001 From: "enterprise-logs-app[bot]" <157844630+enterprise-logs-app[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 12:27:42 +0000 Subject: [PATCH] Update loki chart to 6.28.0 --- docs/sources/setup/install/helm/reference.md | 4 ++-- production/helm/loki/CHANGELOG.md | 4 ++++ production/helm/loki/values.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/sources/setup/install/helm/reference.md b/docs/sources/setup/install/helm/reference.md index 727030c7b24c5..974b8906ab87a 100644 --- a/docs/sources/setup/install/helm/reference.md +++ b/docs/sources/setup/install/helm/reference.md @@ -3063,7 +3063,7 @@ null "pullPolicy": "IfNotPresent", "registry": "docker.io", "repository": "grafana/enterprise-logs", - "tag": "3.4.0" + "tag": "3.4.1" }, "license": { "contents": "NOTAVALIDLICENSE" @@ -3237,7 +3237,7 @@ null string Docker image tag
-"3.4.0"
+"3.4.1"
 
diff --git a/production/helm/loki/CHANGELOG.md b/production/helm/loki/CHANGELOG.md index 7bd0aaf346359..974aded150e67 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.28.0 + +- [CHANGE] Changed version of Grafana Enterprise Logs to 3.4.1 + ## 6.27.0 - [FEATURE] Added support for globals: `extraArgs`, `extraEnv`, `extraEnvFrom`, `extraVolumes`, `extraVolumeMounts` ([#16062](https://github.com/grafana/loki/pull/16062)) relates to ([#12652](https://github.com/grafana/loki/pull/12652)) diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml index b7b442a9ae829..63ac7d758c42f 100644 --- a/production/helm/loki/values.yaml +++ b/production/helm/loki/values.yaml @@ -601,7 +601,7 @@ enterprise: # -- Docker image repository repository: grafana/enterprise-logs # -- Docker image tag - tag: 3.4.0 + tag: 3.4.1 # -- Overrides the image tag with an image digest digest: null # -- Docker image pull policy