From a2806b87fd59a6c89a6af4eff043160aba62db52 Mon Sep 17 00:00:00 2001 From: Sergey <6213510+sshnaidm@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:29:57 +0300 Subject: [PATCH] Release 1.16.1 version (#854) Signed-off-by: Sagi Shnaidman --- CHANGELOG.rst | 14 ++++++++++++++ changelogs/changelog.yaml | 7 +++++++ docs/buildah_connection.html | 2 +- docs/index.html | 2 +- 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 | 4 ++-- 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 | 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_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 | 2 +- docs/searchindex.js | 2 +- galaxy.yml | 2 +- 36 files changed, 56 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ce3b3dff..459e7c9d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,20 @@ Ansible Podman modules and plugins Release Notes .. contents:: Topics +v1.16.1 +======= + +Release Summary +--------------- + +Bugfixes + +Bugfixes +-------- + +- Fix podman image permissions issue and runlable test +- don't document quadlet_dir as required when setting state=quadlet + v1.16.0 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 772f1469..4b198e8c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -386,6 +386,13 @@ releases: name: podman_container_copy namespace: '' release_date: '2024-09-24' + 1.16.1: + changes: + bugfixes: + - Fix podman image permissions issue and runlable test + - don't document quadlet_dir as required when setting state=quadlet + release_summary: Bugfixes + release_date: '2024-09-26' 1.2.0: changes: minor_changes: diff --git a/docs/buildah_connection.html b/docs/buildah_connection.html index 5badb00e..9125c075 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.0).

+

This connection plugin is part of the containers.podman collection (version 1.16.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 6ba77dd0..dcd174bd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,7 +34,7 @@

Containers.Podman

-

Collection version 1.16.0

+

Collection version 1.16.1