mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Release 1.4.2 version (#195)
This commit is contained in:
parent
86c9066771
commit
6ee8848310
2 changed files with 44 additions and 0 deletions
|
|
@ -5,6 +5,32 @@ Ansible Podman modules and plugins Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.4.2
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfixes for podman container
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- documentation - Add docs to Github
|
||||||
|
- podman_container - Add 'created' state for podman_container
|
||||||
|
- podman_container - Change default log level for 3+ versions
|
||||||
|
- podman_container - Convert systemd option to a string
|
||||||
|
- podman_container - Don't recreate container if env_file is specified
|
||||||
|
- podman_container - Fix 'cap_add' and 'cap_drop' idempotency
|
||||||
|
- podman_container - Fix idempotency for multiple ports
|
||||||
|
- podman_container - Fix slirp4netns options idempotency
|
||||||
|
- podman_container - Fix uid/gid checks for podman 1.6.4 volumes
|
||||||
|
- podman_container - Handle slash removals for root volumes mount
|
||||||
|
- podman_container - Restart container in a simple manner
|
||||||
|
- podman_container - podman_container_lib - fix command idempotency
|
||||||
|
- podman_image - Add debug log and podman_actions to podman_image
|
||||||
|
- podman_image - Don't set default for validate-certs in podman_image
|
||||||
|
|
||||||
v1.4.1
|
v1.4.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -180,3 +180,21 @@ releases:
|
||||||
- podman_container - Convert gidmap to list for podman_container
|
- podman_container - Convert gidmap to list for podman_container
|
||||||
- podman_container - Convert log-opts to dictionary and idempotent
|
- podman_container - Convert log-opts to dictionary and idempotent
|
||||||
release_summary: Bugfixes for podman container
|
release_summary: Bugfixes for podman container
|
||||||
|
1.4.2:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- podman_container - Handle slash removals for root volumes mount
|
||||||
|
- podman_container - Add 'created' state for podman_container
|
||||||
|
- podman_container - Restart container in a simple manner
|
||||||
|
- podman_image - Add debug log and podman_actions to podman_image
|
||||||
|
- podman_image - Don't set default for validate-certs in podman_image
|
||||||
|
- podman_container - podman_container_lib - fix command idempotency
|
||||||
|
- documentation - Add docs to Github
|
||||||
|
- podman_container - Fix uid/gid checks for podman 1.6.4 volumes
|
||||||
|
- podman_container - Fix 'cap_add' and 'cap_drop' idempotency
|
||||||
|
- podman_container - Change default log level for 3+ versions
|
||||||
|
- podman_container - Convert systemd option to a string
|
||||||
|
- podman_container - Fix slirp4netns options idempotency
|
||||||
|
- podman_container - Don't recreate container if env_file is specified
|
||||||
|
- podman_container - Fix idempotency for multiple ports
|
||||||
|
release_summary: Bugfixes for podman container
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue