diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f751917..57ee767 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,24 @@ Ansible Podman modules and plugins Release Notes .. contents:: Topics +v1.9.3 +====== + +Release Summary +--------------- + +Bugfixes and minor changes + +Minor Changes +------------- + +- Fix sanity issues with a new Ansible version + +Bugfixes +-------- + +- Remove idempotency for log level + v1.9.2 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d3494c3..bfe3bae 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -390,3 +390,11 @@ releases: - Add requires option to podman_container module release_summary: Bugfixes and new requires option for podman_container release_date: '2022-03-21' + 1.9.3: + changes: + bugfixes: + - Remove idempotency for log level + minor_changes: + - Fix sanity issues with a new Ansible version + release_summary: Bugfixes and minor changes + release_date: '2022-03-29' diff --git a/docs/buildah_connection.html b/docs/buildah_connection.html index 9af9703..1f2f755 100644 --- a/docs/buildah_connection.html +++ b/docs/buildah_connection.html @@ -36,7 +36,7 @@

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

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.buildah.

diff --git a/docs/index.html b/docs/index.html index f536098..9e2ee93 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,7 +34,7 @@

Containers.Podman

-

Collection version 1.9.2

+

Collection version 1.9.3

diff --git a/docs/podman_connection.html b/docs/podman_connection.html index be3449d..84fd8cf 100644 --- a/docs/podman_connection.html +++ b/docs/podman_connection.html @@ -36,7 +36,7 @@

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

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman.

diff --git a/docs/podman_container_info_module.html b/docs/podman_container_info_module.html index af0b731..f3e09b4 100644 --- a/docs/podman_container_info_module.html +++ b/docs/podman_container_info_module.html @@ -36,7 +36,7 @@

containers.podman.podman_container_info – Gather facts about containers using podman

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_container_info.

diff --git a/docs/podman_container_module.html b/docs/podman_container_module.html index bb30a6a..6f96882 100644 --- a/docs/podman_container_module.html +++ b/docs/podman_container_module.html @@ -36,7 +36,7 @@

containers.podman.podman_container – Manage podman containers

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_container.

diff --git a/docs/podman_containers_module.html b/docs/podman_containers_module.html index 0a2219c..037c612 100644 --- a/docs/podman_containers_module.html +++ b/docs/podman_containers_module.html @@ -36,7 +36,7 @@

containers.podman.podman_containers – Manage podman containers in a batch

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_containers.

diff --git a/docs/podman_export_module.html b/docs/podman_export_module.html index de1a595..ababd1b 100644 --- a/docs/podman_export_module.html +++ b/docs/podman_export_module.html @@ -36,7 +36,7 @@

containers.podman.podman_export – Export a podman container

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_export.

diff --git a/docs/podman_image_info_module.html b/docs/podman_image_info_module.html index 727cb50..008e856 100644 --- a/docs/podman_image_info_module.html +++ b/docs/podman_image_info_module.html @@ -36,7 +36,7 @@

containers.podman.podman_image_info – Gather info about images using podman

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_image_info.

diff --git a/docs/podman_image_module.html b/docs/podman_image_module.html index b742254..c59a8c4 100644 --- a/docs/podman_image_module.html +++ b/docs/podman_image_module.html @@ -36,7 +36,7 @@

containers.podman.podman_image – Pull images for use by podman

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_image.

diff --git a/docs/podman_import_module.html b/docs/podman_import_module.html index a477f74..dd1b8d4 100644 --- a/docs/podman_import_module.html +++ b/docs/podman_import_module.html @@ -36,7 +36,7 @@

containers.podman.podman_import – Import Podman container from a tar file.

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_import.

diff --git a/docs/podman_load_module.html b/docs/podman_load_module.html index b54246a..858b01a 100644 --- a/docs/podman_load_module.html +++ b/docs/podman_load_module.html @@ -36,7 +36,7 @@

containers.podman.podman_load – Load image from a tar file.

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_load.

diff --git a/docs/podman_login_info_module.html b/docs/podman_login_info_module.html index 0eb59c0..fac34e7 100644 --- a/docs/podman_login_info_module.html +++ b/docs/podman_login_info_module.html @@ -36,7 +36,7 @@

containers.podman.podman_login_info – Return the logged-in user if any for a given registry

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_login_info.

diff --git a/docs/podman_login_module.html b/docs/podman_login_module.html index 253bee0..eddf600 100644 --- a/docs/podman_login_module.html +++ b/docs/podman_login_module.html @@ -36,7 +36,7 @@

