diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0328c1d99..270b62b44 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======= diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index ac1158223..107b7a822 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -13,4 +13,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 0.21.0 +version: 0.22.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 71d24eb4b..70f0c7ec4 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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: diff --git a/galaxy.yml b/galaxy.yml index 190d1da29..78a120d20 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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)"