1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

Release 1.16.3

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
Sagi Shnaidman 2025-01-29 22:12:52 +02:00
parent a45d94d503
commit b36fd9d77e
3 changed files with 28 additions and 1 deletions

View file

@ -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
=======

View file

@ -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:

View file

@ -1,6 +1,6 @@
namespace: containers
name: podman
version: 1.16.2
version: 1.16.3
readme: README.md
authors:
- Sagi Shnaidman <sshnaidm@redhat.com>