mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Release 1.15.3 version (#791)
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
24c842fdd6
commit
d113847336
3 changed files with 29 additions and 1 deletions
|
|
@ -5,6 +5,25 @@ Ansible Podman modules and plugins Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.15.3
|
||||||
|
=======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- CI Update python for latest Ansible to 3.11 in CI
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Fix idempotency for empty values
|
||||||
|
- params gpus should be exit_policy
|
||||||
|
|
||||||
v1.15.2
|
v1.15.2
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -339,6 +339,15 @@ releases:
|
||||||
- Add option for inline Containerfile in podman_image
|
- Add option for inline Containerfile in podman_image
|
||||||
release_summary: Inline Containerfile option for podman_image
|
release_summary: Inline Containerfile option for podman_image
|
||||||
release_date: '2024-06-11'
|
release_date: '2024-06-11'
|
||||||
|
1.15.3:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- Fix idempotency for empty values
|
||||||
|
- params gpus should be exit_policy
|
||||||
|
minor_changes:
|
||||||
|
- CI Update python for latest Ansible to 3.11 in CI
|
||||||
|
release_summary: Bugfixes
|
||||||
|
release_date: '2024-06-20'
|
||||||
1.2.0:
|
1.2.0:
|
||||||
changes:
|
changes:
|
||||||
minor_changes:
|
minor_changes:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
namespace: containers
|
namespace: containers
|
||||||
name: podman
|
name: podman
|
||||||
version: 1.15.2
|
version: 1.15.3
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Sagi Shnaidman <sshnaidm@redhat.com>
|
- Sagi Shnaidman <sshnaidm@redhat.com>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue