diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 75f27a2..1a53a54 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,47 @@ Ansible Podman modules and plugins Release Notes .. contents:: Topics +v1.10.2 +======= + +Release Summary +--------------- + +Bugfixes and docs changes + +Bugfixes +-------- + +- Add hooks-dir parameter for containers +- Add idempotency for restart-policy for containers +- Add missing options to podman network +- Add more explanation about cmd_args command usage +- Add stdout to podman build and push actions +- Added support for "userns" parameter to "play" module +- CI - fix pip installation of the collection +- CI - fix podman play job for 4.4.x versions +- Change yes/no to true/false in the modules +- Convert str to json format before evaluating length. +- Fix CI for newest Ansible branch 2.16 +- Fix idempotency for pods with uidmap and gidmap +- Fix idempotency lowercase for devices +- Fix network tests for Podman v4 +- Fix podman logout tests for v4 +- Fix pylint issues for CI ansible-test +- Fix undesirable splitting of IPv6 host addresses +- Improved documentation of `podman_generate_systemd` module +- Prepare CI for Podman v3 backward compatibility +- Support SHA256 tag for podman images +- Update podman_image to specify CPU arch when pulling image +- added podman_prune module +- become plugin podman_unshare become_user default +- fix for buildah improper remote target +- for pod kube recreate +- pod - Support passing multiple networks with params +- podman-login - fix FIPS md5 issue and registry requirement +- podman-pod - Fix idempotency for pods in 4.4.x versions +- podman_systemd - Ignore header when comparing systemd files content + v1.10.1 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 552765d..db29bf8 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -149,6 +149,40 @@ releases: - Add missed docs for modules release_summary: Bugfixes and minor docs changes release_date: '2022-11-22' + 1.10.2: + changes: + bugfixes: + - Add hooks-dir parameter for containers + - Add idempotency for restart-policy for containers + - Add missing options to podman network + - Add more explanation about cmd_args command usage + - Add stdout to podman build and push actions + - Added support for "userns" parameter to "play" module + - CI - fix pip installation of the collection + - CI - fix podman play job for 4.4.x versions + - Change yes/no to true/false in the modules + - Convert str to json format before evaluating length. + - Fix CI for newest Ansible branch 2.16 + - Fix idempotency for pods with uidmap and gidmap + - Fix idempotency lowercase for devices + - Fix network tests for Podman v4 + - Fix podman logout tests for v4 + - Fix pylint issues for CI ansible-test + - Fix undesirable splitting of IPv6 host addresses + - Improved documentation of `podman_generate_systemd` module + - Prepare CI for Podman v3 backward compatibility + - Support SHA256 tag for podman images + - Update podman_image to specify CPU arch when pulling image + - added podman_prune module + - become plugin podman_unshare become_user default + - fix for buildah improper remote target + - for pod kube recreate + - pod - Support passing multiple networks with params + - podman-login - fix FIPS md5 issue and registry requirement + - podman-pod - Fix idempotency for pods in 4.4.x versions + - podman_systemd - Ignore header when comparing systemd files content + release_summary: Bugfixes and docs changes + release_date: '2023-05-31' 1.2.0: changes: minor_changes: diff --git a/galaxy.yml b/galaxy.yml index c6ffdad..79555ba 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: containers name: podman -version: 1.10.1 +version: 1.10.2 readme: README.md authors: - Sagi Shnaidman