1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-03 23:01:48 +00:00

Release 1.18.2

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
Sagi Shnaidman 2026-02-01 17:19:08 +02:00 committed by Sergey
parent a5d6a30c92
commit a808c18fbc
3 changed files with 27 additions and 1 deletions

View file

@ -5,6 +5,24 @@ Ansible Podman modules and plugins Release Notes
.. contents:: Topics
v1.18.2
=======
Release Summary
---------------
Fix deprecation warnings and improve CI
Minor Changes
-------------
- Fix tests for new Podman
Bugfixes
--------
- Fix Ansible warning about test utils
v1.18.1
=======

View file

@ -497,6 +497,14 @@ releases:
- add passthrough and none log driver options
release_summary: New podman and buildah connections and bugfixes
release_date: '2026-01-15'
1.18.2:
changes:
bugfixes:
- Fix Ansible warning about test utils
minor_changes:
- Fix tests for new Podman
release_summary: Fix deprecation warnings and improve CI
release_date: '2026-02-01'
1.2.0:
changes:
minor_changes:

View file

@ -1,6 +1,6 @@
namespace: containers
name: podman
version: 1.18.1
version: 1.18.2
readme: README.md
authors:
- Sagi Shnaidman <sshnaidm@redhat.com>