diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6e8a2d7..a1537b5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,9 @@ Prometheus.Prometheus Release Notes .. contents:: Topics +v0.8.1 +====== + v0.8.0 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 29b1117..62ab99c 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -13,4 +13,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 0.8.0 +version: 0.8.1 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d5ce198..28027df 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -232,7 +232,13 @@ releases: - 'feat: add smartctl_exporter role (https://github.com/prometheus-community/ansible/pull/229)' trivial: - 'docs: fix alertmanager role name (https://github.com/prometheus-community/ansible/pull/240)' - - 'patch: New prometheus/prometheus upstream release! (https://github.com/prometheus-community/ansible/pull/232)' - 'docs: fix blackbox_exporter role name (https://github.com/prometheus-community/ansible/pull/239)' + - 'patch: New prometheus/prometheus upstream release! (https://github.com/prometheus-community/ansible/pull/232)' - 'patch: New prometheus/snmp_exporter upstream release! (https://github.com/prometheus-community/ansible/pull/228)' release_date: '2023-10-27' + 0.8.1: + changes: + trivial: + - 'patch: New prometheus-community/systemd_exporter upstream release 0.6.0! + (https://github.com/prometheus-community/ansible/pull/244)' + release_date: '2023-10-31' diff --git a/galaxy.yml b/galaxy.yml index fe36dda..0933ef4 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: prometheus name: prometheus -version: 0.8.0 +version: 0.8.1 readme: README.md authors: - "Ben Kochie (https://github.com/SuperQ)"