fix(helm): Update yaml file `./production/helm/loki/Chart.yaml` (+1 other) (#13392)

Co-authored-by: Trevor Whitney <trevorjwhitney@gmail.com>
pull/13543/head helm-loki-6.7.1
Grot (@grafanabot) 10 months ago committed by GitHub
parent 3ebab6f393
commit b5b861c348
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      production/helm/loki/CHANGELOG.md
  2. 4
      production/helm/loki/Chart.yaml
  3. 2
      production/helm/loki/README.md

@ -13,6 +13,10 @@ Entries should include a reference to the pull request that introduced the chang
[//]: # (<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.) [//]: # (<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.)
## 6.7.1
- [CHANGE] Changed version of Loki to 3.1.0
## 6.7.0 ## 6.7.0
- [CHANGE] Changed version of Grafana Enterprise Logs to 3.1.0 - [CHANGE] Changed version of Grafana Enterprise Logs to 3.1.0

@ -2,8 +2,8 @@ apiVersion: v2
name: loki name: loki
description: Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes. description: Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.
type: application type: application
appVersion: 3.0.0 appVersion: 3.1.0
version: 6.7.0 version: 6.7.1
home: https://grafana.github.io/helm-charts home: https://grafana.github.io/helm-charts
sources: sources:
- https://github.com/grafana/loki - https://github.com/grafana/loki

@ -1,6 +1,6 @@
# loki # loki
![Version: 6.7.0](https://img.shields.io/badge/Version-6.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square) ![Version: 6.7.1](https://img.shields.io/badge/Version-6.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.0](https://img.shields.io/badge/AppVersion-3.1.0-informational?style=flat-square)
Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes. Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.

Loading…
Cancel
Save