mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Release new 1.10.4 version (#663)
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
3c0d2cc58c
commit
1a83e0948b
2 changed files with 52 additions and 1 deletions
|
|
@ -5,6 +5,36 @@ Ansible Podman modules and plugins Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v1.10.4
|
||||
=======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Bugfixes and new modules
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- podman_container - Add support for health-on-failure action
|
||||
- podman_image -Add target support for podman build image
|
||||
- podman_play - Add build and context_dir option to podman_play
|
||||
- podman_pod - Add options for resource limits to podman_pod
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- Fix common file for Python 2.7
|
||||
- podman_network - Do not force network removal by default
|
||||
- podman_network - Fix network DNS enable idempotency issue
|
||||
- podman_pod - Fix idempotency when running inside Podman container
|
||||
|
||||
New Modules
|
||||
-----------
|
||||
|
||||
- containers.podman.podman_container_exec - Executes a command in a running container
|
||||
- containers.podman.podman_runlabel - Run given label from given image
|
||||
|
||||
v1.10.3
|
||||
=======
|
||||
|
||||
|
|
@ -20,7 +50,7 @@ Bugfixes
|
|||
- podman_container - Add example with quotes in command to docs
|
||||
- podman_container - Fix healthcheck issue where defined in image
|
||||
- podman_container - Fix idempoency issue with PID of container
|
||||
- podman_container - Fix idempotency for RestartPolicy when MaximumRetryCount > 0
|
||||
- podman_container - Fix idempotency for RestartPolicy when MaximumRetryCount
|
||||
- podman_container - Fix idempotency for devices
|
||||
- podman_container - Fixed idempotency with cpus parameter
|
||||
- podman_container - Improve docs about container env_file on remote machine
|
||||
|
|
|
|||
|
|
@ -201,6 +201,27 @@ releases:
|
|||
- podman_image - Fix pulling short image name
|
||||
release_summary: Bugfixes and new options for modules
|
||||
release_date: '2023-08-15'
|
||||
1.10.4:
|
||||
changes:
|
||||
bugfixes:
|
||||
- Fix common file for Python 2.7
|
||||
- podman_network - Do not force network removal by default
|
||||
- podman_network - Fix network DNS enable idempotency issue
|
||||
- podman_pod - Fix idempotency when running inside Podman container
|
||||
minor_changes:
|
||||
- podman_container - Add support for health-on-failure action
|
||||
- podman_image -Add target support for podman build image
|
||||
- podman_play - Add build and context_dir option to podman_play
|
||||
- podman_pod - Add options for resource limits to podman_pod
|
||||
release_summary: Bugfixes and new modules
|
||||
modules:
|
||||
- description: Executes a command in a running container
|
||||
name: podman_container_exec
|
||||
namespace: ''
|
||||
- description: Run given label from given image
|
||||
name: podman_runlabel
|
||||
namespace: ''
|
||||
release_date: '2023-11-01'
|
||||
1.2.0:
|
||||
changes:
|
||||
minor_changes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue