From a0794306cbb4e5211aae127fd568cd6513ba4ab7 Mon Sep 17 00:00:00 2001 From: gardar Date: Fri, 23 Feb 2024 02:09:46 +0000 Subject: [PATCH] chore: update version --- CHANGELOG.rst | 5 ++++- changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 9 +++++++-- galaxy.yml | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index be40e480..ff9292f4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 -------- diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index ccde6006..589b8a66 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -13,4 +13,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 0.12.2 +version: 0.13.1 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index cc8baede..ec6fb00b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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: diff --git a/galaxy.yml b/galaxy.yml index 9c17cea1..0cee3dbe 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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)"