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

Add changelog for 1.3.1 (#122)

This commit is contained in:
Sergey 2020-10-09 02:39:37 +03:00 committed by GitHub
parent 5343cb43ed
commit 03aed3edcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 52 additions and 0 deletions

View file

@ -4,6 +4,46 @@ Ansible Podman modules and plugins Release Notes
.. contents:: Topics
v1.3.1
======
Release Summary
---------------
bugfixes
Bugfixes
--------
- multiple modules - fix diff calculation for lower/upper cases
- podman_container - Add note about containerPort setting
- podman_container - Fix init option it's boolean not string
- podman_container - Remove pyyaml from requirements
- podman_network - Check if dnsname plugin installed for CNI
- podman_volume - Set options for a volume as list and fix idempotency
v1.3.0
======
Release Summary
---------------
New podman_network module and bugfixes
Minor Changes
-------------
- Create podman_network module for podman networks management
Bugfixes
--------
- podman_volume - Fix return data from podman_volume module
New Modules
-----------
- containers.podman.podman_network - Manage Podman networks
v1.2.0
======

View file

@ -1,5 +1,17 @@
releases:
1.3.1:
release_date: '2020-10-09'
changes:
release_summary: bugfixes
bugfixes:
- podman_container - Fix init option it's boolean not string
- multiple modules - fix diff calculation for lower/upper cases
- podman_network - Check if dnsname plugin installed for CNI
- podman_volume - Set options for a volume as list and fix idempotency
- podman_container - Add note about containerPort setting
- podman_container - Remove pyyaml from requirements
1.3.0:
release_date: '2020-09-03'
changes: