ansible-collection-prometheus/CHANGELOG.rst

123 lines
2.9 KiB
ReStructuredText
Raw Normal View History

===================================
Prometheus.Prometheus Release Notes
===================================
.. contents:: Topics
2023-03-26 09:53:52 +00:00
v0.4.0
======
Minor Changes
-------------
- enhancement: add `skip_install` variables to various roles (https://github.com/prometheus-community/ansible/pull/74)
2023-04-11 14:15:15 +00:00
Bugfixes
--------
- fix: meta-runtime now needs minor in version string (https://github.com/prometheus-community/ansible/pull/84)
2023-03-14 19:40:13 +00:00
v0.3.1
======
2023-03-17 13:01:43 +00:00
Bugfixes
--------
- fix: Don't log config deployments (https://github.com/prometheus-community/ansible/pull/73)
2023-03-21 10:42:17 +00:00
- fix: correct quotation of flags in systemd config file (https://github.com/prometheus-community/ansible/pull/71)
2023-03-21 10:56:35 +00:00
- fix: version bumper action (https://github.com/prometheus-community/ansible/pull/75)
2023-03-17 13:01:43 +00:00
2023-03-14 06:57:16 +00:00
v0.3.0
======
Minor Changes
-------------
- feat: Add mysqld_exporter role (https://github.com/prometheus-community/ansible/pull/45)
Bugfixes
--------
- fix: policycoreutils python package name (https://github.com/prometheus-community/ansible/pull/63)
2023-03-13 12:40:36 +00:00
v0.2.1
======
2023-03-13 18:22:54 +00:00
Bugfixes
--------
- fix: policycoreutils python package name (https://github.com/prometheus-community/ansible/pull/63)
2023-03-08 10:06:27 +00:00
v0.2.0
======
2023-03-09 17:31:14 +00:00
Minor Changes
-------------
- feat: add systemd exporter role (https://github.com/prometheus-community/ansible/pull/62)
2023-03-08 10:45:10 +00:00
Removed Features (previously deprecated)
----------------------------------------
- removed: community.crypto is only needed when testing (https://github.com/prometheus-community/ansible/pull/56)
Bugfixes
--------
- fix: Fix typo on Install selinux python packages for RedHat family (https://github.com/prometheus-community/ansible/pull/57)
2023-03-05 12:05:10 +00:00
v0.1.5
======
Bugfixes
--------
- fix: follow PEP 440 standard for supported ansible versions (https://github.com/prometheus-community/ansible/pull/46)
2023-03-07 17:44:40 +00:00
- fix: various role argument specs (https://github.com/prometheus-community/ansible/pull/50)
2023-03-05 12:05:10 +00:00
2023-03-05 09:59:25 +00:00
v0.1.4
======
2023-03-04 13:07:27 +00:00
v0.1.3
======
2023-03-04 08:03:21 +00:00
v0.1.2
======
2023-03-03 17:08:41 +00:00
v0.1.1
======
2023-03-02 14:15:22 +00:00
v0.1.0
======
2023-03-03 06:42:14 +00:00
Minor Changes
-------------
- feat: Allow grabbing binaries and checksums from a custom url/mirror (https://github.com/prometheus-community/ansible/pull/28)
2023-03-02 14:15:22 +00:00
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)
2023-03-03 06:40:10 +00:00
- fix: Remove unnecessary dependency on jmespath (https://github.com/prometheus-community/ansible/pull/22)
2023-03-02 20:21:52 +00:00
- fix: ansible 2.9 workaround for galaxy install from git (https://github.com/prometheus-community/ansible/pull/37)
2023-03-02 14:15:22 +00:00
- 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)
2023-03-02 20:21:52 +00:00
v0.0.3
======
v0.0.1
======
Major Changes
-------------
- Initial Release