diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 57ee7675..69c34030 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,40 @@ Ansible Podman modules and plugins Release Notes .. contents:: Topics +v1.9.4 +====== + +Release Summary +--------------- + +Bugfixes and minor changes + +Minor Changes +------------- + +- Remove distutils as deprecated +- Run CI on Ubuntu 22.04 +- Use 2.13 Ansible version in CI jobs instead of 2.11 + +Bugfixes +-------- + +- connection_podman - Add missing docstring for method that executes the podman commands +- podman_container - Change IpcMode default to shareable +- podman_container - Disable memory idempotency +- podman_container - Fix typo in the documentation +- podman_image - Update `podman_image` to remove image with image id +- podman_load - Loop over image names when multiple images present in archive +- podman_login - Fix idempotency for podman_login +- podman_network - Allow specify podman_network options MTU and VLAN separately +- podman_network - Fix internal networks idempotency +- podman_play - Fix play_kube not working when yaml not installed on target +- podman_play - Pass errors as a string instead of list +- podman_pod - Change network attribute from str to list in pods +- podman_pod - Fix pod network idempotency +- podman_pod - Fix pod tests in CI +- podman_pod - Fix pods list retrieve + v1.9.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index bfe3bae8..33bcba08 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -398,3 +398,28 @@ releases: - Fix sanity issues with a new Ansible version release_summary: Bugfixes and minor changes release_date: '2022-03-29' + 1.9.4: + changes: + bugfixes: + - connection_podman - Add missing docstring for method that executes the podman + commands + - podman_container - Change IpcMode default to shareable + - podman_container - Disable memory idempotency + - podman_container - Fix typo in the documentation + - podman_image - Update `podman_image` to remove image with image id + - podman_load - Loop over image names when multiple images present in archive + - podman_login - Fix idempotency for podman_login + - podman_network - Allow specify podman_network options MTU and VLAN separately + - podman_network - Fix internal networks idempotency + - podman_play - Fix play_kube not working when yaml not installed on target + - podman_play - Pass errors as a string instead of list + - podman_pod - Change network attribute from str to list in pods + - podman_pod - Fix pod network idempotency + - podman_pod - Fix pod tests in CI + - podman_pod - Fix pods list retrieve + minor_changes: + - Remove distutils as deprecated + - Run CI on Ubuntu 22.04 + - Use 2.13 Ansible version in CI jobs instead of 2.11 + release_summary: Bugfixes and minor changes + release_date: '2022-07-04' diff --git a/galaxy.yml b/galaxy.yml index 24db6ca3..9d175771 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: containers name: podman -version: 1.9.3 +version: 1.9.4 readme: README.md authors: - Sagi Shnaidman