1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

Release 1.4.1

This commit is contained in:
Sagi Shnaidman 2020-12-21 00:57:03 +02:00 committed by Sergey
parent 00d490b95c
commit 281ec2fb82
3 changed files with 21 additions and 1 deletions

View file

@ -5,6 +5,20 @@ Ansible Podman modules and plugins Release Notes
.. contents:: Topics
v1.4.1
======
Release Summary
---------------
Bugfixes for podman container
Bugfixes
--------
- podman_container - Convert gidmap to list for podman_container
- podman_container - Convert log-opts to dictionary and idempotent
v1.4.0
======

View file

@ -174,3 +174,9 @@ releases:
name: podman_containers
namespace: ''
release_date: '2020-09-03'
1.4.1:
changes:
bugfixes:
- podman_container - Convert gidmap to list for podman_container
- podman_container - Convert log-opts to dictionary and idempotent
release_summary: Bugfixes for podman container

View file

@ -1,6 +1,6 @@
namespace: containers
name: podman
version: 1.4.0
version: 1.4.1
readme: README.md
authors:
- Sagi Shnaidman <sshnaidm@redhat.com>