File tree Expand file tree Collapse file tree 3 files changed +44
-1
lines changed Expand file tree Collapse file tree 3 files changed +44
-1
lines changed Original file line number Diff line number Diff 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+
833v1.10.2
934=======
1035
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 11namespace : containers
22name : podman
3- version : 1.10.2
3+ version : 1.10.3
44readme : README.md
55authors :
66 -
Sagi Shnaidman <[email protected] >
You can’t perform that action at this time.
0 commit comments