chore: update version

This commit is contained in:
SuperQ 2023-06-24 17:05:16 +00:00 committed by github-actions[bot]
parent 259e5a814b
commit 126e68edad
4 changed files with 16 additions and 8 deletions

View file

@ -5,6 +5,9 @@ Prometheus.Prometheus Release Notes
.. contents:: Topics
v0.5.2
======
v0.5.1
======

View file

@ -13,4 +13,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 0.5.1
version: 0.5.2

View file

@ -128,17 +128,22 @@ releases:
0.5.1:
changes:
bugfixes:
- 'fix: Checkout full branch for version updates (https://github.com/prometheus-community/ansible/pull/108)'
- 'fix: Install package fact dependencies needs to be run as root (https://github.com/prometheus-community/ansible/pull/89)'
- 'fix: always create config file (https://github.com/prometheus-community/ansible/pull/113)'
- "fix: don't require role name on internal vars (https://github.com/prometheus-community/ansible/pull/109)"
- 'fix: textfile collector dir by setting recurse to false (https://github.com/prometheus-community/ansible/pull/105)'
- 'fix: Checkout full branch for version updates (https://github.com/prometheus-community/ansible/pull/108)'
- 'fix: always create config file (https://github.com/prometheus-community/ansible/pull/113)'
- 'fix: Install package fact dependencies needs to be run as root (https://github.com/prometheus-community/ansible/pull/89)'
trivial:
- 'docs: broken link to systemd exporter on docs (https://github.com/prometheus-community/ansible/pull/104)'
- 'patch: New prometheus/node_exporter upstream release! (https://github.com/prometheus-community/ansible/pull/138)'
- 'patch: New prometheus-community/systemd_exporter upstream release! (https://github.com/prometheus-community/ansible/pull/141)'
- 'patch: New prometheus/alertmanager upstream release! (https://github.com/prometheus-community/ansible/pull/143)'
- 'patch: New prometheus/blackbox_exporter upstream release! (https://github.com/prometheus-community/ansible/pull/139)'
- 'patch: New prometheus/node_exporter upstream release! (https://github.com/prometheus-community/ansible/pull/138)'
- 'patch: New prometheus/prometheus upstream release! (https://github.com/prometheus-community/ansible/pull/140)'
- 'patch: New prometheus/snmp_exporter upstream release! (https://github.com/prometheus-community/ansible/pull/142)'
- 'patch: New prometheus/alertmanager upstream release! (https://github.com/prometheus-community/ansible/pull/143)'
- 'patch: New prometheus-community/systemd_exporter upstream release! (https://github.com/prometheus-community/ansible/pull/141)'
release_date: '2023-05-16'
0.5.2:
changes:
trivial:
- 'patch: New prometheus/prometheus upstream release! (https://github.com/prometheus-community/ansible/pull/152)'
release_date: '2023-06-24'

View file

@ -1,7 +1,7 @@
---
namespace: prometheus
name: prometheus
version: 0.5.1
version: 0.5.2
readme: README.md
authors:
- "Ben Kochie (https://github.com/SuperQ)"