From d6c7c45a9467e1a4a861e8c126ce3b2e0548c0b7 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Mon, 15 Jan 2024 15:43:40 +0000 Subject: [PATCH] chore: update version --- CHANGELOG.rst | 3 +++ changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 9 +++++++-- galaxy.yml | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1a77306a3..956136dcc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,9 @@ Prometheus.Prometheus Release Notes .. contents:: Topics +v0.11.1 +======= + v0.11.0 ======= diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 6c1b487e6..8cf99f6c3 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -13,4 +13,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 0.11.0 +version: 0.11.1 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 3997e5baa..f23d7b90e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,13 +1,18 @@ --- ancestor: releases: + 0.11.1: + changes: + trivial: + - 'patch: New prometheus/prometheus upstream release 2.49.0! (https://github.com/prometheus-community/ansible/pull/277)' + release_date: '2024-01-15' 0.11.0: changes: + bugfixes: + - 'fix: empty changelog version `changes` sections (https://github.com/prometheus-community/ansible/pull/273)' minor_changes: - 'feat: Add cadvisor role (https://github.com/prometheus-community/ansible/pull/272)' - 'feat: Add ipmi_exporter role (https://github.com/prometheus-community/ansible/pull/271)' - bugfixes: - - 'fix: empty changelog version `changes` sections (https://github.com/prometheus-community/ansible/pull/273)' trivial: - 'patch: New superq/chrony_exporter upstream release 0.8.0! (https://github.com/prometheus-community/ansible/pull/275)' release_date: '2024-01-12' diff --git a/galaxy.yml b/galaxy.yml index a18a18210..5b76f2939 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: prometheus name: prometheus -version: 0.11.0 +version: 0.11.1 readme: README.md authors: - "Ben Kochie (https://github.com/SuperQ)"