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

Releases: cloudalchemy/ansible-prometheus

2.5.2

31 Jan 12:56
46e4323
Compare
Choose a tag to compare
Automatic tag generation for travis build no. 406

2.5.1

30 Jan 09:08
Compare
Choose a tag to compare

Closed issues:

  • Allow specifying source url for Prometheus archive #176

Merged pull requests:

2.5.0

13 Jan 17:39
Compare
Choose a tag to compare

Fixed bugs:

  • Default rules not working correctly #157

Closed issues:

  • Wrong home directory for the prometheus user #166
  • Autostart fails #162
  • prometheus_alert_rules are not copied as expected #148

Merged pull requests:

2.4.1

29 Oct 23:18
Compare
Choose a tag to compare

⚠️ WARNING ⚠️

As described in #166 the upgrade path to this version might be broken on some systems.
To have a clean upgrade you need to turn promethus off before running a new version of this role. This is needed as we are modifying parameters of a user responsible for running prometheus binary.

Closed issues:

  • When used on GCE with gce_sd_config discovery scrape config, the ProtectHome=Yes option prevents Prometheus to discover Google Cloud Instances #153

Merged pull requests:

  • Add clarification surrounding when the .rules file is copied & where it goes #156 (wbh1)
  • Resolves #153 prometheus homedir set to /tmp #155 (michalklempa)
  • Document alert relabeling in README.md #152 (juliusv)

2.4.0

07 Oct 20:29
Compare
Choose a tag to compare

Merged pull requests:

2.3.4

05 Oct 11:32
fa5a884
Compare
Choose a tag to compare

Merged pull requests:

2.3.3

06 Sep 15:08
6d2195e
Compare
Choose a tag to compare

Merged pull requests:

2.3.2

12 Aug 10:33
2a6b9af
Compare
Choose a tag to compare

Closed issues:

  • [Question] can't specify blackbox as target #134
  • failed parsing YAML File #129

Merged pull requests:

2.3.1

15 Jul 18:50
47c72e9
Compare
Choose a tag to compare

Merged pull requests:

2.3.0

01 Jul 07:49
e2d96f6
Compare
Choose a tag to compare

Fixed bugs:

  • Adding prometheus_config_flags_extra without value #127

Merged pull requests:

  • use tox, ansible 2.6, and allow using remote docker host #130 (paulfantom)