containers.podman.podman_login – Login to a container registry using podman

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_login.

diff --git a/docs/podman_logout_module.html b/docs/podman_logout_module.html index 10b91bd..9c8b841 100644 --- a/docs/podman_logout_module.html +++ b/docs/podman_logout_module.html @@ -36,7 +36,7 @@

containers.podman.podman_logout – Log out of a container registry using podman

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_logout.

diff --git a/docs/podman_network_info_module.html b/docs/podman_network_info_module.html index c2abb0d..76d00e7 100644 --- a/docs/podman_network_info_module.html +++ b/docs/podman_network_info_module.html @@ -36,7 +36,7 @@

containers.podman.podman_network_info – Gather info about podman networks

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_network_info.

diff --git a/docs/podman_network_module.html b/docs/podman_network_module.html index dad47af..d86a2ca 100644 --- a/docs/podman_network_module.html +++ b/docs/podman_network_module.html @@ -36,7 +36,7 @@

containers.podman.podman_network – Manage podman networks

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_network.

diff --git a/docs/podman_play_module.html b/docs/podman_play_module.html index 71dc8d8..5c7827d 100644 --- a/docs/podman_play_module.html +++ b/docs/podman_play_module.html @@ -36,7 +36,7 @@

containers.podman.podman_play – Play kubernetes YAML file using podman

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_play.

diff --git a/docs/podman_pod_info_module.html b/docs/podman_pod_info_module.html index 5d8ca73..d86869a 100644 --- a/docs/podman_pod_info_module.html +++ b/docs/podman_pod_info_module.html @@ -36,7 +36,7 @@

containers.podman.podman_pod_info – Gather info about podman pods

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_pod_info.

diff --git a/docs/podman_pod_module.html b/docs/podman_pod_module.html index e8ce5ce..cb3db6d 100644 --- a/docs/podman_pod_module.html +++ b/docs/podman_pod_module.html @@ -36,7 +36,7 @@

containers.podman.podman_pod – Manage Podman pods

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_pod.

@@ -849,14 +849,14 @@ name: pod1 state: started ports: - - 4444:5555 + - "4444:5555" # Connect random port from localhost to port 80 on pod2 - name: Connect random port from localhost to port 80 on pod2 containers.podman.podman_pod: name: pod2 state: started - publish: 127.0.0.1::80 + publish: "127.0.0.1::80"
diff --git a/docs/podman_save_module.html b/docs/podman_save_module.html index f49fdf0..c9ceaf1 100644 --- a/docs/podman_save_module.html +++ b/docs/podman_save_module.html @@ -36,7 +36,7 @@

containers.podman.podman_save – Saves podman image to tar file

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_save.

diff --git a/docs/podman_secret_module.html b/docs/podman_secret_module.html index 917ee3f..e5cdfa1 100644 --- a/docs/podman_secret_module.html +++ b/docs/podman_secret_module.html @@ -36,7 +36,7 @@

containers.podman.podman_secret – Manage podman secrets

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_secret.

diff --git a/docs/podman_tag_module.html b/docs/podman_tag_module.html index 4feabca..636c063 100644 --- a/docs/podman_tag_module.html +++ b/docs/podman_tag_module.html @@ -36,7 +36,7 @@

containers.podman.podman_tag – Add an additional name to a local image

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_tag.

diff --git a/docs/podman_volume_info_module.html b/docs/podman_volume_info_module.html index 355ed74..1c30181 100644 --- a/docs/podman_volume_info_module.html +++ b/docs/podman_volume_info_module.html @@ -36,7 +36,7 @@

containers.podman.podman_volume_info – Gather info about podman volumes

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_volume_info.

diff --git a/docs/podman_volume_module.html b/docs/podman_volume_module.html index 2384a51..af9b7fe 100644 --- a/docs/podman_volume_module.html +++ b/docs/podman_volume_module.html @@ -36,7 +36,7 @@

containers.podman.podman_volume – Manage Podman volumes

Note

-

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

+

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

To install it use: ansible-galaxy collection install containers.podman.

To use it in a playbook, specify: containers.podman.podman_volume.

diff --git a/galaxy.yml b/galaxy.yml index 41215f7..24db6ca 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: containers name: podman -version: 1.9.2 +version: 1.9.3 readme: README.md authors: - Sagi Shnaidman