diff --git a/charts/enterprise-logs/CHANGELOG.md b/charts/enterprise-logs/CHANGELOG.md index 28e090ddb6..0a2a79083c 100644 --- a/charts/enterprise-logs/CHANGELOG.md +++ b/charts/enterprise-logs/CHANGELOG.md @@ -11,9 +11,13 @@ Entries should be ordered as follows: Entries should include a reference to the pull request that introduced the change. +## 2.0.2 + +- [BUGFIX] Have tokengen use the same ServiceAccount as the other components. #1031 + ## 2.0.1 -- [BUGFIX] Configure Loki WAL directory that was absent in the 2.0.0 change #1033 +- [BUGFIX] Configure Loki WAL directory that was absent in the 2.0.0 change. #1033 ## 2.0.0 diff --git a/charts/enterprise-logs/Chart.yaml b/charts/enterprise-logs/Chart.yaml index b44841246f..8b2b8da0b9 100644 --- a/charts/enterprise-logs/Chart.yaml +++ b/charts/enterprise-logs/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: "v2" name: "enterprise-logs" type: application -version: "2.0.1" +version: "2.0.2" appVersion: "v1.3.0" kubeVersion: "^1.10.0-0" description: "Grafana Enterprise Logs"