Skip to content

Commit

Permalink
Merge pull request grafana#1033 from grafana/patrickabrennan-patch-3
Browse files Browse the repository at this point in the history
[enterprise-logs] Re-add WAL dir configuration lost in 2.0.0 update
  • Loading branch information
jdbaldry authored Feb 11, 2022
2 parents a1f2048 + 1446e92 commit 5f01fcc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 9 additions & 3 deletions charts/enterprise-logs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ Entries should be ordered as follows:

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

## Unreleased
## 2.0.1

- [BUGFIX] Configure Loki WAL directory that was absent in the 2.0.0 change #1033

## 2.0.0

- [CHANGE] Expect GEL configuration as a string rather than structured data in the values.yaml file #943

## 1.4.0

Expand All @@ -20,7 +26,7 @@ Entries should include a reference to the pull request that introduced the chang
## 1.3.5

- [BUGFIX] Use correct subPath configuration for the compactor's storage mount.
- [BUGFIX] Fixed issue that prevented users from mouting extra persistent volumes for the compactor.
- [BUGFIX] Fixed issue that prevented users from mounting extra persistent volumes for the compactor.
- [CHANGE] Configure `securityContext.fsGroup` value for Admin API pod based on the value `adminApi.securityContext.runAsGroup`.

## 1.3.4
Expand All @@ -29,7 +35,7 @@ Entries should include a reference to the pull request that introduced the chang

## 1.3.3

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

## 1.3.2

Expand Down
2 changes: 1 addition & 1 deletion charts/enterprise-logs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: "v2"
name: "enterprise-logs"
type: application
version: "2.0.0"
version: "2.0.1"
appVersion: "v1.3.0"
kubeVersion: "^1.10.0-0"
description: "Grafana Enterprise Logs"
Expand Down
2 changes: 2 additions & 0 deletions charts/enterprise-logs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ config: |
chunk_block_size: 262144
chunk_encoding: snappy
chunk_retain_period: 1m
wal:
dir: /var/loki/wal
ingester_client:
grpc_client_config:
Expand Down

0 comments on commit 5f01fcc

Please sign in to comment.