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

Commit 12e0aa5

Browse files
cloudalchemybotpaulfantom
authored andcommitted
New prometheus/prometheus upstream release! (#221)
[minor]
1 parent 366e72d commit 12e0aa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
2828

2929
| Name | Default Value | Description |
3030
| -------------- | ------------- | -----------------------------------|
31-
| `prometheus_version` | 2.11.2 | Prometheus package version. Also accepts `latest` as parameter. Only prometheus 2.x is supported |
31+
| `prometheus_version` | 2.12.0 | Prometheus package version. Also accepts `latest` as parameter. Only prometheus 2.x is supported |
3232
| `prometheus_config_dir` | /etc/prometheus | Path to directory with prometheus configuration |
3333
| `prometheus_db_dir` | /var/lib/prometheus | Path to directory with prometheus database |
3434
| `prometheus_web_listen_address` | "0.0.0.0:9090" | Address on which prometheus will be listening |

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
prometheus_version: 2.11.2
2+
prometheus_version: 2.12.0
33

44
prometheus_config_dir: /etc/prometheus
55
prometheus_db_dir: /var/lib/prometheus

0 commit comments

Comments
 (0)