chore: update version

This commit is contained in:
SuperQ 2023-05-16 10:03:58 +00:00 committed by github-actions[bot]
parent 82dfeba3f1
commit 38ab5cea65
4 changed files with 17 additions and 4 deletions

View file

@ -5,6 +5,14 @@ Prometheus.Prometheus Release Notes
.. contents:: Topics
v0.5.1
======
Bugfixes
--------
- fix: Checkout full branch for version updates (https://github.com/prometheus-community/ansible/pull/108)
v0.5.0
======

View file

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

View file

@ -117,11 +117,16 @@ releases:
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: 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: node_exporter - Fix Systemd ProtectHome option in service unit (https://github.com/prometheus-community/ansible/pull/94)'
- 'fix: tags support for included tasks (https://github.com/prometheus-community/ansible/pull/87)'
minor_changes:
- 'minor: Add ansible 2.15 support (https://github.com/prometheus-community/ansible/pull/106)'
release_date: '2023-05-15'
0.5.1:
changes:
bugfixes:
- 'fix: Checkout full branch for version updates (https://github.com/prometheus-community/ansible/pull/108)'
release_date: '2023-05-16'

View file

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