Skip to content

Commit

Permalink
Release 1.15.3 version (#791)
Browse files Browse the repository at this point in the history
Signed-off-by: Sagi Shnaidman <[email protected]>
  • Loading branch information
sshnaidm authored Jun 20, 2024
1 parent 24c842f commit d113847
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ Ansible Podman modules and plugins Release Notes
.. contents:: Topics


v1.15.3
=======

Release Summary
---------------

Bugfixes

Minor Changes
-------------

- CI Update python for latest Ansible to 3.11 in CI

Bugfixes
--------

- Fix idempotency for empty values
- params gpus should be exit_policy

v1.15.2
=======

Expand Down
9 changes: 9 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,15 @@ releases:
- Add option for inline Containerfile in podman_image
release_summary: Inline Containerfile option for podman_image
release_date: '2024-06-11'
1.15.3:
changes:
bugfixes:
- Fix idempotency for empty values
- params gpus should be exit_policy
minor_changes:
- CI Update python for latest Ansible to 3.11 in CI
release_summary: Bugfixes
release_date: '2024-06-20'
1.2.0:
changes:
minor_changes:
Expand Down
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.15.2
version: 1.15.3
readme: README.md
authors:
- Sagi Shnaidman <[email protected]>
Expand Down

0 comments on commit d113847

Please sign in to comment.