From d113847336e3cea9b2bef5a204f6f40676476afe Mon Sep 17 00:00:00 2001 From: Sergey <6213510+sshnaidm@users.noreply.github.com> Date: Thu, 20 Jun 2024 22:36:27 +0300 Subject: [PATCH] Release 1.15.3 version (#791) Signed-off-by: Sagi Shnaidman --- CHANGELOG.rst | 19 +++++++++++++++++++ changelogs/changelog.yaml | 9 +++++++++ galaxy.yml | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 59c7cc12..685f13ec 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,25 @@ Ansible Podman modules and plugins Release Notes .. contents:: Topics +v1.15.3 +======= + +Release Summary +--------------- + +Bugfixes + +Minor Changes +------------- + +- CI Update python for latest Ansible to 3.11 in CI + +Bugfixes +-------- + +- Fix idempotency for empty values +- params gpus should be exit_policy + v1.15.2 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 6e9c6ae4..540d81d3 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -339,6 +339,15 @@ releases: - Add option for inline Containerfile in podman_image release_summary: Inline Containerfile option for podman_image release_date: '2024-06-11' + 1.15.3: + changes: + bugfixes: + - Fix idempotency for empty values + - params gpus should be exit_policy + minor_changes: + - CI Update python for latest Ansible to 3.11 in CI + release_summary: Bugfixes + release_date: '2024-06-20' 1.2.0: changes: minor_changes: diff --git a/galaxy.yml b/galaxy.yml index e287adae..af4954b9 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: containers name: podman -version: 1.15.2 +version: 1.15.3 readme: README.md authors: - Sagi Shnaidman