6.20.1 - May 29, 2024
Release Notes
Update Docker Dependencies
Resolves an issue found in the docker-py
project & community.docker
ansible collection where the latest version of requests
was breaking it, causing the error Not supported URL scheme http+docker
to be produced.
See info here: docker/docker-py#3256 & ansible-collections/community.docker#860
If you are running into this error, once you adopt this version, update your Python packages and Ansible collections using the following
commands: https://github.com/sassoftware/viya4-deployment/blob/main/docs/user/AnsibleUsage.md#initialize-ansible. Note: this does not affect users who run this project via a Docker container.
DOCUMENTATION:
- #552: docs: (IAC-1462) remove references to multi-tenancy documentation
BUG FIXES:
- #553: fix: (IAC-1485) Update Docker dependency to Resolve issue with requests