chore: update version

This commit is contained in:
gardar 2024-10-29 17:57:18 +00:00 committed by github-actions[bot]
parent db4a8a620e
commit 3acc6a4cca
4 changed files with 22 additions and 2 deletions

View file

@ -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
=======

View file

@ -13,4 +13,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 0.21.0
version: 0.22.0

View file

@ -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:

View file

@ -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)"