From 8f6a73e370e6d35e018d13dca5aa674824f0ebf7 Mon Sep 17 00:00:00 2001 From: gardar Date: Mon, 15 May 2023 23:12:50 +0000 Subject: [PATCH] chore: update version --- CHANGELOG.rst | 17 +++++++++++++++++ changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 17 ++++++++++++++--- galaxy.yml | 2 +- 4 files changed, 33 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 03c4629..f36a397 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,23 @@ Prometheus.Prometheus Release Notes .. contents:: Topics +v0.5.0 +====== + +Minor Changes +------------- + +- minor: Add ansible 2.15 support (https://github.com/prometheus-community/ansible/pull/106) + +Bugfixes +-------- + +- fix: add "become: true" to snmp_exporter handlers (https://github.com/prometheus-community/ansible/pull/99) +- fix: node_exporter - Fix Systemd ProtectHome option in service unit (https://github.com/prometheus-community/ansible/pull/94) +- fix: pass token to github api for higher ratelimit (https://github.com/prometheus-community/ansible/pull/91) +- fix: replace eol platforms with current (https://github.com/prometheus-community/ansible/pull/53) +- fix: tags support for included tasks (https://github.com/prometheus-community/ansible/pull/87) + v0.4.1 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 522ce67..51a82a4 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -13,4 +13,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 0.4.1 +version: 0.5.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 77c9a8d..6ce402b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,5 +1,5 @@ --- -ancestor: null +ancestor: releases: 0.0.1: changes: @@ -82,13 +82,13 @@ releases: minor_changes: - 'feat: Add mysqld_exporter role (https://github.com/prometheus-community/ansible/pull/45)' trivial: - - 'fix version bumper job (https://github.com/prometheus-community/ansible/pull/67)' + - fix version bumper job (https://github.com/prometheus-community/ansible/pull/67) - 'refactor: underscore variable prefix should be reserved... (https://github.com/prometheus-community/ansible/pull/65)' release_date: '2023-03-14' 0.3.1: changes: bugfixes: - - 'fix: Don''t log config deployments (https://github.com/prometheus-community/ansible/pull/73)' + - "fix: Don't log config deployments (https://github.com/prometheus-community/ansible/pull/73)" - 'fix: correct quotation of flags in systemd config file (https://github.com/prometheus-community/ansible/pull/71)' - 'fix: version bumper action (https://github.com/prometheus-community/ansible/pull/75)' trivial: @@ -114,3 +114,14 @@ releases: - 'fix: replace eol platforms with current (https://github.com/prometheus-community/ansible/pull/53)' - 'fix: tags support for included tasks (https://github.com/prometheus-community/ansible/pull/87)' release_date: '2023-04-26' + 0.5.0: + changes: + bugfixes: + - 'fix: tags support for included tasks (https://github.com/prometheus-community/ansible/pull/87)' + - 'fix: add "become: true" to snmp_exporter handlers (https://github.com/prometheus-community/ansible/pull/99)' + - 'fix: pass token to github api for higher ratelimit (https://github.com/prometheus-community/ansible/pull/91)' + - 'fix: replace eol platforms with current (https://github.com/prometheus-community/ansible/pull/53)' + - 'fix: node_exporter - Fix Systemd ProtectHome option in service unit (https://github.com/prometheus-community/ansible/pull/94)' + minor_changes: + - 'minor: Add ansible 2.15 support (https://github.com/prometheus-community/ansible/pull/106)' + release_date: '2023-05-15' diff --git a/galaxy.yml b/galaxy.yml index 58b625a..ca9e450 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: prometheus name: prometheus -version: 0.4.1 +version: 0.5.0 readme: README.md authors: - "Ben Kochie (https://github.com/SuperQ)"