diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ce3b3dff..459e7c9d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,20 @@ Ansible Podman modules and plugins Release Notes .. contents:: Topics +v1.16.1 +======= + +Release Summary +--------------- + +Bugfixes + +Bugfixes +-------- + +- Fix podman image permissions issue and runlable test +- don't document quadlet_dir as required when setting state=quadlet + v1.16.0 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 772f1469..4b198e8c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -386,6 +386,13 @@ releases: name: podman_container_copy namespace: '' release_date: '2024-09-24' + 1.16.1: + changes: + bugfixes: + - Fix podman image permissions issue and runlable test + - don't document quadlet_dir as required when setting state=quadlet + release_summary: Bugfixes + release_date: '2024-09-26' 1.2.0: changes: minor_changes: diff --git a/docs/buildah_connection.html b/docs/buildah_connection.html index 5badb00e..9125c075 100644 --- a/docs/buildah_connection.html +++ b/docs/buildah_connection.html @@ -37,7 +37,7 @@

containers.podman.buildah connection – Interact with an existing buildah container

Note

-

This connection plugin is part of the containers.podman collection (version 1.16.0).

+

This connection plugin is part of the containers.podman collection (version 1.16.1).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install containers.podman.

diff --git a/docs/index.html b/docs/index.html index 6ba77dd0..dcd174bd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,7 +34,7 @@

Containers.Podman

-

Collection version 1.16.0

+

Collection version 1.16.1