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:
parent
5d37e1ee22
commit
cf45010efd
3 changed files with 43 additions and 1 deletions
|
|
@ -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
|
||||
======
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue