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.18.0 (#979)

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
Sergey 2025-09-11 20:20:03 +03:00 committed by GitHub
parent c10614026b
commit 237bc385b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 113 additions and 39 deletions

View file

@ -449,6 +449,39 @@ releases:
name: podman_system_info
namespace: ''
release_date: '2025-06-26'
1.18.0:
changes:
bugfixes:
- Fix podman logout for newer Podman
- Fix podman_image correct delimiter logic for version@digest tags
- Remove quiet mode from pulling image
major_changes:
- Add inventory plugins for buildah and podman
- Add podman system connection modules
minor_changes:
- Add building Podman from source
- Add podman image scp option
- Add unittests for podman_image
- Improve docs and guides
- Rewrite podman_image and add tests
- Update docs and script
modules:
- description: Manage Podman system connections
name: podman_system_connection
namespace: ''
- description: Get info about Podman system connections
name: podman_system_connection_info
namespace: ''
plugins:
inventory:
- description: Inventory plugin that discovers Buildah working containers as
hosts
name: buildah_containers
namespace: ''
- description: Inventory plugin that discovers Podman containers as hosts
name: podman_containers
namespace: ''
release_date: '2025-09-11'
1.2.0:
changes:
minor_changes: