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
9af25329da
commit
4897613f75
4 changed files with 12 additions and 5 deletions
|
@ -17,9 +17,13 @@ Bugfixes
|
|||
--------
|
||||
|
||||
- fix: Force push git changelogs (https://github.com/prometheus-community/ansible/pull/36)
|
||||
- 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)
|
||||
|
||||
v0.0.3
|
||||
======
|
||||
|
||||
v0.0.1
|
||||
======
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@ plugins:
|
|||
shell: {}
|
||||
strategy: {}
|
||||
vars: {}
|
||||
version: 0.1.0
|
||||
version: 0.0.3
|
||||
|
|
|
@ -6,16 +6,19 @@ releases:
|
|||
major_changes:
|
||||
- Initial Release
|
||||
release_date: '2023-02-17'
|
||||
0.0.3:
|
||||
release_date: '2023-03-02'
|
||||
0.1.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
- 'fix: grab dependencies from github to avoid galaxy timeouts (https://github.com/prometheus-community/ansible/pull/33)'
|
||||
- 'fix: avoid installing changelog tools when testing (https://github.com/prometheus-community/ansible/pull/34)'
|
||||
- 'fix: Force push git changelogs (https://github.com/prometheus-community/ansible/pull/36)'
|
||||
- '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: ansible 2.9 workaround for galaxy install from git (https://github.com/prometheus-community/ansible/pull/37)'
|
||||
removed_features:
|
||||
- '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)'
|
||||
release_date: '2023-03-02'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
namespace: prometheus
|
||||
name: prometheus
|
||||
version: 0.1.0
|
||||
version: 0.0.3
|
||||
readme: README.md
|
||||
authors:
|
||||
- "Ben Kochie (https://github.com/SuperQ)"
|
||||
|
|
Loading…
Reference in a new issue