mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Release 1.4.5 version (#234)
This commit is contained in:
parent
2b456dfe8c
commit
ca1fbf899a
3 changed files with 36 additions and 1 deletions
|
|
@ -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
|
||||
======
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
namespace: containers
|
||||
name: podman
|
||||
version: 1.4.5-dev
|
||||
version: 1.4.5
|
||||
readme: README.md
|
||||
authors:
|
||||
- Sagi Shnaidman <sshnaidm@redhat.com>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue