chore: release loki helm chart 6.38.0 (#19016)

Signed-off-by: J Stickler <julie.stickler@grafana.com>
Co-authored-by: JStickler <4106682+JStickler@users.noreply.github.com>
Co-authored-by: J Stickler <julie.stickler@grafana.com>
benclive/fix-index-entries-for-single-tenant-objects helm-loki-6.38.0
loki-gh-app[bot] 4 months ago committed by GitHub
parent 34305f08fa
commit a9605e894f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      production/helm/loki/CHANGELOG.md
  2. 2
      production/helm/loki/Chart.yaml
  3. 4
      production/helm/loki/README.md

@ -13,8 +13,13 @@ Entries should include a reference to the pull request that introduced the chang
## Unreleased
- [FEATURE] Support separate loki ruler storage configuration [#18510](https://github.com/grafana/loki/pull/18510)
- [ENHANCEMENT] add namespaceOverride [#18707](https://github.com/grafana/loki/pull/18707)
## 6.38.0
- [FEATURE] Make access modes for persistence on all PVCs and StatefulSets editable [#13474](https://github.com/grafana/loki/pull/13474)
- [FEATURE] Allow enabling user namespaces [#18661](https://github.com/grafana/loki/pull/18661)
- [FEATURE] Allow configuring service types. [#18708](https://github.com/grafana/loki/pull/18708)
- [ENHANCEMENT] Add namespaceOverride [#18707](https://github.com/grafana/loki/pull/18707)
- [BUGFIX] Use gateway container port as nginx server port [#18774](https://github.com/grafana/loki/pull/18774)
## 6.37.0

@ -3,7 +3,7 @@ name: loki
description: Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, simple scalable, and microservices modes.
type: application
appVersion: 3.5.3
version: 6.37.0
version: 6.38.0
home: https://grafana.github.io/helm-charts
sources:
- https://github.com/grafana/loki

@ -1,6 +1,6 @@
# loki
![Version: 6.37.0](https://img.shields.io/badge/Version-6.37.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)
![Version: 6.38.0](https://img.shields.io/badge/Version-6.38.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)
Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, simple scalable, and microservices modes.
@ -16,7 +16,7 @@ Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, s
|------------|------|---------|
| https://charts.min.io/ | minio(minio) | 5.4.0 |
| https://grafana.github.io/helm-charts | grafana-agent-operator(grafana-agent-operator) | 0.5.1 |
| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.30.0 |
| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.32.0 |
Find more information in the Loki Helm Chart [documentation](https://grafana.com/docs/loki/latest/setup/install/helm/).

Loading…
Cancel
Save