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