mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-21 11:23:08 +00:00
chore: update version
This commit is contained in:
parent
818d67cd2e
commit
22eff22eaf
4 changed files with 8 additions and 2 deletions
|
@ -4,6 +4,9 @@ Prometheus.Prometheus Release Notes
|
|||
|
||||
.. contents:: Topics
|
||||
|
||||
v0.23.0
|
||||
=======
|
||||
|
||||
v0.22.1
|
||||
=======
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@ plugins:
|
|||
shell: {}
|
||||
strategy: {}
|
||||
vars: {}
|
||||
version: 0.22.1
|
||||
version: 0.23.0
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
ancestor:
|
||||
releases:
|
||||
0.23.0:
|
||||
changes: {}
|
||||
release_date: '2024-11-18'
|
||||
0.22.1:
|
||||
changes:
|
||||
bugfixes:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
namespace: prometheus
|
||||
name: prometheus
|
||||
version: 0.22.1
|
||||
version: 0.23.0
|
||||
readme: README.md
|
||||
authors:
|
||||
- "Ben Kochie (https://github.com/SuperQ)"
|
||||
|
|
Loading…
Reference in a new issue