Skip to content

Commit 54b1b62

Browse files
Release 0.11.1
1 parent a69a782 commit 54b1b62

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [0.11.1](https://github.com/camptocamp/prometheus-puppetdb/tree/0.11.1) (2019-09-16)
4+
[Full Changelog](https://github.com/camptocamp/prometheus-puppetdb/compare/0.11.0...0.11.1)
5+
6+
**Closed issues:**
7+
8+
- Dockerfile: fix a bug with CMD
9+
310
## [0.11.0](https://github.com/camptocamp/prometheus-puppetdb/tree/0.11.0) (2019-08-21)
411
[Full Changelog](https://github.com/camptocamp/prometheus-puppetdb/compare/0.10.0...0.11.0)
512

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: 0.11.0
2+
appVersion: 0.11.1
33
description: A Helm chart for Prometheus PuppetDB SD
44
name: prometheus-puppetdb-sd
5-
version: 2.0.0
5+
version: 2.0.1

charts/camptocamp/prometheus-puppetdb-sd/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: camptocamp/prometheus-puppetdb-sd
7-
tag: 0.11.0
7+
tag: 0.11.1
88
pullPolicy: IfNotPresent
99

1010
resources: {}

docker-compose/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- ./prometheus.yml:/etc/prometheus/prometheus.yml
1212
- prometheus-puppetdb-sd-output:/etc/prometheus/puppetdb-sd/puppetdb-sd.yml
1313
prometheus-puppetdb-sd:
14-
image: camptocamp/prometheus-puppetdb-sd:0.11.0
14+
image: camptocamp/prometheus-puppetdb-sd:0.11.1
1515
environment:
1616
OUTPUT_METHOD: file
1717
volumes:

0 commit comments

Comments
 (0)