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

@ -5,6 +5,28 @@ Ansible Podman modules and plugins Release Notes
.. contents:: Topics
v1.8.0
======
Release Summary
---------------
New modules for images and containers
Major Changes
-------------
- Add systemd generation for pods
- Generate systemd service files for containers
New Modules
-----------
- containers.podman.podman_export - Export a podman container to tar file
- containers.podman.podman_import - Import Podman container from a tar file
- containers.podman.podman_load - Load image from a tar file
- containers.podman.podman_save - Saves podman image to tar file
v1.7.1
======

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'

View file

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