Michał Nasiadka 38ca1431d7 Update previous_release to Wallaby
Part of agreed Xena release process cadence:
R-17 Switch source images to current release

Change-Id: I221998092715355dd8b972bf2575d65c3259a4da
2021-06-16 09:26:27 +00:00

20 lines
465 B
YAML

---
docker_version_min: '18.09'
docker_py_version_min: '3.4.1'
ansible_version_min: '2.9'
ansible_version_max: '2.10'
# Top level keys should match ansible_distribution.
# These map to lists of supported releases (ansible_distribution_release) or
# versions (ansible_distribution_version or ansible_distribution_major_version)
# for that distribution.
host_os_distributions:
CentOS:
- "8"
Debian:
- "bullseye"
RHEL:
- "8"
Ubuntu:
- "focal"