From f189e53e77223f30e461b6c6c9668325e3ee90e0 Mon Sep 17 00:00:00 2001 From: gardar Date: Mon, 12 Feb 2024 00:23:19 +0000 Subject: [PATCH] chore: update version --- CHANGELOG.rst | 7 +++++++ changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 5 +++++ galaxy.yml | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 856edb2..dbea0d4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,13 @@ Prometheus.Prometheus Release Notes .. contents:: Topics +v0.12.0 +======= + +Minor Changes +------------- + +- feat: Add nginx_exporter role (https://github.com/prometheus-community/ansible/pull/287) v0.11.3 ======= diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index ac81287..75a4a12 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -13,4 +13,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 0.11.3 +version: 0.12.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 948347f..27d3c10 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,6 +1,11 @@ --- ancestor: releases: + 0.12.0: + changes: + minor_changes: + - 'feat: Add nginx_exporter role (https://github.com/prometheus-community/ansible/pull/287)' + release_date: '2024-02-12' 0.11.3: changes: bugfixes: diff --git a/galaxy.yml b/galaxy.yml index 18afa92..d0c528d 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: prometheus name: prometheus -version: 0.11.3 +version: 0.12.0 readme: README.md authors: - "Ben Kochie (https://github.com/SuperQ)"