mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-25 21:30:24 +00:00
chore: update version
This commit is contained in:
parent
4363ad1730
commit
518fc7df50
4 changed files with 10 additions and 2 deletions
|
@ -5,6 +5,9 @@ Prometheus.Prometheus Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v0.1.3
|
||||||
|
======
|
||||||
|
|
||||||
v0.1.2
|
v0.1.2
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -13,4 +13,4 @@ plugins:
|
||||||
shell: {}
|
shell: {}
|
||||||
strategy: {}
|
strategy: {}
|
||||||
vars: {}
|
vars: {}
|
||||||
version: 0.1.2
|
version: 0.1.3
|
||||||
|
|
|
@ -35,3 +35,8 @@ releases:
|
||||||
trivial:
|
trivial:
|
||||||
- 'packaging: publish on ansible galaxy on release (https://github.com/prometheus-community/ansible/pull/41)'
|
- 'packaging: publish on ansible galaxy on release (https://github.com/prometheus-community/ansible/pull/41)'
|
||||||
release_date: '2023-03-04'
|
release_date: '2023-03-04'
|
||||||
|
0.1.3:
|
||||||
|
changes:
|
||||||
|
trivial:
|
||||||
|
- 'packaging: Fix publish action version (https://github.com/prometheus-community/ansible/pull/42)'
|
||||||
|
release_date: '2023-03-04'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
namespace: prometheus
|
namespace: prometheus
|
||||||
name: prometheus
|
name: prometheus
|
||||||
version: 0.1.2
|
version: 0.1.3
|
||||||
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