ansible-collection-prometheus/CHANGELOG.rst

338 lines
9.9 KiB
ReStructuredText
Raw Normal View History

===================================
Prometheus.Prometheus Release Notes
===================================
.. contents:: Topics
2024-02-19 12:56:40 +00:00
v0.12.1
=======
2024-02-12 00:23:19 +00:00
v0.12.0
=======
Minor Changes
-------------
- feat: Add nginx_exporter role (https://github.com/prometheus-community/ansible/pull/287)
2024-01-24 16:32:04 +00:00
v0.11.3
=======
2024-01-30 17:59:21 +00:00
Bugfixes
--------
- fix: Don't reload services when restarting (https://github.com/prometheus-community/ansible/pull/283)
2024-01-16 16:53:03 +00:00
v0.11.2
=======
2024-01-15 15:43:40 +00:00
v0.11.1
=======
2024-01-12 01:50:30 +00:00
v0.11.0
=======
Minor Changes
-------------
- feat: Add cadvisor role (https://github.com/prometheus-community/ansible/pull/272)
2024-01-15 12:29:08 +00:00
- feat: Add ipmi_exporter role (https://github.com/prometheus-community/ansible/pull/271)
2024-01-12 01:50:30 +00:00
Bugfixes
--------
- fix: empty changelog version `changes` sections (https://github.com/prometheus-community/ansible/pull/273)
2024-01-08 14:19:18 +00:00
v0.10.2
=======
Bugfixes
--------
- fix: empty changelog version `changes` sections (https://github.com/prometheus-community/ansible/pull/273)
2023-12-12 14:52:19 +00:00
v0.10.1
=======
2024-01-08 14:19:18 +00:00
Bugfixes
--------
- fix(mysqld_exporter): Change condition for mysqld_exporter_host check (https://github.com/prometheus-community/ansible/pull/270)
- fix: conditional statement jinja2 templating warning (https://github.com/prometheus-community/ansible/pull/266)
2023-12-12 13:51:47 +00:00
v0.10.0
=======
2024-01-08 14:19:18 +00:00
Minor Changes
-------------
- enhancement: Add time_intervals to AlertManager (https://github.com/prometheus-community/ansible/pull/251)
2023-12-10 13:53:24 +00:00
v0.9.1
======
2024-01-03 15:54:29 +00:00
Bugfixes
--------
2023-12-12 13:51:47 +00:00
2024-01-03 15:54:29 +00:00
- fix(mysqld_exporter): Change condition for mysqld_exporter_host check (https://github.com/prometheus-community/ansible/pull/270)
- fix: conditional statement jinja2 templating warning (https://github.com/prometheus-community/ansible/pull/266)
2023-12-12 13:51:47 +00:00
2023-11-29 20:24:12 +00:00
v0.9.0
======
Minor Changes
-------------
2023-11-30 15:08:42 +00:00
- enhancement: allows using multiple web listen addresses (https://github.com/prometheus-community/ansible/pull/213)
2023-11-29 20:24:12 +00:00
- feat(blackbox_exporter): Create config directory (https://github.com/prometheus-community/ansible/pull/250)
2023-12-08 16:58:32 +00:00
- feat: Add memcached_exporter role (https://github.com/prometheus-community/ansible/pull/256)
2023-12-05 02:31:02 +00:00
- minor: Add ansible 2.16 support (https://github.com/prometheus-community/ansible/pull/255)
2023-11-29 20:24:12 +00:00
2023-12-07 15:40:12 +00:00
Bugfixes
--------
- fix: Use repo var for preflight (https://github.com/prometheus-community/ansible/pull/258)
2023-10-31 12:27:11 +00:00
v0.8.1
======
2023-10-27 21:14:27 +00:00
v0.8.0
======
Minor Changes
-------------
- feat: add smartctl_exporter role (https://github.com/prometheus-community/ansible/pull/229)
Bugfixes
--------
- fix(molecule): don't contact galaxy api since requirements come from git (https://github.com/prometheus-community/ansible/pull/241)
2023-10-27 17:35:58 +00:00
v0.7.1
======
Bugfixes
--------
- fix(molecule): don't contact galaxy api since requirements come from git (https://github.com/prometheus-community/ansible/pull/241)
2023-08-29 14:50:51 +00:00
v0.7.0
======
Minor Changes
-------------
2023-09-27 14:32:06 +00:00
- feat(prometheus): Add shutdown timeout variable (https://github.com/prometheus-community/ansible/pull/220)
2023-08-29 14:50:51 +00:00
- feat(systemd_exporter): Add TLS configuration (https://github.com/prometheus-community/ansible/pull/205)
2023-08-30 09:14:34 +00:00
- feat(systemd_exporter): Add logging configuration to systemd_exporter (https://github.com/prometheus-community/ansible/pull/210)
2023-08-29 14:50:51 +00:00
Bugfixes
--------
- fix(systemd_exporter): Fix collector flags for older versions (https://github.com/prometheus-community/ansible/pull/208)
- fix: blackbox_exporter ansible-lint risky-octal (https://github.com/prometheus-community/ansible/pull/174)
2023-08-26 04:20:26 +00:00
v0.6.1
======
Bugfixes
--------
2023-08-29 14:00:02 +00:00
- fix(systemd_exporter): Fix collector flags for older versions (https://github.com/prometheus-community/ansible/pull/208)
2023-08-26 04:20:26 +00:00
- fix: blackbox_exporter ansible-lint risky-octal (https://github.com/prometheus-community/ansible/pull/174)
2023-07-29 08:32:16 +00:00
v0.6.0
======
Minor Changes
-------------
2023-08-16 12:28:18 +00:00
- feat: Add chrony_exporter role (https://github.com/prometheus-community/ansible/pull/159)
2023-08-16 15:01:02 +00:00
- feat: Add pushgateway role (https://github.com/prometheus-community/ansible/pull/127)
2023-08-16 15:49:59 +00:00
- feat: Add role smokeping_prober (https://github.com/prometheus-community/ansible/pull/128)
2023-08-24 21:59:00 +00:00
- feature: Agent mode support (https://github.com/prometheus-community/ansible/pull/198)
2023-07-29 15:54:35 +00:00
- feature: Make config installation dir configurable (https://github.com/prometheus-community/ansible/pull/173)
2023-07-29 08:32:16 +00:00
- feature: blackbox exporter user/group configurable (https://github.com/prometheus-community/ansible/pull/172)
2023-08-22 15:38:01 +00:00
- minor: support fedora 38 (https://github.com/prometheus-community/ansible/pull/202)
2023-07-29 08:32:16 +00:00
2023-08-22 09:07:26 +00:00
Removed Features (previously deprecated)
----------------------------------------
2023-08-22 09:08:59 +00:00
- removed: Drop fedora 36 support as it is EOL (https://github.com/prometheus-community/ansible/pull/200)
2023-08-22 09:07:26 +00:00
- removed: Drop ubuntu 18.04 support as it is EOL (https://github.com/prometheus-community/ansible/pull/199)
2023-07-29 08:32:16 +00:00
Bugfixes
--------
2023-08-17 10:16:15 +00:00
- fix(alertmanager): add routes before match_re (https://github.com/prometheus-community/ansible/pull/194)
2023-08-22 13:00:59 +00:00
- fix(node_exporter): Fix ProtectHome for textfiles (https://github.com/prometheus-community/ansible/pull/184)
2023-08-16 15:49:59 +00:00
- fix: Add test for argument_specs matching (https://github.com/prometheus-community/ansible/pull/177)
2023-08-25 14:36:44 +00:00
- fix: Make binary installs consistent (https://github.com/prometheus-community/ansible/pull/204)
2023-07-29 08:32:16 +00:00
- fix: mysqld_exporter should actually respect the mysqld_exporter_host variable (https://github.com/prometheus-community/ansible/pull/88)
2023-06-24 17:05:16 +00:00
v0.5.2
======
2023-07-06 09:17:38 +00:00
Bugfixes
--------
- fix: mysqld_exporter should actually respect the mysqld_exporter_host variable (https://github.com/prometheus-community/ansible/pull/88)
2023-05-16 10:03:58 +00:00
v0.5.1
======
Bugfixes
--------
- fix: Checkout full branch for version updates (https://github.com/prometheus-community/ansible/pull/108)
2023-05-25 14:15:04 +00:00
- fix: Install package fact dependencies needs to be run as root (https://github.com/prometheus-community/ansible/pull/89)
2023-05-24 16:33:40 +00:00
- fix: always create config file (https://github.com/prometheus-community/ansible/pull/113)
2023-05-16 14:05:24 +00:00
- fix: don't require role name on internal vars (https://github.com/prometheus-community/ansible/pull/109)
2023-05-16 14:47:08 +00:00
- fix: textfile collector dir by setting recurse to false (https://github.com/prometheus-community/ansible/pull/105)
2023-05-16 10:03:58 +00:00
2023-05-15 23:12:50 +00:00
v0.5.0
======
Minor Changes
-------------
- minor: Add ansible 2.15 support (https://github.com/prometheus-community/ansible/pull/106)
Bugfixes
--------
- fix: add "become: true" to snmp_exporter handlers (https://github.com/prometheus-community/ansible/pull/99)
2024-01-03 15:54:29 +00:00
- fix: node_exporter - Fix Systemd ProtectHome option in service unit (https://github.com/prometheus-community/ansible/pull/94)
2023-05-15 23:12:50 +00:00
- fix: pass token to github api for higher ratelimit (https://github.com/prometheus-community/ansible/pull/91)
- fix: replace eol platforms with current (https://github.com/prometheus-community/ansible/pull/53)
- fix: tags support for included tasks (https://github.com/prometheus-community/ansible/pull/87)
2023-04-26 16:49:37 +00:00
v0.4.1
======
Bugfixes
--------
2023-05-06 19:53:12 +00:00
- fix: add "become: true" to snmp_exporter handlers (https://github.com/prometheus-community/ansible/pull/99)
2023-04-26 16:49:37 +00:00
- fix: pass token to github api for higher ratelimit (https://github.com/prometheus-community/ansible/pull/91)
2023-04-26 21:36:10 +00:00
- fix: replace eol platforms with current (https://github.com/prometheus-community/ansible/pull/53)
2023-05-06 19:53:12 +00:00
- fix: tags support for included tasks (https://github.com/prometheus-community/ansible/pull/87)
2023-04-26 16:49:37 +00:00
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-12 10:50:25 +00:00
- enhancement: support ansible-vaulted basic auth passwords (https://github.com/prometheus-community/ansible/pull/83)
2023-03-26 09:53:52 +00:00
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