mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
chore: update version
This commit is contained in:
parent
27f8000245
commit
d5587e7a4b
2 changed files with 4 additions and 2 deletions
|
@ -20,6 +20,7 @@ Minor Changes
|
||||||
Bugfixes
|
Bugfixes
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
- fix(alertmanager): add routes before match_re (https://github.com/prometheus-community/ansible/pull/194)
|
||||||
- fix: Add test for argument_specs matching (https://github.com/prometheus-community/ansible/pull/177)
|
- fix: Add test for argument_specs matching (https://github.com/prometheus-community/ansible/pull/177)
|
||||||
- fix: mysqld_exporter should actually respect the mysqld_exporter_host variable (https://github.com/prometheus-community/ansible/pull/88)
|
- fix: mysqld_exporter should actually respect the mysqld_exporter_host variable (https://github.com/prometheus-community/ansible/pull/88)
|
||||||
|
|
||||||
|
|
|
@ -161,13 +161,14 @@ releases:
|
||||||
minor_changes:
|
minor_changes:
|
||||||
- 'feature: blackbox exporter user/group configurable (https://github.com/prometheus-community/ansible/pull/172)'
|
- 'feature: blackbox exporter user/group configurable (https://github.com/prometheus-community/ansible/pull/172)'
|
||||||
- 'feature: Make config installation dir configurable (https://github.com/prometheus-community/ansible/pull/173)'
|
- 'feature: Make config installation dir configurable (https://github.com/prometheus-community/ansible/pull/173)'
|
||||||
- 'feat: Add chrony_exporter role (https://github.com/prometheus-community/ansible/pull/159)'
|
|
||||||
- 'feat: Add role smokeping_prober (https://github.com/prometheus-community/ansible/pull/128)'
|
|
||||||
- 'feat: Add pushgateway role (https://github.com/prometheus-community/ansible/pull/127)'
|
- 'feat: Add pushgateway role (https://github.com/prometheus-community/ansible/pull/127)'
|
||||||
|
- 'feat: Add role smokeping_prober (https://github.com/prometheus-community/ansible/pull/128)'
|
||||||
|
- 'feat: Add chrony_exporter role (https://github.com/prometheus-community/ansible/pull/159)'
|
||||||
bugfixes:
|
bugfixes:
|
||||||
- 'fix: mysqld_exporter should actually respect the mysqld_exporter_host variable
|
- 'fix: mysqld_exporter should actually respect the mysqld_exporter_host variable
|
||||||
(https://github.com/prometheus-community/ansible/pull/88)'
|
(https://github.com/prometheus-community/ansible/pull/88)'
|
||||||
- 'fix: Add test for argument_specs matching (https://github.com/prometheus-community/ansible/pull/177)'
|
- 'fix: Add test for argument_specs matching (https://github.com/prometheus-community/ansible/pull/177)'
|
||||||
|
- 'fix(alertmanager): add routes before match_re (https://github.com/prometheus-community/ansible/pull/194)'
|
||||||
trivial:
|
trivial:
|
||||||
- 'patch: New prometheus/snmp_exporter upstream release! (https://github.com/prometheus-community/ansible/pull/146)'
|
- 'patch: New prometheus/snmp_exporter upstream release! (https://github.com/prometheus-community/ansible/pull/146)'
|
||||||
- 'patch: New prometheus/mysqld_exporter upstream release! (https://github.com/prometheus-community/ansible/pull/153)'
|
- 'patch: New prometheus/mysqld_exporter upstream release! (https://github.com/prometheus-community/ansible/pull/153)'
|
||||||
|
|
Loading…
Reference in a new issue