diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c94f32eea..6e8a2d747 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Prometheus.Prometheus Release Notes .. contents:: Topics +v0.8.0 +====== + +Minor Changes +------------- + +- feat: add smartctl_exporter role (https://github.com/prometheus-community/ansible/pull/229) + +Bugfixes +-------- + +- fix(molecule): don't contact galaxy api since requirements come from git (https://github.com/prometheus-community/ansible/pull/241) + v0.7.1 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 58fda9e10..29b111753 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -13,4 +13,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 0.7.1 +version: 0.8.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 75f8111aa..d5ce19849 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -219,7 +219,20 @@ releases: (https://github.com/prometheus-community/ansible/pull/241)" trivial: - 'docs: fix alertmanager role name (https://github.com/prometheus-community/ansible/pull/240)' + - '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.0: + changes: + bugfixes: + - "fix(molecule): don't contact galaxy api since requirements come from git + (https://github.com/prometheus-community/ansible/pull/241)" + minor_changes: + - '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/snmp_exporter upstream release! (https://github.com/prometheus-community/ansible/pull/228)' release_date: '2023-10-27' diff --git a/galaxy.yml b/galaxy.yml index afe577116..fe36ddadd 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: prometheus name: prometheus -version: 0.7.1 +version: 0.8.0 readme: README.md authors: - "Ben Kochie (https://github.com/SuperQ)"