Skip to content

Commit

Permalink
Merge pull request #860 from grafana/issue_853_added_path_for_WAL
Browse files Browse the repository at this point in the history
[enterprise-logs] bumped version of loki-distributed chart
  • Loading branch information
vlad-diachenko committed Dec 1, 2021
2 parents 1f9ac86 + 1b13da0 commit d69e333
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions charts/enterprise-logs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Entries should be ordered as follows:

Entries should include a reference to the pull request that introduced the change.

## 1.3.3

- [BUGFIX] Bumped version of `loki-disctributed` chart to 0.39.3 that defines default WAL location. #863

## 1.3.2

- [BUGFIX] Fixed issue that caused GEL version not to be updated in the templates of the loki-distributed child chart. #863
Expand Down
6 changes: 3 additions & 3 deletions charts/enterprise-logs/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: loki-distributed
repository: https://grafana.github.io/helm-charts
version: 0.37.3
version: 0.39.3
- name: minio
repository: https://helm.min.io/
version: 8.0.9
digest: sha256:fa052639999004f64f6ac6e847a91ab2b8ecd814f90df4c4ebab246b3c178e05
generated: "2021-09-16T17:30:46.384947051+02:00"
digest: sha256:6158172124f81a657a4652eba44e6187120311154755cd3497a2501e9e41fd3f
generated: "2021-11-30T16:46:51.046894+02:00"
4 changes: 2 additions & 2 deletions charts/enterprise-logs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: "v2"
name: "enterprise-logs"
type: application
version: "1.3.2"
version: "1.3.3"
appVersion: "v1.2.0"
kubeVersion: "^1.10.0-0"
description: "Grafana Enterprise Logs"
home: "https://grafana.com/products/enterprise/logs/"
dependencies:
- name: loki-distributed
version: ^0.37.3
version: ^0.39.3
repository: https://grafana.github.io/helm-charts
- name: minio
alias: minio
Expand Down

0 comments on commit d69e333

Please sign in to comment.