mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Release 1.5.0 version (#238)
This commit is contained in:
parent
16ab958a3a
commit
8c945f2e4c
3 changed files with 29 additions and 1 deletions
|
|
@ -5,6 +5,24 @@ Ansible Podman modules and plugins Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v1.5.0
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
New module - Podman login
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- Podman login module
|
||||
|
||||
New Modules
|
||||
-----------
|
||||
|
||||
- containers.podman.podman_login - Login to a container registry using podman
|
||||
|
||||
v1.4.5
|
||||
======
|
||||
|
||||
|
|
|
|||
|
|
@ -232,3 +232,13 @@ releases:
|
|||
- Stop pods without recreating them
|
||||
release_summary: Additional fixes for newest version 3 of Podman
|
||||
release_date: '2021-04-02'
|
||||
1.5.0:
|
||||
changes:
|
||||
minor_changes:
|
||||
- Podman login module
|
||||
release_summary: New module - Podman login
|
||||
modules:
|
||||
- description: Login to a container registry using podman
|
||||
name: podman_login
|
||||
namespace: ''
|
||||
release_date: '2021-04-05'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
namespace: containers
|
||||
name: podman
|
||||
version: 1.4.6-dev
|
||||
version: 1.5.0
|
||||
readme: README.md
|
||||
authors:
|
||||
- Sagi Shnaidman <sshnaidm@redhat.com>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue