diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..be85ddc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# [0.2.0](https://github.com/bergerx/tillerless-helm-release-exporter/compare/v0.1.0...v0.2.0) (2019-10-14) + + +### Features + +* **chart:** harden and add prometheus support ([879e34b](https://github.com/bergerx/tillerless-helm-release-exporter/commit/879e34b7d40b2b907e7a03e8d4a02f777ea1f582)) diff --git a/charts/tillerless-helm-release-exporter/Chart.yaml b/charts/tillerless-helm-release-exporter/Chart.yaml index 3df70a4..86ab607 100644 --- a/charts/tillerless-helm-release-exporter/Chart.yaml +++ b/charts/tillerless-helm-release-exporter/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: Helm exporter which collects information directly from storage backend without tiller. name: tillerless-helm-release-exporter -version: 0.1.0 +version: 0.2.0