mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Release 1.16.3 (#897)
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com> Signed-off-by: johnsonlien <johnsonlien95@gmail.com>
This commit is contained in:
parent
a45d94d503
commit
983ffc8723
3 changed files with 28 additions and 1 deletions
|
|
@ -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
|
||||
=======
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue