Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Helm release loki to v5.37.0 #233

Merged
merged 2 commits into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Upgraded upstream chart from 5.36.3 to 5.37.0 - see [changelog](https://github.com/grafana/loki/blob/main/production/helm/loki/CHANGELOG.md) for more information.

## [0.14.3] - 2023-11-22

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions helm/loki/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: loki
repository: https://grafana.github.io/helm-charts
version: 5.36.3
digest: sha256:8c0329c1f5e8a3425d0db144c84fe6fb65b2c1ee18fcb57df72a90a601255fa3
generated: "2023-11-21T17:28:05.974157063+01:00"
version: 5.37.0
digest: sha256:969bc3b19000d5ab35f67afd01c972ca80332d594743f61a7c6366c80030b698
generated: "2023-11-22T09:22:00.821793883Z"
2 changes: 1 addition & 1 deletion helm/loki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sources:
icon: https://s.giantswarm.io/app-icons/loki-stack/1/dark.svg
dependencies:
- name: loki
version: 5.36.3
version: 5.37.0
repository: https://grafana.github.io/helm-charts
condition: loki.enabled
maintainers:
Expand Down