From 5a121b8b8345691e2b625827109ab5bcc73ea9a1 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Fri, 8 Dec 2023 16:58:32 +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 ca8d5a41e..777470ac4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,7 @@ Minor Changes - enhancement: allows using multiple web listen addresses (https://github.com/prometheus-community/ansible/pull/213) - feat(blackbox_exporter): Create config directory (https://github.com/prometheus-community/ansible/pull/250) +- feat: Add memcached_exporter role (https://github.com/prometheus-community/ansible/pull/256) - minor: Add ansible 2.16 support (https://github.com/prometheus-community/ansible/pull/255) Bugfixes diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 96f281153..fb60b5071 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -250,6 +250,7 @@ releases: - 'feat(blackbox_exporter): Create config directory (https://github.com/prometheus-community/ansible/pull/250)' - 'minor: Add ansible 2.16 support (https://github.com/prometheus-community/ansible/pull/255)' - 'enhancement: allows using multiple web listen addresses (https://github.com/prometheus-community/ansible/pull/213)' + - 'feat: Add memcached_exporter role (https://github.com/prometheus-community/ansible/pull/256)' bugfixes: - 'fix: Use repo var for preflight (https://github.com/prometheus-community/ansible/pull/258)' release_date: '2023-11-29'