diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ea7bfd5..69021f0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 2203115..b2cd9ac 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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: diff --git a/galaxy.yml b/galaxy.yml index bae5a1d..81e5352 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: containers name: podman -version: 1.18.1 +version: 1.18.2 readme: README.md authors: - Sagi Shnaidman