From 67fab88064064e1c20c5bbbc4a02dbae4fb9284d Mon Sep 17 00:00:00 2001 From: gardar Date: Tue, 9 Apr 2024 12:49:58 +0000 Subject: [PATCH] chore: update version --- CHANGELOG.rst | 3 +++ changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 7 +++++++ galaxy.yml | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aafeee6..65d5299 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ Prometheus.Prometheus Release Notes .. contents:: Topics +v0.16.0 +======= + v0.15.2 ======= diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 230bae7..8865eaa 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -13,4 +13,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 0.15.2 +version: 0.16.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1e3fc17..7ccf63c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,6 +1,13 @@ --- ancestor: releases: + 0.16.0: + changes: + trivial: + - 'patch: New prometheus/prometheus upstream release 2.51.1! (https://github.com/prometheus-community/ansible/pull/326)' + - 'patch: New superq/chrony_exporter upstream release 0.9.2! (https://github.com/prometheus-community/ansible/pull/325)' + - 'patch: New prometheus/memcached_exporter upstream release 0.14.3! (https://github.com/prometheus-community/ansible/pull/322)' + release_date: '2024-04-09' 0.15.2: changes: trivial: diff --git a/galaxy.yml b/galaxy.yml index 865106e..01fc804 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: prometheus name: prometheus -version: 0.15.2 +version: 0.16.0 readme: README.md authors: - "Ben Kochie (https://github.com/SuperQ)"