mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Release 1.16.4 version
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
11cc00e6ca
commit
ad76df0afb
3 changed files with 46 additions and 1 deletions
|
|
@ -5,6 +5,32 @@ Ansible Podman modules and plugins Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v1.16.4
|
||||
=======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Bugfixes
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- Document that sdnotify can be set to healthy
|
||||
- Fix CI for podman_image_info
|
||||
- Fix None values in LogOpt in Quadlet
|
||||
- Fix conditions in CI jobs
|
||||
- Fix idempotency for any podman secret driver
|
||||
- Fix idempotency for systemd keyword
|
||||
- Fix setuptools
|
||||
- Handle image arguments in podman_container
|
||||
- Remove docker protocol when inspecting image
|
||||
- Set custom tmpfs idempotency
|
||||
- Use usedforsecurity for hashlib.sha256 only in python version >=3.9
|
||||
- correctly quote labels and environment variables for quadlets
|
||||
- doc - podman_secret - fix indentation error in example
|
||||
- fix(podman_image) - correct intendation on 'loop' keyword
|
||||
|
||||
v1.16.3
|
||||
=======
|
||||
|
||||
|
|
|
|||
|
|
@ -419,6 +419,25 @@ releases:
|
|||
- docs(podman_container) - improve comments on network property (#878)
|
||||
release_summary: Bugfixes
|
||||
release_date: '2025-01-29'
|
||||
1.16.4:
|
||||
changes:
|
||||
bugfixes:
|
||||
- Document that sdnotify can be set to healthy
|
||||
- Fix CI for podman_image_info
|
||||
- Fix None values in LogOpt in Quadlet
|
||||
- Fix conditions in CI jobs
|
||||
- Fix idempotency for any podman secret driver
|
||||
- Fix idempotency for systemd keyword
|
||||
- Fix setuptools
|
||||
- Handle image arguments in podman_container
|
||||
- Remove docker protocol when inspecting image
|
||||
- Set custom tmpfs idempotency
|
||||
- Use usedforsecurity for hashlib.sha256 only in python version >=3.9
|
||||
- correctly quote labels and environment variables for quadlets
|
||||
- doc - podman_secret - fix indentation error in example
|
||||
- fix(podman_image) - correct intendation on 'loop' keyword
|
||||
release_summary: Bugfixes
|
||||
release_date: '2025-06-04'
|
||||
1.2.0:
|
||||
changes:
|
||||
minor_changes:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
namespace: containers
|
||||
name: podman
|
||||
version: 1.16.3
|
||||
version: 1.16.4
|
||||
readme: README.md
|
||||
authors:
|
||||
- Sagi Shnaidman <sshnaidm@redhat.com>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue