From 4f0764f9bbf3f0a913283909ac929173376567ee Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Thu, 11 Sep 2025 20:13:05 +0300 Subject: [PATCH] Release 1.18.0 Signed-off-by: Sagi Shnaidman --- CHANGELOG.rst | 41 +++++++++++++++++++ changelogs/changelog.yaml | 33 +++++++++++++++ .../containers/podman/buildah_connection.html | 2 +- .../podman/buildah_containers_inventory.html | 2 +- docs/collections/containers/podman/index.html | 2 +- .../containers/podman/podman_connection.html | 2 +- .../podman/podman_container_copy_module.html | 2 +- .../podman/podman_container_exec_module.html | 2 +- .../podman/podman_container_info_module.html | 2 +- .../podman/podman_container_module.html | 2 +- .../podman/podman_containers_inventory.html | 2 +- .../podman/podman_containers_module.html | 2 +- .../podman/podman_export_module.html | 2 +- .../podman_generate_systemd_module.html | 2 +- .../podman/podman_image_info_module.html | 2 +- .../podman/podman_image_module.html | 2 +- .../podman/podman_import_module.html | 2 +- .../containers/podman/podman_load_module.html | 2 +- .../podman/podman_login_info_module.html | 2 +- .../podman/podman_login_module.html | 2 +- .../podman/podman_logout_module.html | 2 +- .../podman/podman_network_info_module.html | 2 +- .../podman/podman_network_module.html | 2 +- .../containers/podman/podman_play_module.html | 2 +- .../podman/podman_pod_info_module.html | 2 +- .../containers/podman/podman_pod_module.html | 2 +- .../podman/podman_prune_module.html | 2 +- .../podman/podman_runlabel_module.html | 2 +- .../containers/podman/podman_save_module.html | 2 +- .../podman/podman_search_module.html | 2 +- .../podman/podman_secret_info_module.html | 2 +- .../podman/podman_secret_module.html | 2 +- .../podman_system_connection_info_module.html | 2 +- .../podman_system_connection_module.html | 2 +- .../podman/podman_system_info_module.html | 2 +- .../containers/podman/podman_tag_module.html | 2 +- .../podman/podman_unshare_become.html | 2 +- .../podman/podman_volume_info_module.html | 2 +- .../podman/podman_volume_module.html | 2 +- docs/searchindex.js | 2 +- galaxy.yml | 2 +- 41 files changed, 113 insertions(+), 39 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0c158ad..c15144e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,47 @@ Ansible Podman modules and plugins Release Notes .. contents:: Topics +v1.18.0 +======= + +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 + +Bugfixes +-------- + +- Fix podman logout for newer Podman +- Fix podman_image correct delimiter logic for version@digest tags +- Remove quiet mode from pulling image + +New Plugins +----------- + +Inventory +~~~~~~~~~ + +- containers.podman.buildah_containers - Inventory plugin that discovers Buildah working containers as hosts +- containers.podman.podman_containers - Inventory plugin that discovers Podman containers as hosts + +New Modules +----------- + +- containers.podman.podman_system_connection - Manage Podman system connections +- containers.podman.podman_system_connection_info - Get info about Podman system connections + v1.17.0 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index c543b31..424c5cf 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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: diff --git a/docs/collections/containers/podman/buildah_connection.html b/docs/collections/containers/podman/buildah_connection.html index 1375e4b..a317522 100644 --- a/docs/collections/containers/podman/buildah_connection.html +++ b/docs/collections/containers/podman/buildah_connection.html @@ -132,7 +132,7 @@

containers.podman.buildah connection – Interact with an existing buildah container

Note

-

This connection plugin is part of the containers.podman collection (version 1.17.0).

+

This connection plugin is part of the containers.podman collection (version 1.18.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install containers.podman.

diff --git a/docs/collections/containers/podman/buildah_containers_inventory.html b/docs/collections/containers/podman/buildah_containers_inventory.html index e73c6cb..ade745a 100644 --- a/docs/collections/containers/podman/buildah_containers_inventory.html +++ b/docs/collections/containers/podman/buildah_containers_inventory.html @@ -132,7 +132,7 @@

containers.podman.buildah_containers inventory – Inventory plugin that discovers Buildah working containers as hosts

Note

-

This inventory plugin is part of the containers.podman collection (version 1.17.0).

+

This inventory plugin is part of the containers.podman collection (version 1.18.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install containers.podman.

diff --git a/docs/collections/containers/podman/index.html b/docs/collections/containers/podman/index.html index c2805d5..913fbbf 100644 --- a/docs/collections/containers/podman/index.html +++ b/docs/collections/containers/podman/index.html @@ -129,7 +129,7 @@

Containers.Podman

-

Collection version 1.17.0

+

Collection version 1.18.0