Skip to content

Commit f769bdb

Browse files
committed
Release 0.11.2
1 parent 640f554 commit f769bdb

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.2](https://github.com/camptocamp/prometheus-puppetdb/tree/0.11.2) (2019-09-16)
4+
[Full Changelog](https://github.com/camptocamp/prometheus-puppetdb/compare/0.11.1...0.11.2)
5+
6+
**Closed issues:**
7+
8+
- Dockerfile: fix volume permissions
9+
310
## [0.11.1](https://github.com/camptocamp/prometheus-puppetdb/tree/0.11.1) (2019-09-16)
411
[Full Changelog](https://github.com/camptocamp/prometheus-puppetdb/compare/0.11.0...0.11.1)
512

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

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.1
7+
tag: 0.11.2
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.1
14+
image: camptocamp/prometheus-puppetdb-sd:0.11.2
1515
environment:
1616
OUTPUT_METHOD: file
1717
volumes:

0 commit comments

Comments
 (0)