mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
chore: update version
This commit is contained in:
parent
010c37f1c5
commit
2cfaf9c513
4 changed files with 12 additions and 3 deletions
|
@ -5,6 +5,9 @@ Prometheus.Prometheus Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v0.8.1
|
||||
======
|
||||
|
||||
v0.8.0
|
||||
======
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@ plugins:
|
|||
shell: {}
|
||||
strategy: {}
|
||||
vars: {}
|
||||
version: 0.8.0
|
||||
version: 0.8.1
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue