1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

Release 1.15.1 version (#778)

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
Sergey 2024-06-07 00:23:17 +03:00 committed by GitHub
parent 9c40a88a71
commit fb6ebaae55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 22 additions and 1 deletions

View file

@ -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
=======

View file

@ -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:

View file

@ -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>