From 2fb25ecc6340e4b87368fa987c98a5d6b2596c4b Mon Sep 17 00:00:00 2001 From: SuperQ Date: Tue, 12 Dec 2023 13:51:47 +0000 Subject: [PATCH] chore: update version --- CHANGELOG.rst | 8 ++++++++ changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 4 ++++ galaxy.yml | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2ee779881..6c0d82bd0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,9 +5,17 @@ Prometheus.Prometheus Release Notes .. contents:: Topics +v0.10.0 +======= + v0.9.1 ====== +Minor Changes +------------- + +- enhancement: Add time_intervals to AlertManager (https://github.com/prometheus-community/ansible/pull/251) + v0.9.0 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 31f8df072..4eb1555f9 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -13,4 +13,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 0.9.1 +version: 0.10.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d4db90de7..b88ad821d 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -55,6 +55,8 @@ releases: (https://github.com/prometheus-community/ansible/pull/44)' - 'refactor: move yamllint cfg to standard path (https://github.com/prometheus-community/ansible/pull/47)' release_date: '2023-03-05' + 0.10.0: + release_date: '2023-12-12' 0.2.0: changes: bugfixes: @@ -256,6 +258,8 @@ releases: release_date: '2023-11-29' 0.9.1: changes: + minor_changes: + - 'enhancement: Add time_intervals to AlertManager (https://github.com/prometheus-community/ansible/pull/251)' trivial: - 'patch: New prometheus/prometheus upstream release 2.48.1! (https://github.com/prometheus-community/ansible/pull/260)' - 'patch: New prometheus/memcached_exporter upstream release 0.14.1! (https://github.com/prometheus-community/ansible/pull/259)' diff --git a/galaxy.yml b/galaxy.yml index 8daaed4f3..89a5e015e 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: prometheus name: prometheus -version: 0.9.1 +version: 0.10.0 readme: README.md authors: - "Ben Kochie (https://github.com/SuperQ)"