diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 03a949b..1b89e9b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,27 @@ Ansible Podman modules and plugins Release Notes .. contents:: Topics +v1.9.1 +====== + +Release Summary +--------------- + +Bugfixes and new options for Pods + +Minor Changes +------------- + +- Add new options for pod module +- Use yaml syntax highlighting where appropriate + +Bugfixes +-------- + +- Fix podman_pod_lib behavior for ports published to multiple IPs +- Handle tlsverify correctly in podman_login +- Update secrets description and add test with secret opts + v1.9.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 3b44017..74a52a5 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -362,3 +362,15 @@ releases: - description: Add an additional name to a local image name: podman_tag namespace: '' + release_date: '2021-12-05' + 1.9.1: + changes: + bugfixes: + - Fix podman_pod_lib behavior for ports published to multiple IPs + - Handle tlsverify correctly in podman_login + - Update secrets description and add test with secret opts + minor_changes: + - Add new options for pod module + - Use yaml syntax highlighting where appropriate + release_summary: Bugfixes and new options for Pods + release_date: '2022-01-13' diff --git a/galaxy.yml b/galaxy.yml index 0f58930..c7e3322 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: containers name: podman -version: 1.9.0 +version: 1.9.1 readme: README.md authors: - Sagi Shnaidman