From 4e881c667d65eb0110b97c815aa9feb13a845f2f Mon Sep 17 00:00:00 2001 From: gardar Date: Mon, 30 Sep 2024 09:36:13 +0000 Subject: [PATCH] chore: update version --- CHANGELOG.rst | 13 +++++++++++++ changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 10 ++++++++++ galaxy.yml | 2 +- 4 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index abc4e9db9..7d66ba796 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,19 @@ Prometheus.Prometheus Release Notes .. contents:: Topics +v0.19.0 +======= + +Minor Changes +------------- + +- minor: bump support for ansible from v2.16.* to v2.17.* (https://github.com/prometheus-community/ansible/pull/414) + +Bugfixes +-------- + +- fix: remove EOL platforms for current ones (https://github.com/prometheus-community/ansible/pull/395) + v0.18.1 ======= diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 6fcce191d..93e5e41f4 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -13,4 +13,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 0.18.1 +version: 0.19.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e634e83f1..3c3dbea27 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,6 +1,16 @@ --- ancestor: releases: + 0.19.0: + changes: + bugfixes: + - 'fix: remove EOL platforms for current ones (https://github.com/prometheus-community/ansible/pull/395)' + minor_changes: + - 'minor: bump support for ansible from v2.16.* to v2.17.* (https://github.com/prometheus-community/ansible/pull/414)' + trivial: + - 'patch: New percona/mongodb_exporter upstream release 0.41.1! (https://github.com/prometheus-community/ansible/pull/420)' + - 'patch: New prometheus/pushgateway upstream release 1.10.0! (https://github.com/prometheus-community/ansible/pull/418)' + release_date: '2024-09-30' 0.18.1: changes: bugfixes: diff --git a/galaxy.yml b/galaxy.yml index 9245de0b4..5bac8edb8 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: prometheus name: prometheus -version: 0.18.1 +version: 0.19.0 readme: README.md authors: - "Ben Kochie (https://github.com/SuperQ)"