From 292e4332fb9f381aa169c6b0fb8bd08af355fb46 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Sun, 10 Dec 2023 13:53:24 +0000 Subject: [PATCH] chore: update version --- CHANGELOG.rst | 3 +++ changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 15 ++++++++++----- galaxy.yml | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 777470ac..2ee77988 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,9 @@ Prometheus.Prometheus Release Notes .. contents:: Topics +v0.9.1 +====== + v0.9.0 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index df628ff0..31f8df07 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -13,4 +13,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 0.9.0 +version: 0.9.1 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fb60b507..bc155f12 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -246,11 +246,16 @@ releases: release_date: '2023-10-31' 0.9.0: changes: - minor_changes: - - 'feat(blackbox_exporter): Create config directory (https://github.com/prometheus-community/ansible/pull/250)' - - 'minor: Add ansible 2.16 support (https://github.com/prometheus-community/ansible/pull/255)' - - 'enhancement: allows using multiple web listen addresses (https://github.com/prometheus-community/ansible/pull/213)' - - 'feat: Add memcached_exporter role (https://github.com/prometheus-community/ansible/pull/256)' bugfixes: - 'fix: Use repo var for preflight (https://github.com/prometheus-community/ansible/pull/258)' + minor_changes: + - 'enhancement: allows using multiple web listen addresses (https://github.com/prometheus-community/ansible/pull/213)' + - 'feat(blackbox_exporter): Create config directory (https://github.com/prometheus-community/ansible/pull/250)' + - 'feat: Add memcached_exporter role (https://github.com/prometheus-community/ansible/pull/256)' + - 'minor: Add ansible 2.16 support (https://github.com/prometheus-community/ansible/pull/255)' release_date: '2023-11-29' + 0.9.1: + changes: + trivial: + - 'patch: New prometheus/prometheus upstream release 2.48.1! (https://github.com/prometheus-community/ansible/pull/260)' + release_date: '2023-12-10' diff --git a/galaxy.yml b/galaxy.yml index 89f4626a..8daaed4f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: prometheus name: prometheus -version: 0.9.0 +version: 0.9.1 readme: README.md authors: - "Ben Kochie (https://github.com/SuperQ)"