From f3514a9e97dfc3d64f02aefd299487efd99e779f Mon Sep 17 00:00:00 2001 From: gardar Date: Fri, 18 Oct 2024 16:53:15 +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 b447c30e5..55bc1c7d2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,7 @@ Removed Features (previously deprecated) Bugfixes -------- +- fix: prevent local binary cache creation with elevated privileges (https://github.com/prometheus-community/ansible/pull/434) - fix: add check_mode in localhost binary cache task (https://github.com/prometheus-community/ansible/pull/431) v0.20.1 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 901afe972..b1f92a49e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -6,6 +6,7 @@ releases: removed_features: - 'removed: CentOS Stream and Fedora from being officially supported (https://github.com/prometheus-community/ansible/pull/432)' bugfixes: + - 'fix: prevent local binary cache creation with elevated privileges (https://github.com/prometheus-community/ansible/pull/434)' - 'fix: add check_mode in localhost binary cache task (https://github.com/prometheus-community/ansible/pull/431)' release_date: '2024-10-18' 0.20.1: