From 7df5126cb3edc3f9d29b7091380321770e4f132b Mon Sep 17 00:00:00 2001 From: Sergey <6213510+sshnaidm@users.noreply.github.com> Date: Mon, 8 Apr 2024 01:29:27 +0300 Subject: [PATCH] Release 1.12.1 version (#730) Signed-off-by: Sagi Shnaidman --- CHANGELOG.rst | 34 +++++++++++++++++++++++ changelogs/changelog.yaml | 25 +++++++++++++++++ docs/buildah_connection.html | 2 +- docs/index.html | 2 +- docs/objects.inv | Bin 6943 -> 7061 bytes docs/podman_connection.html | 2 +- docs/podman_container_exec_module.html | 18 ++++++++---- docs/podman_container_info_module.html | 2 +- docs/podman_container_module.html | 2 +- docs/podman_containers_module.html | 2 +- docs/podman_export_module.html | 2 +- docs/podman_generate_systemd_module.html | 3 +- docs/podman_image_info_module.html | 4 +-- docs/podman_image_module.html | 2 +- docs/podman_import_module.html | 2 +- docs/podman_load_module.html | 2 +- docs/podman_login_info_module.html | 2 +- docs/podman_login_module.html | 2 +- docs/podman_logout_module.html | 2 +- docs/podman_network_info_module.html | 2 +- docs/podman_network_module.html | 2 +- docs/podman_play_module.html | 2 +- docs/podman_pod_info_module.html | 2 +- docs/podman_pod_module.html | 2 +- docs/podman_prune_module.html | 2 +- docs/podman_runlabel_module.html | 2 +- docs/podman_save_module.html | 2 +- docs/podman_secret_info_module.html | 2 +- docs/podman_secret_module.html | 2 +- docs/podman_tag_module.html | 2 +- docs/podman_unshare_become.html | 2 +- docs/podman_volume_info_module.html | 2 +- docs/podman_volume_module.html | 2 +- docs/searchindex.js | 2 +- galaxy.yml | 2 +- 35 files changed, 105 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7f94f59..6da76b5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,40 @@ Ansible Podman modules and plugins Release Notes .. contents:: Topics +v1.12.1 +======= + +Release Summary +--------------- + +Support for Podman v5 and bugfixes + +Minor Changes +------------- + +- CI - Fix rootfs test in CI +- CI - add custom podman path to tasks +- CI - add parametrized executables to tests +- podman_container - Add pasta as default network mode after v5 +- podman_container_exec - Return data for podman exec module +- podman_generate_systemd - Fix broken example for podman_generate_systemd (#708) +- podman_login - Update podman_login.py +- podman_play - Add support for kube yaml files with multi-documents (#724) +- podman_play - Update the logic for deleting pods/containers in podman_play +- podman_pod_info - handle return being list in Podman 5 (#713) + +Bugfixes +-------- + +- podman_container - Add check and fixed for v5 network diff +- podman_container - Fix pasta networking idempotency for v5 (#728) +- podman_container_exec - Remove unnecessary quotes in podman_container_exec module +- podman_image_info - Fix wrong return data type in podman_image_info +- podman_play - Fix kube play annotations +- podman_pod - Fix broken info of pods in Podman v5 +- podman_pod - Fix pod for Podman v5 +- podman_pod - Fix podman pod v5 broken info issue + v1.12.0 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 0585777..5ac60b9 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -257,6 +257,31 @@ releases: name: podman_secret_info namespace: '' release_date: '2024-01-30' + 1.12.1: + changes: + bugfixes: + - podman_container - Add check and fixed for v5 network diff + - podman_container - Fix pasta networking idempotency for v5 (#728) + - podman_container_exec - Remove unnecessary quotes in podman_container_exec + module + - podman_image_info - Fix wrong return data type in podman_image_info + - podman_play - Fix kube play annotations + - podman_pod - Fix broken info of pods in Podman v5 + - podman_pod - Fix pod for Podman v5 + - podman_pod - Fix podman pod v5 broken info issue + minor_changes: + - CI - Fix rootfs test in CI + - CI - add custom podman path to tasks + - CI - add parametrized executables to tests + - podman_container - Add pasta as default network mode after v5 + - podman_container_exec - Return data for podman exec module + - podman_generate_systemd - Fix broken example for podman_generate_systemd (#708) + - podman_login - Update podman_login.py + - podman_play - Add support for kube yaml files with multi-documents (#724) + - podman_play - Update the logic for deleting pods/containers in podman_play + - podman_pod_info - handle return being list in Podman 5 (#713) + release_summary: Support for Podman v5 and bugfixes + release_date: '2024-04-08' 1.2.0: changes: minor_changes: diff --git a/docs/buildah_connection.html b/docs/buildah_connection.html index 0d16691..635ba7b 100644 --- a/docs/buildah_connection.html +++ b/docs/buildah_connection.html @@ -37,7 +37,7 @@

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

Note

-

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

+

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

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/index.html b/docs/index.html index ec765cc..f217dfc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,7 +34,7 @@

Containers.Podman

-

Collection version 1.11.0

+

Collection version 1.12.1