skip_changelog: manually fix v0.13.0 missing changelog items

Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar 2024-02-23 01:24:41 +00:00
parent 0e8a05a2a0
commit 17820002d9
No known key found for this signature in database
GPG key ID: 00872BAF59D98753
3 changed files with 16 additions and 3 deletions

View file

@ -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
--------

View file

@ -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'

View file

@ -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)"