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.5.0 version (#238)

This commit is contained in:
Sergey 2021-04-05 20:55:13 +03:00 committed by GitHub
parent 16ab958a3a
commit 8c945f2e4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 29 additions and 1 deletions

View file

@ -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
======

View file

@ -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'

View file

@ -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>