From 85d0ae83f186c1e712e07cce5063c4208f28be4b Mon Sep 17 00:00:00 2001 From: SuperQ Date: Thu, 18 Apr 2024 16:45:29 +0000 Subject: [PATCH] chore: update version --- CHANGELOG.rst | 3 +++ changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 6 +++++- galaxy.yml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 724abcba..087f61cc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ Prometheus.Prometheus Release Notes .. contents:: Topics +v0.16.3 +======= + v0.16.2 ======= diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index a3ff09c5..3fa35bb5 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -13,4 +13,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 0.16.2 +version: 0.16.3 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 685c81ae..497cbaa0 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,8 +1,12 @@ --- ancestor: releases: + 0.16.3: + changes: + trivial: + - 'patch: New ncabatoff/process-exporter upstream release 0.8.1! (https://github.com/prometheus-community/ansible/pull/336)' + release_date: '2024-04-18' 0.16.2: - changes: {} release_date: '2024-04-15' 0.16.1: changes: diff --git a/galaxy.yml b/galaxy.yml index a5a214a6..5cc35182 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: prometheus name: prometheus -version: 0.16.2 +version: 0.16.3 readme: README.md authors: - "Ben Kochie (https://github.com/SuperQ)"