mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Release 1.15.1 version
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
9c40a88a71
commit
3760bd72cf
3 changed files with 22 additions and 1 deletions
|
|
@ -5,6 +5,20 @@ Ansible Podman modules and plugins Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v1.15.1
|
||||
=======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Bugfixes for systemd generation
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- Fix idempotency for pods in case of systemd generation
|
||||
- Fix idempotency for systemd generations
|
||||
|
||||
v1.15.0
|
||||
=======
|
||||
|
||||
|
|
|
|||
|
|
@ -326,6 +326,13 @@ releases:
|
|||
name: podman_search
|
||||
namespace: ''
|
||||
release_date: '2024-06-03'
|
||||
1.15.1:
|
||||
changes:
|
||||
bugfixes:
|
||||
- Fix idempotency for pods in case of systemd generation
|
||||
- Fix idempotency for systemd generations
|
||||
release_summary: Bugfixes for systemd generation
|
||||
release_date: '2024-06-07'
|
||||
1.2.0:
|
||||
changes:
|
||||
minor_changes:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
namespace: containers
|
||||
name: podman
|
||||
version: 1.15.0
|
||||
version: 1.15.1
|
||||
readme: README.md
|
||||
authors:
|
||||
- Sagi Shnaidman <sshnaidm@redhat.com>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue