Skip to content

Commit

Permalink
Merge pull request #304 from gardar/fix-release
Browse files Browse the repository at this point in the history
skip_changelog: manually fix v0.13.0 missing changelog items
  • Loading branch information
gardar authored Feb 23, 2024
2 parents 0e8a05a + 1782000 commit 7de7198
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------

Expand Down
7 changes: 6 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -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)"
Expand Down

0 comments on commit 7de7198

Please sign in to comment.