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.8.0 version (#301)

This commit is contained in:
Sergey 2021-09-17 15:37:31 +03:00 committed by GitHub
parent 5d37e1ee22
commit cf45010efd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 43 additions and 1 deletions

View file

@ -296,3 +296,23 @@ releases:
- Remove idempotency leftovers of volumes GID,UID
release_summary: Bugfixes and new features
release_date: '2021-09-01'
1.8.0:
changes:
major_changes:
- Add systemd generation for pods
- Generate systemd service files for containers
release_summary: New modules for images and containers
modules:
- description: Export a podman container to tar file
name: podman_export
namespace: ''
- description: Import Podman container from a tar file
name: podman_import
namespace: ''
- description: Load image from a tar file
name: podman_load
namespace: ''
- description: Saves podman image to tar file
name: podman_save
namespace: ''
release_date: '2021-09-17'