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.18.0 #377

Merged
merged 3 commits into from
Oct 17, 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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Upgraded upstream chart from 6.16.0 to 6.18.0 - see [changelog](https:/grafana/loki/blob/main/production/helm/loki/CHANGELOG.md) for more information.
- This upgrades Loki from 3.1.0 to 3.2.0.

## [0.25.2] - 2024-10-09

### 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: 6.16.0
digest: sha256:edb2e594ccf5e29f5f7402573d40d034cf42b0891cc2d3e84fee7df9fb549a94
generated: "2024-10-07T07:49:09.568063533Z"
version: 6.18.0
digest: sha256:093ccb826b012087af92a3588bd1d9e8964eb47ea0e019816e92767c7806bdc4
generated: "2024-10-16T23:12:31.765415459Z"
4 changes: 2 additions & 2 deletions helm/loki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ apiVersion: v2
name: loki
description: Helm chart for Grafana Loki in simple, scalable mode
type: application
appVersion: 3.1.0
appVersion: 3.2.0
version: 0.25.2
home: https:/giantswarm/loki-app
sources:
- https:/giantswarm/loki-app
icon: https://s.giantswarm.io/app-icons/loki-stack/1/dark.svg
dependencies:
- name: loki
version: 6.16.0
version: 6.18.0
repository: https://grafana.github.io/helm-charts
condition: loki.enabled
maintainers:
Expand Down