Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gardar authored and github-actions[bot] committed Feb 23, 2024
1 parent 732dd52 commit a079430
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@ Prometheus.Prometheus Release Notes

.. contents:: Topics

v0.13.1
=======

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)
- feat: Add redis_exporter role (https://github.com/prometheus-community/ansible/pull/299)

Bugfixes
--------
Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 0.12.2
version: 0.13.1
9 changes: 7 additions & 2 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
---
ancestor:
releases:
0.13.1:
changes:
trivial:
- 'patch: New prometheus/prometheus upstream release 2.50.0! (https://github.com/prometheus-community/ansible/pull/300)'
release_date: '2024-02-23'
0.13.0:
changes:
bugfixes:
- 'fix: changelog format screwup (https://github.com/prometheus-community/ansible/pull/303)'
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'
0.12.1:
changes:
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.13.0
version: 0.13.1
readme: README.md
authors:
- "Ben Kochie (https://github.com/SuperQ)"
Expand Down

0 comments on commit a079430

Please sign in to comment.