Skip to content

Latest commit

 

History

History
249 lines (162 loc) · 4.54 KB

CHANGELOG.rst

File metadata and controls

249 lines (162 loc) · 4.54 KB

Ansible Podman modules and plugins Release Notes

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

New podman_network module and bugfixes

  • Create podman_network module for podman networks management
  • podman_volume - Fix return data from podman_volume module
  • containers.podman.podman_network - Manage Podman networks

Add changelog file.

  • Add changelog file to collection.

Pip install and minor fixes.

  • Add pip installation for podman collection.

Idempotency fixes for podman containers.

  • podman_container - Fix idempotency for case with = in env
  • podman_container - Fix issue with idempotency uts, ipc with pod

Urgent fix for podman connection plugin.

  • podman_connection - Chown file for users when copy them to container

New modules for volumes management.

  • Create podman_volume module for volumes management
  • podman_volume_info - Improve podman volume info tests with new module
  • containers.podman.podman_volume - Manage Podman volumes

New modules for pods management.

  • Add podman pod and pod info modules
  • podman_container - Fix idempotency for networks and add tests
  • containers.podman.podman_pod - Manage Podman pods
  • containers.podman.podman_pod_info - Retrieve information about Podman pods

Idempotency and another bugfixes for podman connection plugin.

  • 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

Idempotency and Podman v2 fixes

  • podman_container - Add idempotency for ulimits and tests
  • podman_container - Fix idempotency for podman > 2 versions

Relicense under GPLv3 and clean up modules

  • Relicense under GPLv3 and clean up modules

Idempotency fixes

  • podman_container - Add idempotency for existing local volumes

Idempotency and images improvements

  • podman_container - Add inspect of image and user idempotency
  • podman_image - Add option for tls_verify=false for images

Initial release of collection with new modules

  • buildah_connection - add support of specific user
  • buildah_connection - added Buildah connection rootless
  • podman_connection - add user flags before container id in podman exec
  • 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
  • containers.podman.podman_container - Manage Podman containers
  • containers.podman.podman_network_info module - Retrieve information about Podman networks