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
4f027625b3
commit
a9e9b30815
4 changed files with 11 additions and 3 deletions
|
@ -5,6 +5,9 @@ Prometheus.Prometheus Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v0.2.1
|
||||
======
|
||||
|
||||
v0.2.0
|
||||
======
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@ plugins:
|
|||
shell: {}
|
||||
strategy: {}
|
||||
vars: {}
|
||||
version: 0.2.0
|
||||
version: 0.2.1
|
||||
|
|
|
@ -65,6 +65,11 @@ releases:
|
|||
- 'removed: community.crypto is only needed when testing (https://github.com/prometheus-community/ansible/pull/56)'
|
||||
trivial:
|
||||
- 'refactor: Disable line-length check in arguments_specs (https://github.com/prometheus-community/ansible/pull/58)'
|
||||
- 'test: fix: 2.12+ test requirements install (https://github.com/prometheus-community/ansible/pull/61)'
|
||||
- 'refactor: avoid using command module for systemd version fact (https://github.com/prometheus-community/ansible/pull/52)'
|
||||
- 'test: fix: 2.12+ test requirements install (https://github.com/prometheus-community/ansible/pull/61)'
|
||||
release_date: '2023-03-08'
|
||||
0.2.1:
|
||||
changes:
|
||||
trivial:
|
||||
- 'refactor: underscore variable prefix should be reserved... (https://github.com/prometheus-community/ansible/pull/65)'
|
||||
release_date: '2023-03-13'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
namespace: prometheus
|
||||
name: prometheus
|
||||
version: 0.2.0
|
||||
version: 0.2.1
|
||||
readme: README.md
|
||||
authors:
|
||||
- "Ben Kochie (https://github.com/SuperQ)"
|
||||
|
|
Loading…
Reference in a new issue