mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
skip_changelog: manually fix v0.13.0 missing changelog items
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
0e8a05a2a0
commit
17820002d9
3 changed files with 16 additions and 3 deletions
|
@ -4,9 +4,17 @@ Prometheus.Prometheus Release Notes
|
||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
v0.12.2
|
v0.13.0
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- feat: Add redis_exporter role (https://github.com/prometheus-community/ansible/pull/299)
|
||||||
|
- feat: Add fail2ban_exporter role (https://github.com/prometheus-community/ansible/pull/294)
|
||||||
|
- feat: Add mongodb_exporter role (https://github.com/prometheus-community/ansible/pull/293)
|
||||||
|
- feat: Add postgres_exporter role (https://github.com/prometheus-community/ansible/pull/291)
|
||||||
|
|
||||||
Bugfixes
|
Bugfixes
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,13 @@
|
||||||
---
|
---
|
||||||
ancestor:
|
ancestor:
|
||||||
releases:
|
releases:
|
||||||
0.12.2:
|
0.13.0:
|
||||||
changes:
|
changes:
|
||||||
|
minor_changes:
|
||||||
|
- 'feat: Add redis_exporter role (https://github.com/prometheus-community/ansible/pull/299)'
|
||||||
|
- 'feat: Add fail2ban_exporter role (https://github.com/prometheus-community/ansible/pull/294)'
|
||||||
|
- 'feat: Add mongodb_exporter role (https://github.com/prometheus-community/ansible/pull/293)'
|
||||||
|
- 'feat: Add postgres_exporter role (https://github.com/prometheus-community/ansible/pull/291)'
|
||||||
bugfixes:
|
bugfixes:
|
||||||
- 'fix: changelog format screwup (https://github.com/prometheus-community/ansible/pull/303)'
|
- 'fix: changelog format screwup (https://github.com/prometheus-community/ansible/pull/303)'
|
||||||
release_date: '2024-02-23'
|
release_date: '2024-02-23'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
namespace: prometheus
|
namespace: prometheus
|
||||||
name: prometheus
|
name: prometheus
|
||||||
version: 0.12.2
|
version: 0.13.0
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- "Ben Kochie (https://github.com/SuperQ)"
|
- "Ben Kochie (https://github.com/SuperQ)"
|
||||||
|
|
Loading…
Reference in a new issue