New features:
- Add Ansible module `WaitForCustomResourceModule`
- Add command `cpo cluster delete-terminated-pods`
- Add `get_jmespath_value()` function
- Add support for dependencies having a version number with leading zeros in one or more of its components
- `OpenShiftAPIManager`: Add support for obtaining Kubernetes version
- `OpenShiftPlaybookRunner`: Improve HTTP 401 (Unauthorized) check
Bug fixes:
- Fix extraction of tar.gz archives with additional dots in file name
- Fix unit test (`tests/test_with_network/commands/test_download_dependencies.py`)
Internal breaking changes:
- Improve `PlaybookRunner` and `OpenShiftPlaybookRunner` classes
- Rename `openshift_install_cluster_id` key to `cluster_id` in `~/.cpo/clusters.json`
- Require cluster type when creating OpenShift cluster using `OpenShiftInstallationManager`