diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 08f534c..bb5a5b7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,29 @@ Ansible Podman modules and plugins Release Notes .. contents:: Topics +v1.15.0 +======= + +Release Summary +--------------- + +Podman search module and bugfixes for Podman image + +Major Changes +------------- + +- Add podman search + +Bugfixes +-------- + +- Fix issue with pushing podman image to repo name and org + +New Modules +----------- + +- containers.podman.podman_search - Search for remote images using podman + v1.14.0 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 61770f4..5f4f76b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -314,6 +314,18 @@ releases: - Create podman secret when skip_existing=True and it does not exist release_summary: Idempotency redesign and a lot of new options release_date: '2024-05-30' + 1.15.0: + changes: + bugfixes: + - Fix issue with pushing podman image to repo name and org + major_changes: + - Add podman search + release_summary: Podman search module and bugfixes for Podman image + modules: + - description: Search for remote images using podman + name: podman_search + namespace: '' + release_date: '2024-06-03' 1.2.0: changes: minor_changes: diff --git a/docs/buildah_connection.html b/docs/buildah_connection.html index 5975c68..8c8c1c5 100644 --- a/docs/buildah_connection.html +++ b/docs/buildah_connection.html @@ -37,7 +37,7 @@
Note
-This connection plugin is part of the containers.podman collection (version 1.14.0).
+This connection plugin is part of the containers.podman collection (version 1.15.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.
containers.podman.podman_prune module – Allows to prune various podman objects
containers.podman.podman_runlabel module – Run given label from given image
containers.podman.podman_save module – Saves podman image to tar file
+containers.podman.podman_search module – Search for remote images using podman
containers.podman.podman_secret module – Manage podman secrets
containers.podman.podman_secret_info module – Gather info about podman secrets
containers.podman.podman_tag module – Add an additional name to a local image
diff --git a/docs/environment_variables.html b/docs/environment_variables.html
index 2fc11f2..c0389b3 100644
--- a/docs/environment_variables.html
+++ b/docs/environment_variables.html
@@ -124,6 +124,7 @@ Environment variables used by the ansible-core configuration are documented in <
containers.podman.podman_prune module – Allows to prune various podman objects
containers.podman.podman_runlabel module – Run given label from given image
containers.podman.podman_save module – Saves podman image to tar file
+containers.podman.podman_search module – Search for remote images using podman
containers.podman.podman_secret module – Manage podman secrets
containers.podman.podman_secret_info module – Gather info about podman secrets
containers.podman.podman_tag module – Add an additional name to a local image
diff --git a/docs/genindex.html b/docs/genindex.html
index 312e433..e2700a3 100644
--- a/docs/genindex.html
+++ b/docs/genindex.html
@@ -132,6 +132,7 @@
containers.podman.podman_prune module – Allows to prune various podman objects
containers.podman.podman_runlabel module – Run given label from given image
containers.podman.podman_save module – Saves podman image to tar file
+containers.podman.podman_search module – Search for remote images using podman
containers.podman.podman_secret module – Manage podman secrets
containers.podman.podman_secret_info module – Gather info about podman secrets
containers.podman.podman_tag module – Add an additional name to a local image
diff --git a/docs/index.html b/docs/index.html
index 35d450b..4c03d7f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -34,7 +34,7 @@
Containers.Podman¶
-Collection version 1.14.0
+Collection version 1.15.0