mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 11:53:12 +00:00
chore: update version
This commit is contained in:
parent
732dd5210e
commit
a0794306cb
4 changed files with 13 additions and 5 deletions
|
@ -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
|
||||
--------
|
||||
|
|
|
@ -13,4 +13,4 @@ plugins:
|
|||
shell: {}
|
||||
strategy: {}
|
||||
vars: {}
|
||||
version: 0.12.2
|
||||
version: 0.13.1
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue