mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-12 23:27:16 +00:00
chore: update version
This commit is contained in:
parent
db4a8a620e
commit
3acc6a4cca
4 changed files with 22 additions and 2 deletions
|
@ -4,6 +4,19 @@ Prometheus.Prometheus Release Notes
|
|||
|
||||
.. contents:: Topics
|
||||
|
||||
v0.22.0
|
||||
=======
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- feat: Add nvidia_gpu_exporter (https://github.com/prometheus-community/ansible/pull/441)
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- bugfix: update default home directory (https://github.com/prometheus-community/ansible/pull/442)
|
||||
|
||||
v0.21.0
|
||||
=======
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@ plugins:
|
|||
shell: {}
|
||||
strategy: {}
|
||||
vars: {}
|
||||
version: 0.21.0
|
||||
version: 0.22.0
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
---
|
||||
ancestor:
|
||||
releases:
|
||||
0.22.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
- 'bugfix: update default home directory (https://github.com/prometheus-community/ansible/pull/442)'
|
||||
minor_changes:
|
||||
- 'feat: Add nvidia_gpu_exporter (https://github.com/prometheus-community/ansible/pull/441)'
|
||||
release_date: '2024-10-29'
|
||||
0.21.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
namespace: prometheus
|
||||
name: prometheus
|
||||
version: 0.21.0
|
||||
version: 0.22.0
|
||||
readme: README.md
|
||||
authors:
|
||||
- "Ben Kochie (https://github.com/SuperQ)"
|
||||
|
|
Loading…
Reference in a new issue