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
079bceafdf
commit
0f94066694
4 changed files with 28 additions and 24 deletions
|
@ -5,6 +5,9 @@ Prometheus.Prometheus Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v0.2.0
|
||||
======
|
||||
|
||||
v0.1.5
|
||||
======
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@ plugins:
|
|||
shell: {}
|
||||
strategy: {}
|
||||
vars: {}
|
||||
version: 0.1.5
|
||||
version: 0.2.0
|
||||
|
|
|
@ -1,57 +1,58 @@
|
|||
---
|
||||
ancestor:
|
||||
ancestor: null
|
||||
releases:
|
||||
0.0.1:
|
||||
changes:
|
||||
major_changes:
|
||||
- Initial Release
|
||||
- Initial Release
|
||||
release_date: '2023-02-17'
|
||||
0.0.3:
|
||||
release_date: '2023-03-02'
|
||||
0.1.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
- 'fix: Force push git changelogs (https://github.com/prometheus-community/ansible/pull/36)'
|
||||
- 'fix: Remove unnecessary dependency on jmespath (https://github.com/prometheus-community/ansible/pull/22)'
|
||||
- 'fix: ansible 2.9 workaround for galaxy install from git (https://github.com/prometheus-community/ansible/pull/37)'
|
||||
- 'fix: avoid installing changelog tools when testing (https://github.com/prometheus-community/ansible/pull/34)'
|
||||
- 'fix: grab dependencies from github to avoid galaxy timeouts (https://github.com/prometheus-community/ansible/pull/33)'
|
||||
- 'fix: Force push git changelogs (https://github.com/prometheus-community/ansible/pull/36)'
|
||||
- 'fix: Remove unnecessary dependency on jmespath (https://github.com/prometheus-community/ansible/pull/22)'
|
||||
- 'fix: ansible 2.9 workaround for galaxy install from git (https://github.com/prometheus-community/ansible/pull/37)'
|
||||
- 'fix: avoid installing changelog tools when testing (https://github.com/prometheus-community/ansible/pull/34)'
|
||||
- 'fix: grab dependencies from github to avoid galaxy timeouts (https://github.com/prometheus-community/ansible/pull/33)'
|
||||
minor_changes:
|
||||
- 'feat: Allow grabbing binaries and checksums from a custom url/mirror (https://github.com/prometheus-community/ansible/pull/28)'
|
||||
- 'feat: Allow grabbing binaries and checksums from a custom url/mirror (https://github.com/prometheus-community/ansible/pull/28)'
|
||||
removed_features:
|
||||
- 'removed: remove lint from molecule to avoid repetition (https://github.com/prometheus-community/ansible/pull/35)'
|
||||
- 'removed: remove lint from molecule to avoid repetition (https://github.com/prometheus-community/ansible/pull/35)'
|
||||
trivial:
|
||||
- 'fix: correct workflow triggers and writable permissions (https://github.com/prometheus-community/ansible/pull/32)'
|
||||
- 'fix: use workflow trigger that gives writable token (https://github.com/prometheus-community/ansible/pull/29)'
|
||||
- 'fix: writable token in all pull request workflows (https://github.com/prometheus-community/ansible/pull/30)'
|
||||
- 'fix: correct workflow triggers and writable permissions (https://github.com/prometheus-community/ansible/pull/32)'
|
||||
- 'fix: use workflow trigger that gives writable token (https://github.com/prometheus-community/ansible/pull/29)'
|
||||
- 'fix: writable token in all pull request workflows (https://github.com/prometheus-community/ansible/pull/30)'
|
||||
release_date: '2023-03-02'
|
||||
0.1.1:
|
||||
changes:
|
||||
trivial:
|
||||
- 'docs: Add gardar as a maintainer (https://github.com/prometheus-community/ansible/pull/39)'
|
||||
- 'docs: Add gardar as a maintainer (https://github.com/prometheus-community/ansible/pull/39)'
|
||||
release_date: '2023-03-03'
|
||||
0.1.2:
|
||||
changes:
|
||||
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'
|
||||
0.1.3:
|
||||
changes:
|
||||
trivial:
|
||||
- 'packaging: Fix publish action version (https://github.com/prometheus-community/ansible/pull/42)'
|
||||
- 'packaging: Fix publish action version (https://github.com/prometheus-community/ansible/pull/42)'
|
||||
release_date: '2023-03-04'
|
||||
0.1.4:
|
||||
changes:
|
||||
trivial:
|
||||
- 'docs: add argument specs to roles (https://github.com/prometheus-community/ansible/pull/27)'
|
||||
- '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)'
|
||||
- 'fix: various role argument specs (https://github.com/prometheus-community/ansible/pull/50)'
|
||||
- 'fix: follow PEP 440 standard for supported ansible versions (https://github.com/prometheus-community/ansible/pull/46)'
|
||||
- 'fix: various role argument specs (https://github.com/prometheus-community/ansible/pull/50)'
|
||||
trivial:
|
||||
- 'docs: Remove references to to previous named ansible collection cloudalchemy
|
||||
(https://github.com/prometheus-community/ansible/pull/44)'
|
||||
- 'refactor: move yamllint cfg to standard path (https://github.com/prometheus-community/ansible/pull/47)'
|
||||
- 'docs: Remove references to to previous named ansible collection cloudalchemy
|
||||
(https://github.com/prometheus-community/ansible/pull/44)'
|
||||
- 'refactor: move yamllint cfg to standard path (https://github.com/prometheus-community/ansible/pull/47)'
|
||||
release_date: '2023-03-05'
|
||||
0.2.0:
|
||||
release_date: '2023-03-08'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
namespace: prometheus
|
||||
name: prometheus
|
||||
version: 0.1.5
|
||||
version: 0.2.0
|
||||
readme: README.md
|
||||
authors:
|
||||
- "Ben Kochie (https://github.com/SuperQ)"
|
||||
|
|
Loading…
Reference in a new issue