mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 20:03:04 +00:00
chore: update version
This commit is contained in:
parent
d208acf825
commit
292e4332fb
4 changed files with 15 additions and 7 deletions
|
@ -5,6 +5,9 @@ Prometheus.Prometheus Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v0.9.1
|
||||
======
|
||||
|
||||
v0.9.0
|
||||
======
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@ plugins:
|
|||
shell: {}
|
||||
strategy: {}
|
||||
vars: {}
|
||||
version: 0.9.0
|
||||
version: 0.9.1
|
||||
|
|
|
@ -246,11 +246,16 @@ releases:
|
|||
release_date: '2023-10-31'
|
||||
0.9.0:
|
||||
changes:
|
||||
minor_changes:
|
||||
- 'feat(blackbox_exporter): Create config directory (https://github.com/prometheus-community/ansible/pull/250)'
|
||||
- 'minor: Add ansible 2.16 support (https://github.com/prometheus-community/ansible/pull/255)'
|
||||
- 'enhancement: allows using multiple web listen addresses (https://github.com/prometheus-community/ansible/pull/213)'
|
||||
- 'feat: Add memcached_exporter role (https://github.com/prometheus-community/ansible/pull/256)'
|
||||
bugfixes:
|
||||
- 'fix: Use repo var for preflight (https://github.com/prometheus-community/ansible/pull/258)'
|
||||
minor_changes:
|
||||
- 'enhancement: allows using multiple web listen addresses (https://github.com/prometheus-community/ansible/pull/213)'
|
||||
- 'feat(blackbox_exporter): Create config directory (https://github.com/prometheus-community/ansible/pull/250)'
|
||||
- 'feat: Add memcached_exporter role (https://github.com/prometheus-community/ansible/pull/256)'
|
||||
- 'minor: Add ansible 2.16 support (https://github.com/prometheus-community/ansible/pull/255)'
|
||||
release_date: '2023-11-29'
|
||||
0.9.1:
|
||||
changes:
|
||||
trivial:
|
||||
- 'patch: New prometheus/prometheus upstream release 2.48.1! (https://github.com/prometheus-community/ansible/pull/260)'
|
||||
release_date: '2023-12-10'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
namespace: prometheus
|
||||
name: prometheus
|
||||
version: 0.9.0
|
||||
version: 0.9.1
|
||||
readme: README.md
|
||||
authors:
|
||||
- "Ben Kochie (https://github.com/SuperQ)"
|
||||
|
|
Loading…
Reference in a new issue