From ca1fbf899ab2013616695695edfe151fa67ad745 Mon Sep 17 00:00:00 2001 From: Sergey Date: Fri, 2 Apr 2021 04:01:16 +0300 Subject: [PATCH] Release 1.4.5 version (#234) --- CHANGELOG.rst | 21 +++++++++++++++++++++ changelogs/changelog.yaml | 14 ++++++++++++++ galaxy.yml | 2 +- 3 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index db3399b..908c1b8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,27 @@ Ansible Podman modules and plugins Release Notes .. contents:: Topics +v1.4.5 +====== + +Release Summary +--------------- + +Additional fixes for newest version 3 of Podman + +Bugfixes +-------- + +- Add IPv6 support for publishing ports +- Add sigrtmin+3 signal (required for systemd containers) +- Add support for Podman Pod restart +- Convert IPv6 to shorten form +- Fix error with images info where no images +- Fix idempotency for rootless networks from v3 +- Fix no_log for newer ansible-test +- Fix uppercase labels idempotency issue +- Stop pods without recreating them + v1.4.4 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index c5a50a6..58bc404 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -218,3 +218,17 @@ releases: - Fixes for podman_container for Podman v3 release_summary: Fixes for newest version 3 of Podman release_date: '2021-03-01' + 1.4.5: + changes: + bugfixes: + - Add IPv6 support for publishing ports + - Add sigrtmin+3 signal (required for systemd containers) + - Add support for Podman Pod restart + - Convert IPv6 to shorten form + - Fix error with images info where no images + - Fix idempotency for rootless networks from v3 + - Fix no_log for newer ansible-test + - Fix uppercase labels idempotency issue + - Stop pods without recreating them + release_summary: Additional fixes for newest version 3 of Podman + release_date: '2021-04-02' diff --git a/galaxy.yml b/galaxy.yml index c7c2d85..09a8bb0 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: containers name: podman -version: 1.4.5-dev +version: 1.4.5 readme: README.md authors: - Sagi Shnaidman