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.6.2 (#280)

This commit is contained in:
Sergey 2021-08-02 16:28:55 +03:00 committed by GitHub
parent c9e642d134
commit cc6b26ea22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 1 deletions

View file

@ -5,6 +5,24 @@ Ansible Podman modules and plugins Release Notes
.. contents:: Topics
v1.6.2
======
Release Summary
---------------
Bugfixes for idempotency and pipelining
Bugfixes
--------
- Add meta/runtime.yml which is required for Galaxy now
- Avoid exposing pipelining support for podman connections
- Change present state to be as created state
- Disable no-hosts idempotency
- Fix idempotency with systemd podman files
- Remove idempotency for volume UID/GID
v1.6.1
======

View file

@ -267,3 +267,14 @@ releases:
- Fix failure when listing containers
release_summary: Bugfix for podman_container_info
release_date: '2021-06-08'
1.6.2:
changes:
bugfixes:
- Add meta/runtime.yml which is required for Galaxy now
- Avoid exposing pipelining support for podman connections
- Change present state to be as created state
- Disable no-hosts idempotency
- Fix idempotency with systemd podman files
- Remove idempotency for volume UID/GID
release_summary: Bugfixes for idempotency and pipelining
release_date: '2021-08-02'

View file

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