From 6ee88483103e134da57e491f44533eec42cbf664 Mon Sep 17 00:00:00 2001 From: Sergey Date: Sun, 14 Feb 2021 10:41:12 +0200 Subject: [PATCH] Release 1.4.2 version (#195) --- CHANGELOG.rst | 26 ++++++++++++++++++++++++++ changelogs/changelog.yaml | 18 ++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6352efb..6fae63f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,32 @@ Ansible Podman modules and plugins Release Notes .. contents:: Topics +v1.4.2 +====== + +Release Summary +--------------- + +Bugfixes for podman container + +Bugfixes +-------- + +- documentation - Add docs to Github +- podman_container - Add 'created' state for podman_container +- podman_container - Change default log level for 3+ versions +- podman_container - Convert systemd option to a string +- podman_container - Don't recreate container if env_file is specified +- podman_container - Fix 'cap_add' and 'cap_drop' idempotency +- podman_container - Fix idempotency for multiple ports +- podman_container - Fix slirp4netns options idempotency +- podman_container - Fix uid/gid checks for podman 1.6.4 volumes +- podman_container - Handle slash removals for root volumes mount +- podman_container - Restart container in a simple manner +- podman_container - podman_container_lib - fix command idempotency +- podman_image - Add debug log and podman_actions to podman_image +- podman_image - Don't set default for validate-certs in podman_image + v1.4.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index bf1f2a0..dc1a4c5 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -180,3 +180,21 @@ releases: - podman_container - Convert gidmap to list for podman_container - podman_container - Convert log-opts to dictionary and idempotent release_summary: Bugfixes for podman container + 1.4.2: + changes: + bugfixes: + - podman_container - Handle slash removals for root volumes mount + - podman_container - Add 'created' state for podman_container + - podman_container - Restart container in a simple manner + - podman_image - Add debug log and podman_actions to podman_image + - podman_image - Don't set default for validate-certs in podman_image + - podman_container - podman_container_lib - fix command idempotency + - documentation - Add docs to Github + - podman_container - Fix uid/gid checks for podman 1.6.4 volumes + - podman_container - Fix 'cap_add' and 'cap_drop' idempotency + - podman_container - Change default log level for 3+ versions + - podman_container - Convert systemd option to a string + - podman_container - Fix slirp4netns options idempotency + - podman_container - Don't recreate container if env_file is specified + - podman_container - Fix idempotency for multiple ports + release_summary: Bugfixes for podman container