ansible-collection-prometheus/CHANGELOG.rst
2023-03-05 09:59:25 +00:00

51 lines
1.2 KiB
ReStructuredText

===================================
Prometheus.Prometheus Release Notes
===================================
.. contents:: Topics
v0.1.4
======
v0.1.3
======
v0.1.2
======
v0.1.1
======
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: remove lint from molecule to avoid repetition (https://github.com/prometheus-community/ansible/pull/35)
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)
v0.0.3
======
v0.0.1
======
Major Changes
-------------
- Initial Release