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