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
4d3fd1b5e5
commit
f189e53e77
4 changed files with 14 additions and 2 deletions
|
@ -4,6 +4,13 @@ Prometheus.Prometheus Release Notes
|
|||
|
||||
.. contents:: Topics
|
||||
|
||||
v0.12.0
|
||||
=======
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- feat: Add nginx_exporter role (https://github.com/prometheus-community/ansible/pull/287)
|
||||
|
||||
v0.11.3
|
||||
=======
|
||||
|
|
|
@ -13,4 +13,4 @@ plugins:
|
|||
shell: {}
|
||||
strategy: {}
|
||||
vars: {}
|
||||
version: 0.11.3
|
||||
version: 0.12.0
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
---
|
||||
ancestor:
|
||||
releases:
|
||||
0.12.0:
|
||||
changes:
|
||||
minor_changes:
|
||||
- 'feat: Add nginx_exporter role (https://github.com/prometheus-community/ansible/pull/287)'
|
||||
release_date: '2024-02-12'
|
||||
0.11.3:
|
||||
changes:
|
||||
bugfixes:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
namespace: prometheus
|
||||
name: prometheus
|
||||
version: 0.11.3
|
||||
version: 0.12.0
|
||||
readme: README.md
|
||||
authors:
|
||||
- "Ben Kochie (https://github.com/SuperQ)"
|
||||
|
|
Loading…
Reference in a new issue