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 v6.12.0 #356

Merged
merged 2 commits into from
Sep 24, 2024
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 @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Support for canary deploymnent

### Changed

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

## [0.24.0] - 2024-09-24

### Added
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: 6.10.0
digest: sha256:782baed43fd33013fbfeb7f2ae788a5d28f431669c4c2d12adfb03a658e7312d
generated: "2024-08-09T14:30:57.926895971Z"
version: 6.12.0
digest: sha256:e097ce999f63d9aefcfc8dc8d6ba56f47e06fba13ea46d3ea504b6f675bf68bc
generated: "2024-09-24T12:28:52.529369555Z"
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: 6.10.0
version: 6.12.0
repository: https://grafana.github.io/helm-charts
condition: loki.enabled
maintainers:
Expand Down