diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6309297..03a949b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,35 @@ Ansible Podman modules and plugins Release Notes .. contents:: Topics +v1.9.0 +====== + +Release Summary +--------------- + +New podman_tag module and fixes + +Major Changes +------------- + +- Add podman_tag module +- Add secrets driver and driver opts support + +Minor Changes +------------- + +- Add a second example to podman_pod_module.html + +Bugfixes +-------- + +- Don't include shared 'net' if network is host in pods + +New Modules +----------- + +- containers.podman.podman_tag - Add an additional name to a local image + v1.8.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 5edc4e7..3b44017 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -348,3 +348,17 @@ releases: - Support --new in generate_systemd release_summary: Bugfixes release_date: '2021-11-25' + 1.9.0: + changes: + bugfixes: + - Don't include shared 'net' if network is host in pods + major_changes: + - Add podman_tag module + - Add secrets driver and driver opts support + minor_changes: + - Add a second example to podman_pod_module.html + release_summary: New podman_tag module and fixes + modules: + - description: Add an additional name to a local image + name: podman_tag + namespace: '' diff --git a/docs/buildah_connection.html b/docs/buildah_connection.html index 27da821..bd3c405 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.8.3).

+

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

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

Containers.Podman

-

Collection version 1.8.3

+

Collection version 1.9.0

diff --git a/docs/podman_connection.html b/docs/podman_connection.html index 8c1a079..e7ab280 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.8.3).

+

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

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 fe4f39b..5f81f2c 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.8.3).

+

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

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 7e4fe39..b0295a5 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.8.3).

+

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

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 7336b84..3a0ef28 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.8.3).

+

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

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 b587823..8a09d51 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.8.3).

+

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

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 db52c24..e1d4b54 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.8.3).

+

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

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 8d19943..ebbf768 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.8.3).

+

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

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 e33d309..aadf58b 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.8.3).

+

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

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 08766e7..09cc485 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.8.3).

+

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

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 c033456..51012d5 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.8.3).

+

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

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 ea2541b..4ccaf2e 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.8.3).

+

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

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 5e11034..a19ad2b 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.8.3).

+

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

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 9a9f25d..a02239a 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.8.3).

+

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

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 2beb038..1bfa569 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.8.3).

+

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

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 28c1517..c9f9359 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.8.3).

+

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

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 2839de0..225587b 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.8.3).

+

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

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 f034b4e..d6360c5 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.8.3).

+

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

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

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

diff --git a/docs/podman_save_module.html b/docs/podman_save_module.html index 57bcbfb..be73c27 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.8.3).

+

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

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 67a6d6e..7e7bed5 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.8.3).

+

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

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 51254d5..d5c737c 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.8.3).

+

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

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 515b89c..496bc53 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.8.3).

+

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

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 658f669..499b9a8 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.8.3).

+

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

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 7234f7d..0f58930 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: containers name: podman -version: 1.8.3 +version: 1.9.0 readme: README.md authors: - Sagi Shnaidman