chore: update version

This commit is contained in:
gardar 2024-02-23 02:09:46 +00:00 committed by github-actions[bot]
parent 732dd5210e
commit a0794306cb
4 changed files with 13 additions and 5 deletions

View file

@ -4,16 +4,19 @@ Prometheus.Prometheus Release Notes
.. contents:: Topics .. contents:: Topics
v0.13.1
=======
v0.13.0 v0.13.0
======= =======
Minor 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 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 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 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 Bugfixes
-------- --------

View file

@ -13,4 +13,4 @@ plugins:
shell: {} shell: {}
strategy: {} strategy: {}
vars: {} vars: {}
version: 0.12.2 version: 0.13.1

View file

@ -1,15 +1,20 @@
--- ---
ancestor: ancestor:
releases: 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: 0.13.0:
changes: changes:
bugfixes:
- 'fix: changelog format screwup (https://github.com/prometheus-community/ansible/pull/303)'
minor_changes: minor_changes:
- 'feat: Add redis_exporter role (https://github.com/prometheus-community/ansible/pull/299)' - '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 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 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 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' release_date: '2024-02-23'
0.12.1: 0.12.1:
changes: changes:

View file

@ -1,7 +1,7 @@
--- ---
namespace: prometheus namespace: prometheus
name: prometheus name: prometheus
version: 0.13.0 version: 0.13.1
readme: README.md readme: README.md
authors: authors:
- "Ben Kochie (https://github.com/SuperQ)" - "Ben Kochie (https://github.com/SuperQ)"