From b98d4a3f4c4dec22807ff8adc1ea83ba4bae9145 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Fri, 25 Aug 2023 14:36:44 +0000 Subject: [PATCH] chore: update version --- CHANGELOG.rst | 1 + changelogs/changelog.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b895abc9..dd691457 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -31,6 +31,7 @@ Bugfixes - fix(alertmanager): add routes before match_re (https://github.com/prometheus-community/ansible/pull/194) - fix(node_exporter): Fix ProtectHome for textfiles (https://github.com/prometheus-community/ansible/pull/184) - fix: Add test for argument_specs matching (https://github.com/prometheus-community/ansible/pull/177) +- fix: Make binary installs consistent (https://github.com/prometheus-community/ansible/pull/204) - fix: mysqld_exporter should actually respect the mysqld_exporter_host variable (https://github.com/prometheus-community/ansible/pull/88) v0.5.2 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fafe86e2..f01eb3f9 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -172,6 +172,7 @@ releases: (https://github.com/prometheus-community/ansible/pull/88)' - 'fix(alertmanager): add routes before match_re (https://github.com/prometheus-community/ansible/pull/194)' - 'fix(node_exporter): Fix ProtectHome for textfiles (https://github.com/prometheus-community/ansible/pull/184)' + - 'fix: Make binary installs consistent (https://github.com/prometheus-community/ansible/pull/204)' removed_features: - 'removed: Drop ubuntu 18.04 support as it is EOL (https://github.com/prometheus-community/ansible/pull/199)' - 'removed: Drop fedora 36 support as it is EOL (https://github.com/prometheus-community/ansible/pull/200)'