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

Add podman_network module (#107)

And add release 1.3.0
This commit is contained in:
Sergey 2020-09-03 01:38:25 +03:00 committed by GitHub
parent cb6934de24
commit c97a56a0a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 900 additions and 0 deletions

View file

@ -1,4 +1,18 @@
releases:
1.3.0:
release_date: '2020-09-03'
changes:
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
modules:
- name: podman_network
description: Manage Podman networks
namespace: ''
1.2.0:
release_date: '2020-08-17'
changes: