From 3e7e44400a0c8c36d5a4a2da77590ceaa42fcb0e Mon Sep 17 00:00:00 2001 From: Vladyslav Diachenko <82767850+vlad-diachenko@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:08:48 +0300 Subject: [PATCH] bumped GEL version in Loki helm chart to v1.5.2 (#7241) GEL release 1.5.2 --- production/helm/loki/CHANGELOG.md | 4 ++++ production/helm/loki/Chart.yaml | 2 +- production/helm/loki/README.md | 4 ++-- production/helm/loki/values.yaml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/production/helm/loki/CHANGELOG.md b/production/helm/loki/CHANGELOG.md index 347730a2835b..6668395d3ee6 100644 --- a/production/helm/loki/CHANGELOG.md +++ b/production/helm/loki/CHANGELOG.md @@ -11,6 +11,10 @@ Entries should be ordered as follows: Entries should include a reference to the pull request that introduced the change. +## 3.2.0 + +- [CHANGE] Bump Grafana Enterprise Logs version to v1.5.2 + ## 3.1.0 - [FEATURE] Loki canary and GEL token provisioner added. The GEL token provisioner will provision a tenant and token to be used by the self-monitoring features (including the canary), as well as any additional tenants specified. A k8s secret will be created with a read and write token for each additional tenant specified. diff --git a/production/helm/loki/Chart.yaml b/production/helm/loki/Chart.yaml index c9ee34c59ffb..5dcaa5245281 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.6.1 -version: 3.1.0 +version: 3.2.0 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 1a48704eaedd..d88aeea93553 100644 --- a/production/helm/loki/README.md +++ b/production/helm/loki/README.md @@ -1,6 +1,6 @@ # loki -![Version: 3.1.0](https://img.shields.io/badge/Version-3.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.1](https://img.shields.io/badge/AppVersion-2.6.1-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.1](https://img.shields.io/badge/AppVersion-2.6.1-informational?style=flat-square) Helm chart for Grafana Loki in simple, scalable mode @@ -179,7 +179,7 @@ monitoring: | enterprise.tokengen.securityContext | object | `{"fsGroup":10001,"runAsGroup":10001,"runAsNonRoot":true,"runAsUser":10001}` | Run containers as user `enterprise-logs(uid=10001)` | | enterprise.tokengen.tolerations | list | `[]` | Tolerations for tokengen Job | | enterprise.useExternalLicense | bool | `false` | Set to true when providing an external license | -| enterprise.version | string | `"v1.5.0"` | | +| enterprise.version | string | `"v1.5.2"` | | | fullnameOverride | string | `nil` | Overrides the chart's computed fullname | | gateway.affinity | string | Hard node and soft zone anti-affinity | Affinity for gateway pods. Passed through `tpl` and, thus, to be configured as string | | gateway.autoscaling.enabled | bool | `false` | Enable autoscaling for the gateway | diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml index cd71a480afc1..a156a857e64f 100644 --- a/production/helm/loki/values.yaml +++ b/production/helm/loki/values.yaml @@ -258,7 +258,7 @@ enterprise: enabled: false # Default verion of GEL to deploy - version: v1.5.0 + version: v1.5.2 # -- Optional name of the GEL cluster, otherwise will use .Release.Name # The cluster name must match what is in your GEL license