From 50c5a2549d35365c5b26c25ec00843fdffe506bb Mon Sep 17 00:00:00 2001 From: Sergey <6213510+sshnaidm@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:16:51 +0300 Subject: [PATCH] Release 1.16.4 version (#938) Signed-off-by: Sagi Shnaidman --- CHANGELOG.rst | 26 ++++++++++++++++++++++++++ changelogs/changelog.yaml | 19 +++++++++++++++++++ galaxy.yml | 2 +- 3 files changed, 46 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 346cbb0..84e070e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,32 @@ Ansible Podman modules and plugins Release Notes .. contents:: Topics +v1.16.4 +======= + +Release Summary +--------------- + +Bugfixes + +Bugfixes +-------- + +- Document that sdnotify can be set to healthy +- Fix CI for podman_image_info +- Fix None values in LogOpt in Quadlet +- Fix conditions in CI jobs +- Fix idempotency for any podman secret driver +- Fix idempotency for systemd keyword +- Fix setuptools +- Handle image arguments in podman_container +- Remove docker protocol when inspecting image +- Set custom tmpfs idempotency +- Use usedforsecurity for hashlib.sha256 only in python version >=3.9 +- correctly quote labels and environment variables for quadlets +- doc - podman_secret - fix indentation error in example +- fix(podman_image) - correct intendation on 'loop' keyword + v1.16.3 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 4ea1e64..bb4977a 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -419,6 +419,25 @@ releases: - docs(podman_container) - improve comments on network property (#878) release_summary: Bugfixes release_date: '2025-01-29' + 1.16.4: + changes: + bugfixes: + - Document that sdnotify can be set to healthy + - Fix CI for podman_image_info + - Fix None values in LogOpt in Quadlet + - Fix conditions in CI jobs + - Fix idempotency for any podman secret driver + - Fix idempotency for systemd keyword + - Fix setuptools + - Handle image arguments in podman_container + - Remove docker protocol when inspecting image + - Set custom tmpfs idempotency + - Use usedforsecurity for hashlib.sha256 only in python version >=3.9 + - correctly quote labels and environment variables for quadlets + - doc - podman_secret - fix indentation error in example + - fix(podman_image) - correct intendation on 'loop' keyword + release_summary: Bugfixes + release_date: '2025-06-04' 1.2.0: changes: minor_changes: diff --git a/galaxy.yml b/galaxy.yml index 01f10ae..4be3049 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: containers name: podman -version: 1.16.3 +version: 1.16.4 readme: README.md authors: - Sagi Shnaidman