mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 11:53:12 +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
|
||||
|
||||
|
||||
v0.1.3
|
||||
======
|
||||
|
||||
v0.1.2
|
||||
======
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@ plugins:
|
|||
shell: {}
|
||||
strategy: {}
|
||||
vars: {}
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
|
|
|
@ -35,3 +35,8 @@ releases:
|
|||
trivial:
|
||||
- 'packaging: publish on ansible galaxy on release (https://github.com/prometheus-community/ansible/pull/41)'
|
||||
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
|
||||
name: prometheus
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
readme: README.md
|
||||
authors:
|
||||
- "Ben Kochie (https://github.com/SuperQ)"
|
||||
|
|
Loading…
Reference in a new issue