We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df71fb commit deeb3f8Copy full SHA for deeb3f8
CHANGELOG.md
@@ -1,6 +1,15 @@
1
Changelog
2
=========
3
4
+## v0.2.0
5
+
6
+[PR#5](https://github.com/ContainerSolutions/helm-monitor/pull/5):
7
8
+- switch from dep to go modules
9
+- upgrade dependencies
10
+- simplify a bit the example and its instructions
11
+- add containersol/helm-monitor Docker container
12
13
## v0.1.2
14
15
- [PR#4](https://github.com/ContainerSolutions/helm-monitor/pull/4) add
plugin.yaml
@@ -1,6 +1,6 @@
---
name: "monitor"
-version: "0.1.2"
+version: "0.2.0"
usage: "monitor and rollback in case of failure based on metrics or logs"
description: |-
Query at a given interval a Prometheus or ElasticSearch instance, a rollback
0 commit comments