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

Commit 865ad49

Browse files
committed
Release v0.9.0
1 parent ba2730f commit 865ad49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

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

8383
```bash
84-
docker run -p 9101:9101 quay.io/prometheus/haproxy-exporter:v0.8.0 --haproxy.scrape-uri="http://user:pass@haproxy.example.com/haproxy?stats;csv"
84+
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"
8585
```
8686

8787
[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.8.0
1+
0.9.0

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ machine:
22
environment:
33
DOCKER_IMAGE_NAME: prom/haproxy-exporter
44
QUAY_IMAGE_NAME: quay.io/prometheus/haproxy-exporter
5-
DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.8-base
5+
DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.9-base
66
REPO_PATH: github.com/prometheus/haproxy_exporter
77
pre:
88
- sudo curl -L -o /usr/bin/docker 'https://s3-external-1.amazonaws.com/circle-downloads/docker-1.9.1-circleci'

0 commit comments

Comments
 (0)