mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-24 21:03:27 +00:00
chore: update version
This commit is contained in:
parent
99a78d4a3c
commit
685521ccb2
4 changed files with 15 additions and 2 deletions
|
@ -5,6 +5,14 @@ Prometheus.Prometheus Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v0.1.5
|
||||
======
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- fix: follow PEP 440 standard for supported ansible versions (https://github.com/prometheus-community/ansible/pull/46)
|
||||
|
||||
v0.1.4
|
||||
======
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@ plugins:
|
|||
shell: {}
|
||||
strategy: {}
|
||||
vars: {}
|
||||
version: 0.1.4
|
||||
version: 0.1.5
|
||||
|
|
|
@ -45,3 +45,8 @@ releases:
|
|||
trivial:
|
||||
- 'docs: add argument specs to roles (https://github.com/prometheus-community/ansible/pull/27)'
|
||||
release_date: '2023-03-05'
|
||||
0.1.5:
|
||||
changes:
|
||||
bugfixes:
|
||||
- 'fix: follow PEP 440 standard for supported ansible versions (https://github.com/prometheus-community/ansible/pull/46)'
|
||||
release_date: '2023-03-05'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
namespace: prometheus
|
||||
name: prometheus
|
||||
version: 0.1.4
|
||||
version: 0.1.5
|
||||
readme: README.md
|
||||
authors:
|
||||
- "Ben Kochie (https://github.com/SuperQ)"
|
||||
|
|
Loading…
Reference in a new issue