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
8966daea59
commit
d6c7c45a94
4 changed files with 12 additions and 4 deletions
|
@ -5,6 +5,9 @@ Prometheus.Prometheus Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v0.11.1
|
||||
=======
|
||||
|
||||
v0.11.0
|
||||
=======
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@ plugins:
|
|||
shell: {}
|
||||
strategy: {}
|
||||
vars: {}
|
||||
version: 0.11.0
|
||||
version: 0.11.1
|
||||
|
|
|
@ -1,13 +1,18 @@
|
|||
---
|
||||
ancestor:
|
||||
releases:
|
||||
0.11.1:
|
||||
changes:
|
||||
trivial:
|
||||
- 'patch: New prometheus/prometheus upstream release 2.49.0! (https://github.com/prometheus-community/ansible/pull/277)'
|
||||
release_date: '2024-01-15'
|
||||
0.11.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
- 'fix: empty changelog version `changes` sections (https://github.com/prometheus-community/ansible/pull/273)'
|
||||
minor_changes:
|
||||
- 'feat: Add cadvisor role (https://github.com/prometheus-community/ansible/pull/272)'
|
||||
- 'feat: Add ipmi_exporter role (https://github.com/prometheus-community/ansible/pull/271)'
|
||||
bugfixes:
|
||||
- 'fix: empty changelog version `changes` sections (https://github.com/prometheus-community/ansible/pull/273)'
|
||||
trivial:
|
||||
- 'patch: New superq/chrony_exporter upstream release 0.8.0! (https://github.com/prometheus-community/ansible/pull/275)'
|
||||
release_date: '2024-01-12'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
namespace: prometheus
|
||||
name: prometheus
|
||||
version: 0.11.0
|
||||
version: 0.11.1
|
||||
readme: README.md
|
||||
authors:
|
||||
- "Ben Kochie (https://github.com/SuperQ)"
|
||||
|
|
Loading…
Reference in a new issue