From 4c84135f5d5f07e420e22bd9b28de048096eb0d8 Mon Sep 17 00:00:00 2001 From: Sergey <6213510+sshnaidm@users.noreply.github.com> Date: Sun, 3 Nov 2024 22:15:02 +0200 Subject: [PATCH] Release 1.16.2 version (#873) Signed-off-by: Sagi Shnaidman --- CHANGELOG.rst | 23 +++++ changelogs/changelog.yaml | 16 ++++ docs/buildah_connection.html | 2 +- docs/index.html | 2 +- docs/objects.inv | Bin 8007 -> 8160 bytes docs/podman_connection.html | 2 +- docs/podman_container_copy_module.html | 2 +- docs/podman_container_exec_module.html | 2 +- docs/podman_container_info_module.html | 2 +- docs/podman_container_module.html | 106 +++++++++++++---------- docs/podman_containers_module.html | 2 +- docs/podman_export_module.html | 2 +- docs/podman_generate_systemd_module.html | 2 +- docs/podman_image_info_module.html | 2 +- docs/podman_image_module.html | 24 +++-- docs/podman_import_module.html | 2 +- docs/podman_load_module.html | 2 +- docs/podman_login_info_module.html | 2 +- docs/podman_login_module.html | 21 ++++- docs/podman_logout_module.html | 2 +- docs/podman_network_info_module.html | 2 +- docs/podman_network_module.html | 56 ++++++++++-- docs/podman_play_module.html | 39 ++++++--- docs/podman_pod_info_module.html | 2 +- docs/podman_pod_module.html | 47 ++++++---- docs/podman_prune_module.html | 2 +- docs/podman_runlabel_module.html | 2 +- docs/podman_save_module.html | 2 +- docs/podman_search_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 | 20 ++++- docs/searchindex.js | 2 +- galaxy.yml | 2 +- 37 files changed, 285 insertions(+), 121 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 459e7c9..1f1a73c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,29 @@ Ansible Podman modules and plugins Release Notes .. contents:: Topics +v1.16.2 +======= + +Release Summary +--------------- + +Bugfixes and Quadlet improvements + +Bugfixes +-------- + +- Add missing parameters for podman container quadlet +- Add new options for podman_network +- Add option to specify kube file content in module +- Add quadlet file mode option to specify file permission +- Add secret to login module +- Don't check image availability in Quadlet +- Fix max_size idempotency issue +- Fix typo in quadlet generator +- Fix unsupported pull policy in example on podman_container.py +- fix quadlet cmd_args append mistake +- podman_login does not support check_mode + v1.16.1 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 4b198e8..448e278 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -393,6 +393,22 @@ releases: - don't document quadlet_dir as required when setting state=quadlet release_summary: Bugfixes release_date: '2024-09-26' + 1.16.2: + changes: + bugfixes: + - Add missing parameters for podman container quadlet + - Add new options for podman_network + - Add option to specify kube file content in module + - Add quadlet file mode option to specify file permission + - Add secret to login module + - Don't check image availability in Quadlet + - Fix max_size idempotency issue + - Fix typo in quadlet generator + - Fix unsupported pull policy in example on podman_container.py + - fix quadlet cmd_args append mistake + - podman_login does not support check_mode + release_summary: Bugfixes and Quadlet improvements + release_date: '2024-11-03' 1.2.0: changes: minor_changes: diff --git a/docs/buildah_connection.html b/docs/buildah_connection.html index 9125c07..5535036 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.16.1).

+

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

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

Containers.Podman

-

Collection version 1.16.1

+

Collection version 1.16.2