From 93ed29132cd8ff042f7ba612eb8cd1eb6e20991f Mon Sep 17 00:00:00 2001 From: gardar Date: Tue, 22 Aug 2023 15:38:01 +0000 Subject: [PATCH] chore: update version --- CHANGELOG.rst | 1 + changelogs/changelog.yaml | 27 ++++++++++++++------------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0dfb31972..2cde743c2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,7 @@ Minor Changes - feat: Add role smokeping_prober (https://github.com/prometheus-community/ansible/pull/128) - feature: Make config installation dir configurable (https://github.com/prometheus-community/ansible/pull/173) - feature: blackbox exporter user/group configurable (https://github.com/prometheus-community/ansible/pull/172) +- minor: support fedora 38 (https://github.com/prometheus-community/ansible/pull/202) Removed Features (previously deprecated) ---------------------------------------- diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 7c44f536a..b089928d9 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -158,18 +158,19 @@ releases: release_date: '2023-06-24' 0.6.0: changes: - minor_changes: - - 'feature: blackbox exporter user/group configurable (https://github.com/prometheus-community/ansible/pull/172)' - - 'feature: Make config installation dir configurable (https://github.com/prometheus-community/ansible/pull/173)' - - 'feat: Add chrony_exporter role (https://github.com/prometheus-community/ansible/pull/159)' - - 'feat: Add pushgateway role (https://github.com/prometheus-community/ansible/pull/127)' - - 'feat: Add role smokeping_prober (https://github.com/prometheus-community/ansible/pull/128)' bugfixes: + - 'fix(alertmanager): add routes before match_re (https://github.com/prometheus-community/ansible/pull/194)' + - 'fix: Add test for argument_specs matching (https://github.com/prometheus-community/ansible/pull/177)' - 'fix: mysqld_exporter should actually respect the mysqld_exporter_host variable (https://github.com/prometheus-community/ansible/pull/88)' - - 'fix: Add test for argument_specs matching (https://github.com/prometheus-community/ansible/pull/177)' - - '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)' + minor_changes: + - 'feat: Add pushgateway role (https://github.com/prometheus-community/ansible/pull/127)' + - 'feat: Add role smokeping_prober (https://github.com/prometheus-community/ansible/pull/128)' + - 'feat: Add chrony_exporter role (https://github.com/prometheus-community/ansible/pull/159)' + - 'feature: blackbox exporter user/group configurable (https://github.com/prometheus-community/ansible/pull/172)' + - 'feature: Make config installation dir configurable (https://github.com/prometheus-community/ansible/pull/173)' + - 'minor: support fedora 38 (https://github.com/prometheus-community/ansible/pull/202)' 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)' @@ -179,11 +180,11 @@ releases: - 'patch: New prometheus/prometheus upstream release! (https://github.com/prometheus-community/ansible/pull/152)' - 'patch: New prometheus/node_exporter upstream release! (https://github.com/prometheus-community/ansible/pull/162)' - 'patch: New prometheus/prometheus upstream release! (https://github.com/prometheus-community/ansible/pull/168)' - - 'Fix: rename collector flags (https://github.com/prometheus-community/ansible/pull/167)' - - Fix mysqld_exporter world-readable secrets (https://github.com/prometheus-community/ansible/pull/169) - - 'fix ansible-lint: risky-octal & no-same-owner (https://github.com/prometheus-community/ansible/pull/171)' + - 'docs: Fix node_exporter 404 TLS auth links (https://github.com/prometheus-community/ansible/pull/154)' + - 'patch: New superq/smokeping_prober upstream release! (https://github.com/prometheus-community/ansible/pull/196)' - 'patch: New prometheus/snmp_exporter upstream release! (https://github.com/prometheus-community/ansible/pull/188)' - 'docs(smokeping_prober): Update arguments specs (https://github.com/prometheus-community/ansible/pull/190)' - - 'patch: New superq/smokeping_prober upstream release! (https://github.com/prometheus-community/ansible/pull/196)' - - 'docs: Fix node_exporter 404 TLS auth links (https://github.com/prometheus-community/ansible/pull/154)' + - Fix mysqld_exporter world-readable secrets (https://github.com/prometheus-community/ansible/pull/169) + - 'fix ansible-lint: risky-octal & no-same-owner (https://github.com/prometheus-community/ansible/pull/171)' + - 'Fix: rename collector flags (https://github.com/prometheus-community/ansible/pull/167)' release_date: '2023-07-29'