diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d110a8d..b740ef6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f506650..b182f6f 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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: