Skip to content

Commit 3842b76

Browse files
Release 0.11.3
1 parent bcb5898 commit 3842b76

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.3](https://github.com/camptocamp/prometheus-puppetdb/tree/0.11.3) (2019-09-16)
4+
[Full Changelog](https://github.com/camptocamp/prometheus-puppetdb/compare/0.11.2...0.11.3)
5+
6+
**Closed issues:**
7+
8+
- puppetdb: handle cases when targets or labels are empty
9+
310
## [0.11.2](https://github.com/camptocamp/prometheus-puppetdb/tree/0.11.2) (2019-09-16)
411
[Full Changelog](https://github.com/camptocamp/prometheus-puppetdb/compare/0.11.1...0.11.2)
512

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

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

0 commit comments

Comments
 (0)