mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Release 1.16.4 version (#938)
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
11cc00e6ca
commit
50c5a2549d
3 changed files with 46 additions and 1 deletions
|
|
@ -5,6 +5,32 @@ Ansible Podman modules and plugins Release Notes
|
||||||
.. contents:: Topics
|
.. 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
|
v1.16.3
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -419,6 +419,25 @@ releases:
|
||||||
- docs(podman_container) - improve comments on network property (#878)
|
- docs(podman_container) - improve comments on network property (#878)
|
||||||
release_summary: Bugfixes
|
release_summary: Bugfixes
|
||||||
release_date: '2025-01-29'
|
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:
|
1.2.0:
|
||||||
changes:
|
changes:
|
||||||
minor_changes:
|
minor_changes:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
namespace: containers
|
namespace: containers
|
||||||
name: podman
|
name: podman
|
||||||
version: 1.16.3
|
version: 1.16.4
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Sagi Shnaidman <sshnaidm@redhat.com>
|
- Sagi Shnaidman <sshnaidm@redhat.com>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue