From e88baa9c8d8dc53c9bfc5f558c4aba79032ad755 Mon Sep 17 00:00:00 2001 From: Sergey <6213510+sshnaidm@users.noreply.github.com> Date: Tue, 11 Jun 2024 20:06:33 +0300 Subject: [PATCH] Release 1.15.2 (#783) Signed-off-by: Sagi Shnaidman --- CHANGELOG.rst | 13 ++++ changelogs/changelog.yaml | 6 ++ docs/buildah_connection.html | 2 +- docs/index.html | 2 +- docs/objects.inv | Bin 7870 -> 7894 bytes docs/podman_connection.html | 2 +- docs/podman_container_exec_module.html | 2 +- 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 | 2 +- docs/podman_image_info_module.html | 2 +- docs/podman_image_module.html | 88 ++++++++++++++--------- 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, 104 insertions(+), 67 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 311a875e..59c7cc12 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Ansible Podman modules and plugins Release Notes .. contents:: Topics +v1.15.2 +======= + +Release Summary +--------------- + +Inline Containerfile option for podman_image + +Minor Changes +------------- + +- Add option for inline Containerfile in podman_image + v1.15.1 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index dc2ed403..6e9c6ae4 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -333,6 +333,12 @@ releases: - Fix idempotency for systemd generations release_summary: Bugfixes for systemd generation release_date: '2024-06-07' + 1.15.2: + changes: + minor_changes: + - Add option for inline Containerfile in podman_image + release_summary: Inline Containerfile option for podman_image + release_date: '2024-06-11' 1.2.0: changes: minor_changes: diff --git a/docs/buildah_connection.html b/docs/buildah_connection.html index 8c8c1c5d..0da9548d 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.15.0).

+

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

Containers.Podman

-

Collection version 1.15.0

+

Collection version 1.15.2