From 27d5a718e64e0e7d8def120f878074c577f20365 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Sun, 20 Dec 2020 21:43:39 +0200 Subject: [PATCH] Release 1.4.0 version --- CHANGELOG.rst | 39 +++++++++++++++++++++++++++++++++++++++ changelogs/changelog.yaml | 32 ++++++++++++++++++++++++++++++++ galaxy.yml | 8 +++++--- 3 files changed, 76 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 41c27af..6d79ac2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,45 @@ Ansible Podman modules and plugins Release Notes .. contents:: Topics +v1.4.0 +====== + +Release Summary +--------------- + +New modules and bugfixes, new network options + +Minor Changes +------------- + +- podman_container - Add log level for Podman in module +- podman_container - Add mac_address field to podman_container module +- podman_container - Add strict image compare with hashes +- podman_container - Improve compatibility with docker_container by adding aliases +- podman_container - Move containers logic to module utils +- podman_image - reuse existing results in present() +- podman_network - Add IPv6 to network +- podman_network - Add support of network options like MTU, VLAN +- podman_pod - Move pod logic to separate library + +Bugfixes +-------- + +- podman_container - Fix force restart option for containers +- podman_container - Fix idempotency for volume GID and UID +- podman_container - Fix no_hosts idempotency for newer version +- podman_container - Remove 'detach' when creating container +- podman_image - Fix doc defaults for podman_image +- podman_logout - Handle podman logout not logging out when logged in via different tool +- podman_network - Correct IP range example for podman_network + +New Modules +----------- + +- containers.podman.podman_containers - Manage multiple Podman containers at once +- containers.podman.podman_login_info - Get info about Podman logged in registries +- containers.podman.podman_logout - Log out with Podman from registries + v1.3.2 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fc21e32..08384b0 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -142,3 +142,35 @@ releases: - podman_container - Fix signals case for podman_container release_summary: bugfixes release_date: '2020-10-20' + 1.4.0: + changes: + bugfixes: + - podman_container - Fix force restart option for containers + - podman_logout - Handle podman logout not logging out when logged in via different tool + - podman_network - Correct IP range example for podman_network + - podman_image - Fix doc defaults for podman_image + - podman_container - Remove 'detach' when creating container + - podman_container - Fix no_hosts idempotency for newer version + - podman_container - Fix idempotency for volume GID and UID + minor_changes: + - podman_container - Add log level for Podman in module + - podman_container - Add strict image compare with hashes + - podman_container - Move containers logic to module utils + - podman_pod - Move pod logic to separate library + - podman_container - Improve compatibility with docker_container by adding aliases + - podman_image - reuse existing results in present() + - podman_container - Add mac_address field to podman_container module + - podman_network - Add IPv6 to network + - podman_network - Add support of network options like MTU, VLAN + release_summary: New modules and bugfixes, new network options + modules: + - description: Log out with Podman from registries + name: podman_logout + namespace: '' + - description: Get info about Podman logged in registries + name: podman_login_info + namespace: '' + - description: Manage multiple Podman containers at once + name: podman_containers + namespace: '' + release_date: '2020-09-03' diff --git a/galaxy.yml b/galaxy.yml index 5bcf684..bdf4c76 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: containers name: podman -version: 1.3.2 +version: 1.4.0 readme: README.md authors: - Sagi Shnaidman @@ -11,9 +11,11 @@ tags: - containers - podman - libpod + - buildah + - docker dependencies: {} -repository: https://github.com/containers/ansible-podman-collections.git -documentation: https://github.com/containers/ansible-podman-collections +repository: https://github.com/containers/ansible-podman-collections +documentation: https://docs.ansible.com/ansible/latest/collections/containers/podman/ homepage: https://github.com/containers/ansible-podman-collections issues: https://github.com/containers/ansible-podman-collections/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc build_ignore: