summaryrefslogtreecommitdiffstats
path: root/ansible_collections/containers/podman/changelogs
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/containers/podman/changelogs')
-rw-r--r--ansible_collections/containers/podman/changelogs/changelog.yaml76
1 files changed, 75 insertions, 1 deletions
diff --git a/ansible_collections/containers/podman/changelogs/changelog.yaml b/ansible_collections/containers/podman/changelogs/changelog.yaml
index db29bf897..05857773e 100644
--- a/ansible_collections/containers/podman/changelogs/changelog.yaml
+++ b/ansible_collections/containers/podman/changelogs/changelog.yaml
@@ -183,6 +183,80 @@ releases:
- podman_systemd - Ignore header when comparing systemd files content
release_summary: Bugfixes and docs changes
release_date: '2023-05-31'
+ 1.10.3:
+ changes:
+ bugfixes:
+ - podman_container - Add diff and change detection to systemd generation
+ - 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
+ - podman_container - Fix idempotency for devices
+ - podman_container - Fixed idempotency with cpus parameter
+ - podman_container - Improve docs about container env_file on remote machine
+ - podman_container - added cpu_quota parameter to podman_container
+ - podman_export,podman_import - Adding volume import and export option
+ - podman_generate_systemd - Add a force field to podman_generate_systemd
+ - podman_image - Add restart-sec and other options to systemd generation
+ - 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.11.0:
+ changes:
+ minor_changes:
+ - Update docs
+ release_date: '2023-11-05'
+ 1.12.0:
+ changes:
+ bugfixes:
+ - Add idempotency for podman_secret module
+ - Catch exceptions when no JSON output in podman_image
+ - Fail if systemd generation failed and it's explicitly set
+ - Fix example name
+ - Fix idempotency for podman_network
+ - Fix idempotency when using 0.0.0.0 in ports
+ - Fix multi-image support for podman_save
+ - Fix volume inspection by name in podman_volume
+ - Recreate stopped containers if recreate flag is enabled
+ minor_changes:
+ - Add log_opt and annotaion options to podman_play module
+ - Add option to parse CreateCommand easily for diff calc
+ - Add support for setting underlying interface in podman_network
+ - Alias generate systemd options stop_timeout and time
+ - Fix CI rootfs for podman_container
+ - Fix broken conmon version in CI install
+ - Improve security_opt comparison between existing container
+ - podman_container - Add new arguments to podman status commands
+ - podman_container - Update env_file to accept a list of files instead of a
+ single file
+ - podman_secret_info - Add secrets info module
+ release_summary: New podman_secret_info module, improvements and bugfixes
+ modules:
+ - description: Secrets info module
+ name: podman_secret_info
+ namespace: ''
+ release_date: '2024-01-30'
1.2.0:
changes:
minor_changes:
@@ -411,7 +485,7 @@ releases:
- Don't add newlines to secrets
- Fix issue with podman and exposed ports
- Fix signal diff for truncated and RT signal names
- - Support empty stings in prefixes
+ - Support empty strings in prefixes
- Update error message when pull set to false
release_summary: Fixes for various modules
release_date: '2021-11-09'