diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-26 04:05:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-26 04:05:56 +0000 |
commit | 67c6a4d1dccb62159b9d9b2dea4e2f487446e276 (patch) | |
tree | 9ccbb35137f480bbbdb899accbda52a8135d3416 /ansible_collections/containers/podman/changelogs/changelog.yaml | |
parent | Adding upstream version 9.4.0+dfsg. (diff) | |
download | ansible-67c6a4d1dccb62159b9d9b2dea4e2f487446e276.tar.xz ansible-67c6a4d1dccb62159b9d9b2dea4e2f487446e276.zip |
Adding upstream version 9.5.1+dfsg.upstream/9.5.1+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/containers/podman/changelogs/changelog.yaml')
-rw-r--r-- | ansible_collections/containers/podman/changelogs/changelog.yaml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/ansible_collections/containers/podman/changelogs/changelog.yaml b/ansible_collections/containers/podman/changelogs/changelog.yaml index 05857773e..bb58cacf4 100644 --- a/ansible_collections/containers/podman/changelogs/changelog.yaml +++ b/ansible_collections/containers/podman/changelogs/changelog.yaml @@ -257,6 +257,39 @@ releases: name: podman_secret_info namespace: '' release_date: '2024-01-30' + 1.12.1: + changes: + bugfixes: + - podman_container - Add check and fixed for v5 network diff + - podman_container - Fix pasta networking idempotency for v5 (#728) + - podman_container_exec - Remove unnecessary quotes in podman_container_exec + module + - podman_image_info - Fix wrong return data type in podman_image_info + - podman_play - Fix kube play annotations + - podman_pod - Fix broken info of pods in Podman v5 + - podman_pod - Fix pod for Podman v5 + - podman_pod - Fix podman pod v5 broken info issue + minor_changes: + - CI - Fix rootfs test in CI + - CI - add custom podman path to tasks + - CI - add parametrized executables to tests + - podman_container - Add pasta as default network mode after v5 + - podman_container_exec - Return data for podman exec module + - podman_generate_systemd - Fix broken example for podman_generate_systemd (#708) + - podman_login - Update podman_login.py + - podman_play - Add support for kube yaml files with multi-documents (#724) + - podman_play - Update the logic for deleting pods/containers in podman_play + - podman_pod_info - handle return being list in Podman 5 (#713) + release_summary: Support for Podman v5 and bugfixes + release_date: '2024-04-08' + 1.13.0: + changes: + bugfixes: + - Fix pod info for non-existant pods + major_changes: + - Add quadlet support for Podman modules + release_summary: Quadlet support for Podman + release_date: '2024-04-22' 1.2.0: changes: minor_changes: |