mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Release 1.9.1 version (#366)
This commit is contained in:
parent
4f3a84f4e5
commit
71117a3a86
3 changed files with 34 additions and 1 deletions
|
|
@ -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
|
||||
======
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
namespace: containers
|
||||
name: podman
|
||||
version: 1.9.0
|
||||
version: 1.9.1
|
||||
readme: README.md
|
||||
authors:
|
||||
- Sagi Shnaidman <sshnaidm@redhat.com>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue