diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 311a875e..59c7cc12 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Ansible Podman modules and plugins Release Notes .. contents:: Topics +v1.15.2 +======= + +Release Summary +--------------- + +Inline Containerfile option for podman_image + +Minor Changes +------------- + +- Add option for inline Containerfile in podman_image + v1.15.1 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index dc2ed403..6e9c6ae4 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -333,6 +333,12 @@ releases: - Fix idempotency for systemd generations release_summary: Bugfixes for systemd generation release_date: '2024-06-07' + 1.15.2: + changes: + minor_changes: + - Add option for inline Containerfile in podman_image + release_summary: Inline Containerfile option for podman_image + release_date: '2024-06-11' 1.2.0: changes: minor_changes: diff --git a/docs/buildah_connection.html b/docs/buildah_connection.html index 8c8c1c5d..0da9548d 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.15.0).

+

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

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 4c03d7f6..a489a75f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,7 +34,7 @@

Containers.Podman

-

Collection version 1.15.0

+

Collection version 1.15.2