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.17.0

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
Sagi Shnaidman 2025-06-26 13:29:37 +03:00
parent f2e813671a
commit c6e185dc3e
3 changed files with 31 additions and 1 deletions

View file

@ -5,6 +5,25 @@ Ansible Podman modules and plugins Release Notes
.. contents:: Topics
v1.17.0
=======
Release Summary
---------------
Minor changes and system info module
Minor Changes
-------------
- Add another test for volumes
- Added checks for volume opts
New Modules
-----------
- containers.podman.podman_system_info - Get podman system information from host machine
v1.16.4
=======

View file

@ -438,6 +438,17 @@ releases:
- fix(podman_image) - correct intendation on 'loop' keyword
release_summary: Bugfixes
release_date: '2025-06-04'
1.17.0:
changes:
minor_changes:
- Add another test for volumes
- Added checks for volume opts
release_summary: Minor changes and system info module
modules:
- description: Get podman system information from host machine
name: podman_system_info
namespace: ''
release_date: '2025-06-26'
1.2.0:
changes:
minor_changes:

View file

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