Skip to content

Commit

Permalink
Release new 1.10.4 version (#663)
Browse files Browse the repository at this point in the history
Signed-off-by: Sagi Shnaidman <[email protected]>
  • Loading branch information
sshnaidm authored Nov 1, 2023
1 parent 3c0d2cc commit 1a83e09
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
32 changes: 31 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======

Expand All @@ -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
Expand Down
21 changes: 21 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1a83e09

Please sign in to comment.