mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-16 12:48:26 +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
|
||||
|
||||
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
|
||||
--------
|
||||
|
||||
|
|
|
@ -1,8 +1,13 @@
|
|||
---
|
||||
ancestor:
|
||||
releases:
|
||||
0.12.2:
|
||||
0.13.0:
|
||||
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:
|
||||
- 'fix: changelog format screwup (https://github.com/prometheus-community/ansible/pull/303)'
|
||||
release_date: '2024-02-23'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
namespace: prometheus
|
||||
name: prometheus
|
||||
version: 0.12.2
|
||||
version: 0.13.0
|
||||
readme: README.md
|
||||
authors:
|
||||
- "Ben Kochie (https://github.com/SuperQ)"
|
||||
|
|
Loading…
Add table
Reference in a new issue