Skip to content

Commit 9dad1cc

Browse files
chore: release loki helm chart 6.36.0 (#18813)
Signed-off-by: J Stickler <[email protected]> Co-authored-by: JStickler <[email protected]> Co-authored-by: J Stickler <[email protected]>
1 parent 2f2ad6c commit 9dad1cc

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

production/helm/loki/CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ Entries should include a reference to the pull request that introduced the chang
1313

1414
[//]: # (<AUTOMATED_UPDATES_LOCATOR> : 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.)
1515

16-
## Unreleased
17-
18-
- [BREAKING] Remove tokengen job and kubectl dependency. Admin token secret must be created manually if using the enterprise provisioner. Last version with tokengen support: 6.35.1
19-
- [BREAKING] Remove `enterprise.tokengen` configuration section
20-
- [BREAKING] Remove `kubectlImage` configuration
21-
- [BREAKING] Remove `enterprise.adminToken.additionalNamespaces` as secrets are no longer automatically created
22-
- [BREAKING] Provisioner job no longer creates tenant secrets automatically. Tokens are output to stdout/logs and must be retrieved manually to create secrets
23-
- [CHANGE] `enterprise.adminToken.secret` now refers to an externally-created secret name (required when `enterprise.provisioner.enabled` is true)
24-
- [ENHANCEMENT] Add validation to ensure `enterprise.adminToken.secret` is set when provisioner is enabled
16+
## 6.36.0
17+
18+
- [BREAKING] Remove tokengen job and kubectl dependency. Admin token secret must be created manually if using the enterprise provisioner. Last version with tokengen support: 6.35.1.[#18803](https://github.com/grafana/loki/pull/18803)
19+
- [BREAKING] Remove `enterprise.tokengen` configuration section. [#18803](https://github.com/grafana/loki/pull/18803)
20+
- [BREAKING] Remove `kubectlImage` configuration. [#18803](https://github.com/grafana/loki/pull/18803)
21+
- [BREAKING] Remove `enterprise.adminToken.additionalNamespaces` as secrets are no longer automatically created. [#18803](https://github.com/grafana/loki/pull/18803)
22+
- [BREAKING] Provisioner job no longer creates tenant secrets automatically. Tokens are output to stdout/logs and must be retrieved manually to create secrets. [#18803](https://github.com/grafana/loki/pull/18803)
23+
- [CHANGE] `enterprise.adminToken.secret` now refers to an externally-created secret name (required when `enterprise.provisioner.enabled` is true). [#18803](https://github.com/grafana/loki/pull/18803)
24+
- [ENHANCEMENT] Add validation to ensure `enterprise.adminToken.secret` is set when provisioner is enabled. [#18803](https://github.com/grafana/loki/pull/18803)
2525
- [BUGFIX] Websocket related proxy_set_header to locations back to resolve high CPU usage. [#18800](https://github.com/grafana/loki/pull/18800). **CAUTION**: Any customized proxy_set_header configuration are moved from `gateway.nginxConfig.httpSnippet` to `gateway.nginxConfig.locationSnippet`. Users that using different authentication methods (e.g. `mTLS`) in the gateway should check their configuration and update it accordingly.
2626

2727
## 6.35.1

production/helm/loki/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: loki
33
description: Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, simple scalable, and microservices modes.
44
type: application
55
appVersion: 3.5.3
6-
version: 6.35.1
6+
version: 6.36.0
77
home: https://grafana.github.io/helm-charts
88
sources:
99
- https://github.com/grafana/loki

production/helm/loki/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# loki
22

3-
![Version: 6.35.1](https://img.shields.io/badge/Version-6.35.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.3](https://img.shields.io/badge/AppVersion-3.5.3-informational?style=flat-square)
3+
![Version: 6.36.0](https://img.shields.io/badge/Version-6.36.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.3](https://img.shields.io/badge/AppVersion-3.5.3-informational?style=flat-square)
44

55
Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, simple scalable, and microservices modes.
66

0 commit comments

Comments
 (0)