diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e44aecf89..e48c89ec1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,14 @@ Prometheus.Prometheus Release Notes .. contents:: Topics +v0.14.2 +======= + +Bugfixes +-------- + +- bugfix: use temporary directory to make compatible with multi-user controllers (https://github.com/prometheus-community/ansible/pull/301) + v0.14.1 ======= diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index aa607bb0d..c40450258 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -13,4 +13,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 0.14.1 +version: 0.14.2 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f3a6b2877..a38bc13ec 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,6 +1,12 @@ --- ancestor: releases: + 0.14.2: + changes: + bugfixes: + - 'bugfix: use temporary directory to make compatible with multi-user controllers + (https://github.com/prometheus-community/ansible/pull/301)' + release_date: '2024-03-05' 0.14.1: changes: trivial: diff --git a/galaxy.yml b/galaxy.yml index 4e670be35..573cb9b00 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: prometheus name: prometheus -version: 0.14.1 +version: 0.14.2 readme: README.md authors: - "Ben Kochie (https://github.com/SuperQ)"