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