1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

Release 1.3.2 hotfix (#127)

This commit is contained in:
Sergey 2020-10-20 17:34:14 +03:00 committed by GitHub
parent 2007d84132
commit 7288eddc1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 154 additions and 145 deletions

View file

@ -1,149 +1,144 @@
ancestor: null
releases:
1.3.1:
release_date: '2020-10-09'
changes:
release_summary: bugfixes
bugfixes:
- podman_container - Fix init option it's boolean not string
- multiple modules - fix diff calculation for lower/upper cases
- podman_network - Check if dnsname plugin installed for CNI
- podman_volume - Set options for a volume as list and fix idempotency
- podman_container - Add note about containerPort setting
- podman_container - Remove pyyaml from requirements
1.3.0:
release_date: '2020-09-03'
changes:
release_summary: New podman_network module and bugfixes
minor_changes:
- Create podman_network module for podman networks management
bugfixes:
- podman_volume - Fix return data from podman_volume module
modules:
- name: podman_network
description: Manage Podman networks
namespace: ''
1.2.0:
release_date: '2020-08-17'
changes:
release_summary: Add changelog file.
minor_changes:
- Add changelog file to collection.
1.1.4:
release_date: '2020-08-06'
changes:
release_summary: Pip install and minor fixes.
minor_changes:
- Add pip installation for podman collection.
1.1.3:
release_date: '2020-07-29'
changes:
release_summary: Idempotency fixes for podman containers.
bugfixes:
- podman_container - Fix idempotency for case with = in env
- podman_container - Fix issue with idempotency uts, ipc with pod
1.1.2:
release_date: '2020-07-26'
changes:
release_summary: Urgent fix for podman connection plugin.
bugfixes:
- podman_connection - Chown file for users when copy them to container
1.1.1:
release_date: '2020-07-22'
changes:
release_summary: New modules for volumes management.
minor_changes:
- Create podman_volume module for volumes management
bugfixes:
- podman_volume_info - Improve podman volume info tests with new module
modules:
- name: podman_volume
description: Manage Podman volumes
namespace: ''
1.1.0:
release_date: '2020-07-19'
changes:
release_summary: New modules for pods management.
minor_changes:
- Add podman pod and pod info modules
bugfixes:
- podman_container - Fix idempotency for networks and add tests
modules:
- name: podman_pod
description: Manage Podman pods
namespace: ''
- name: podman_pod_info
description: Retrieve information about Podman pods
namespace: ''
1.0.5:
release_date: '2020-07-09'
changes:
release_summary: Idempotency and another bugfixes for podman connection plugin.
bugfixes:
- podman_container - Improve idempotency for volumes with slashesAdd idempotency for ulimits and tests
- podman_container - Improve ports idempotency and support UDP
- podman_connection - Add check for empty dir for podman connection mount
- podman_connection - Increase verbosity for mount failure messages
1.0.4:
release_date: '2020-06-29'
changes:
release_summary: Idempotency and Podman v2 fixes
bugfixes:
- podman_container - Add idempotency for ulimits and tests
- podman_container - Fix idempotency for podman > 2 versions
1.0.3:
release_date: '2020-06-08'
changes:
release_summary: Relicense under GPLv3 and clean up modules
minor_changes:
- Relicense under GPLv3 and clean up modules
1.0.2:
release_date: '2020-06-05'
changes:
release_summary: Idempotency fixes
bugfixes:
- podman_container - Add idempotency for existing local volumes
1.0.1:
release_date: '2020-06-01'
changes:
release_summary: Idempotency and images improvements
bugfixes:
- podman_container - Add inspect of image and user idempotency
- podman_image - Add option for tls_verify=false for images
1.0.0:
release_date: '2020-05-20'
changes:
release_summary: Initial release of collection with new modules
minor_changes:
- buildah_connection - added Buildah connection rootless
- podman_connection - add user flags before container id in podman exec
- buildah_connection - add support of specific user
bugfixes:
- podman_image - only set changed=true if there is a new image
- podman_image - use correct option for remove_signatures flag
- podman_connection - Run pause=false w/o message condition
- podman_container - Fix idempotency issues with workdir and volumes
- podman_container - Improve idempotency of podman_container in uts, ipc, networks, cpu_shares
- podman_container - Add idempotency for user and stop signal
- podman_container - Fix image, healthcheck and other idempotency
- buildah_connection - Fix buildah debug output for py2
- buildah_connection - Fix buildah debug output for py2
- podman_connection - Run pause=false w/o message condition
- podman_container - Add idempotency for user and stop signal
- podman_container - Fix idempotency issues with workdir and volumes
- podman_container - Fix image, healthcheck and other idempotency
- podman_container - Improve idempotency of podman_container in uts, ipc, networks,
cpu_shares
- podman_image - only set changed=true if there is a new image
- podman_image - use correct option for remove_signatures flag
minor_changes:
- buildah_connection - add support of specific user
- buildah_connection - added Buildah connection rootless
- podman_connection - add user flags before container id in podman exec
release_summary: Initial release of collection with new modules
modules:
- name: podman_container
description: Manage Podman containers
namespace: ''
- name: podman_network_info module
description: Retrieve information about Podman networks
namespace: ''
- description: Manage Podman containers
name: podman_container
namespace: ''
- description: Retrieve information about Podman networks
name: podman_network_info module
namespace: ''
release_date: '2020-05-20'
1.0.1:
changes:
bugfixes:
- podman_container - Add inspect of image and user idempotency
- podman_image - Add option for tls_verify=false for images
release_summary: Idempotency and images improvements
release_date: '2020-06-01'
1.0.2:
changes:
bugfixes:
- podman_container - Add idempotency for existing local volumes
release_summary: Idempotency fixes
release_date: '2020-06-05'
1.0.3:
changes:
minor_changes:
- Relicense under GPLv3 and clean up modules
release_summary: Relicense under GPLv3 and clean up modules
release_date: '2020-06-08'
1.0.4:
changes:
bugfixes:
- podman_container - Add idempotency for ulimits and tests
- podman_container - Fix idempotency for podman > 2 versions
release_summary: Idempotency and Podman v2 fixes
release_date: '2020-06-29'
1.0.5:
changes:
bugfixes:
- podman_connection - Add check for empty dir for podman connection mount
- podman_connection - Increase verbosity for mount failure messages
- podman_container - Improve idempotency for volumes with slashesAdd idempotency
for ulimits and tests
- podman_container - Improve ports idempotency and support UDP
release_summary: Idempotency and another bugfixes for podman connection plugin.
release_date: '2020-07-09'
1.1.0:
changes:
bugfixes:
- podman_container - Fix idempotency for networks and add tests
minor_changes:
- Add podman pod and pod info modules
release_summary: New modules for pods management.
modules:
- description: Manage Podman pods
name: podman_pod
namespace: ''
- description: Retrieve information about Podman pods
name: podman_pod_info
namespace: ''
release_date: '2020-07-19'
1.1.1:
changes:
bugfixes:
- podman_volume_info - Improve podman volume info tests with new module
minor_changes:
- Create podman_volume module for volumes management
release_summary: New modules for volumes management.
modules:
- description: Manage Podman volumes
name: podman_volume
namespace: ''
release_date: '2020-07-22'
1.1.2:
changes:
bugfixes:
- podman_connection - Chown file for users when copy them to container
release_summary: Urgent fix for podman connection plugin.
release_date: '2020-07-26'
1.1.3:
changes:
bugfixes:
- podman_container - Fix idempotency for case with = in env
- podman_container - Fix issue with idempotency uts, ipc with pod
release_summary: Idempotency fixes for podman containers.
release_date: '2020-07-29'
1.1.4:
changes:
minor_changes:
- Add pip installation for podman collection.
release_summary: Pip install and minor fixes.
release_date: '2020-08-06'
1.2.0:
changes:
minor_changes:
- Add changelog file to collection.
release_summary: Add changelog file.
release_date: '2020-08-17'
1.3.0:
changes:
bugfixes:
- podman_volume - Fix return data from podman_volume module
minor_changes:
- Create podman_network module for podman networks management
release_summary: New podman_network module and bugfixes
modules:
- description: Manage Podman networks
name: podman_network
namespace: ''
release_date: '2020-09-03'
1.3.1:
changes:
bugfixes:
- multiple modules - fix diff calculation for lower/upper cases
- podman_container - Add note about containerPort setting
- podman_container - Fix init option it's boolean not string
- podman_container - Remove pyyaml from requirements
- podman_network - Check if dnsname plugin installed for CNI
- podman_volume - Set options for a volume as list and fix idempotency
release_summary: bugfixes
release_date: '2020-10-09'
1.3.2:
changes:
bugfixes:
- podman_container - Fix signals case for podman_container
release_summary: bugfixes
release_date: '2020-10-20'