mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
chore: update version
This commit is contained in:
parent
82dfeba3f1
commit
38ab5cea65
4 changed files with 17 additions and 4 deletions
|
@ -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
|
||||
======
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@ plugins:
|
|||
shell: {}
|
||||
strategy: {}
|
||||
vars: {}
|
||||
version: 0.5.0
|
||||
version: 0.5.1
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue