Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit 74de695

Browse files
committed
Release v0.12.0
Signed-off-by: Tobias Schmidt <tobidt@gmail.com>
1 parent 9bf09b0 commit 74de695

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.12.0 / 2020-12-09
2+
3+
* [ENHANCEMENT] Add --version flag #189
4+
* [BUGFIX] Use newest Go version to fix random panic in the runtime
5+
* [BUGFIX] Fix typos in log messages #188 #191
6+
17
## 0.11.0 / 2020-06-21
28

39
* [CHANGE] Switch logging to go-kit #171

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ haproxy_exporter --haproxy.scrape-uri=unix:/run/haproxy/admin.sock
8383
To run the haproxy exporter as a Docker container, run:
8484

8585
```bash
86-
docker run -p 9101:9101 quay.io/prometheus/haproxy-exporter:v0.9.0 --haproxy.scrape-uri="http://user:pass@haproxy.example.com/haproxy?stats;csv"
86+
docker run -p 9101:9101 quay.io/prometheus/haproxy-exporter:v0.12.0 --haproxy.scrape-uri="http://user:pass@haproxy.example.com/haproxy?stats;csv"
8787
```
8888

8989
[hub]: https://hub.docker.com/r/prom/haproxy-exporter/

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.0
1+
0.12.0

0 commit comments

Comments
 (0)