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