From 13dcf300c7ae01acab56357495e71ae34480b61a Mon Sep 17 00:00:00 2001 From: Sergey Date: Mon, 1 Mar 2021 15:23:15 +0200 Subject: [PATCH] Release 1.4.4 version (#216) --- CHANGELOG.rst | 17 +++++++++++++++++ changelogs/changelog.yaml | 10 ++++++++++ galaxy.yml | 2 +- 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9de0fa5..db3399b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,23 @@ Ansible Podman modules and plugins Release Notes .. contents:: Topics +v1.4.4 +====== + +Release Summary +--------------- + +Fixes for newest version 3 of Podman + +Bugfixes +-------- + +- Attempt graceful stop when recreating container +- Don't calculate image digest in check mode +- Fix internal networks and DNS plugin for v3 +- Fix podman_pod* modules for Podman v3 +- Fixes for podman_container for Podman v3 + v1.4.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index c891a84..c5a50a6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -208,3 +208,13 @@ releases: - Update documentation release_summary: Documentation fixes and updates release_date: '2021-02-14' + 1.4.4: + changes: + bugfixes: + - Attempt graceful stop when recreating container + - Don't calculate image digest in check mode + - Fix internal networks and DNS plugin for v3 + - Fix podman_pod* modules for Podman v3 + - Fixes for podman_container for Podman v3 + release_summary: Fixes for newest version 3 of Podman + release_date: '2021-03-01' diff --git a/galaxy.yml b/galaxy.yml index 0818f9b..026b678 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: containers name: podman -version: 1.4.4-dev +version: 1.4.4 readme: README.md authors: - Sagi Shnaidman