Skip to content

Commit fea8b25

Browse files
authored
Release 1.10.3 version (#625)
Signed-off-by: Sagi Shnaidman <[email protected]>
1 parent 04f455b commit fea8b25

File tree

3 files changed

+44
-1
lines changed

3 files changed

+44
-1
lines changed

CHANGELOG.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ Ansible Podman modules and plugins Release Notes
55
.. contents:: Topics
66

77

8+
v1.10.3
9+
=======
10+
11+
Release Summary
12+
---------------
13+
14+
Bugfixes and new options for modules
15+
16+
Bugfixes
17+
--------
18+
19+
- podman_container - Add diff and change detection to systemd generation
20+
- podman_container - Add example with quotes in command to docs
21+
- podman_container - Fix healthcheck issue where defined in image
22+
- podman_container - Fix idempoency issue with PID of container
23+
- podman_container - Fix idempotency for RestartPolicy when MaximumRetryCount > 0
24+
- podman_container - Fix idempotency for devices
25+
- podman_container - Fixed idempotency with cpus parameter
26+
- podman_container - Improve docs about container env_file on remote machine
27+
- podman_container - added cpu_quota parameter to podman_container
28+
- podman_export,podman_import - Adding volume import and export option
29+
- podman_generate_systemd - Add a force field to podman_generate_systemd
30+
- podman_image - Add restart-sec and other options to systemd generation
31+
- podman_image - Fix pulling short image name
32+
833
v1.10.2
934
=======
1035

changelogs/changelog.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,24 @@ releases:
183183
- podman_systemd - Ignore header when comparing systemd files content
184184
release_summary: Bugfixes and docs changes
185185
release_date: '2023-05-31'
186+
1.10.3:
187+
changes:
188+
bugfixes:
189+
- podman_container - Add diff and change detection to systemd generation
190+
- podman_container - Add example with quotes in command to docs
191+
- podman_container - Fix healthcheck issue where defined in image
192+
- podman_container - Fix idempoency issue with PID of container
193+
- podman_container - Fix idempotency for RestartPolicy when MaximumRetryCount
194+
- podman_container - Fix idempotency for devices
195+
- podman_container - Fixed idempotency with cpus parameter
196+
- podman_container - Improve docs about container env_file on remote machine
197+
- podman_container - added cpu_quota parameter to podman_container
198+
- podman_export,podman_import - Adding volume import and export option
199+
- podman_generate_systemd - Add a force field to podman_generate_systemd
200+
- podman_image - Add restart-sec and other options to systemd generation
201+
- podman_image - Fix pulling short image name
202+
release_summary: Bugfixes and new options for modules
203+
release_date: '2023-08-15'
186204
1.2.0:
187205
changes:
188206
minor_changes:

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: containers
22
name: podman
3-
version: 1.10.2
3+
version: 1.10.3
44
readme: README.md
55
authors:
66
- Sagi Shnaidman <[email protected]>

0 commit comments

Comments
 (0)