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
caf778650e
commit
3cc9db8b75
4 changed files with 10 additions and 3 deletions
|
@ -8,6 +8,11 @@ Prometheus.Prometheus Release Notes
|
||||||
v0.1.0
|
v0.1.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- feat: Allow grabbing binaries and checksums from a custom url/mirror (https://github.com/prometheus-community/ansible/pull/28)
|
||||||
|
|
||||||
Removed Features (previously deprecated)
|
Removed Features (previously deprecated)
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -13,4 +13,4 @@ plugins:
|
||||||
shell: {}
|
shell: {}
|
||||||
strategy: {}
|
strategy: {}
|
||||||
vars: {}
|
vars: {}
|
||||||
version: 0.0.3
|
version: 0.1.0
|
||||||
|
|
|
@ -12,14 +12,16 @@ releases:
|
||||||
changes:
|
changes:
|
||||||
bugfixes:
|
bugfixes:
|
||||||
- 'fix: Force push git changelogs (https://github.com/prometheus-community/ansible/pull/36)'
|
- '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: 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: 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: grab dependencies from github to avoid galaxy timeouts (https://github.com/prometheus-community/ansible/pull/33)'
|
||||||
- 'fix: Remove unnecessary dependency on jmespath (https://github.com/prometheus-community/ansible/pull/22)'
|
|
||||||
removed_features:
|
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:
|
trivial:
|
||||||
- 'fix: correct workflow triggers and writable permissions (https://github.com/prometheus-community/ansible/pull/32)'
|
- '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: 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: writable token in all pull request workflows (https://github.com/prometheus-community/ansible/pull/30)'
|
||||||
|
minor_changes:
|
||||||
|
- 'feat: Allow grabbing binaries and checksums from a custom url/mirror (https://github.com/prometheus-community/ansible/pull/28)'
|
||||||
release_date: '2023-03-02'
|
release_date: '2023-03-02'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
namespace: prometheus
|
namespace: prometheus
|
||||||
name: prometheus
|
name: prometheus
|
||||||
version: 0.0.3
|
version: 0.1.0
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- "Ben Kochie (https://github.com/SuperQ)"
|
- "Ben Kochie (https://github.com/SuperQ)"
|
||||||
|
|
Loading…
Reference in a new issue