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
9a049d0f6f
commit
8ae61b9d7f
2 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,7 @@ 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)
|
||||
|
|
|
@ -12,9 +12,10 @@ releases:
|
|||
changes:
|
||||
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)'
|
||||
- 'fix: ansible 2.9 workaround for galaxy install from git (https://github.com/prometheus-community/ansible/pull/37)'
|
||||
- 'fix: Remove unnecessary dependency on jmespath (https://github.com/prometheus-community/ansible/pull/22)'
|
||||
removed_features:
|
||||
- 'removed: remove lint from molecule to avoid repetition (https://github.com/prometheus-community/ansible/pull/35)'
|
||||
trivial:
|
||||
|
|
Loading…
Reference in a new issue