Skip to content

Commit

Permalink
Release 1.9.4 version (#446)
Browse files Browse the repository at this point in the history
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
  • Loading branch information
sshnaidm committed Jul 4, 2022
1 parent db27c68 commit 33b2808
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
25 changes: 25 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: containers
name: podman
version: 1.9.3
version: 1.9.4
readme: README.md
authors:
- Sagi Shnaidman <sshnaidm@redhat.com>
Expand Down

0 comments on commit 33b2808

Please sign in to comment.