diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1f1a73c..346cbb0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,23 @@ Ansible Podman modules and plugins Release Notes .. contents:: Topics +v1.16.3 +======= + +Release Summary +--------------- + +Bugfixes + +Bugfixes +-------- + +- Don't pull image when state is absent or pull=never (#889) +- Fix idempotency for containers with env vars containing MAX_SIZE (#893) +- Fix list tags failure in podman_search (#875) +- Fix podman_container_copy examples (#882) +- docs(podman_container) - improve comments on network property (#878) + v1.16.2 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 448e278..4ea1e64 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -409,6 +409,16 @@ releases: - podman_login does not support check_mode release_summary: Bugfixes and Quadlet improvements release_date: '2024-11-03' + 1.16.3: + changes: + bugfixes: + - Don't pull image when state is absent or pull=never (#889) + - Fix idempotency for containers with env vars containing MAX_SIZE (#893) + - Fix list tags failure in podman_search (#875) + - Fix podman_container_copy examples (#882) + - docs(podman_container) - improve comments on network property (#878) + release_summary: Bugfixes + release_date: '2025-01-29' 1.2.0: changes: minor_changes: diff --git a/galaxy.yml b/galaxy.yml index 3071f11..01f10ae 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: containers name: podman -version: 1.16.2 +version: 1.16.3 readme: README.md authors: - Sagi Shnaidman