We released 2.13.1 to address the major issues with 2.13.0. See this thread for more information about those issues and the proper way to upgrade from 2.13.0
The features in 2.13.1 include:
- Whitelist test and enforce test order by @TheRealHaoLiu in #1762
- Add command when specifying args for postgres by @TheRealHaoLiu in #1765
- Don’t delete old postgres 13 volume automatically by @TheRealHaoLiu in #1767
- Change default value for postgres_data_path by @fosterseth in #1766
- Updating image pull policy for awx-operator to IfNotPresent by @aknochow in #1761
- Add ServiceAccount and ImagePullSecet to migration job by @TheRealHaoLiu in #1763
Please see the releases pages for more details:
AWX: https://github.com/ansible/awx/releases/tag/24.0.0
Operator: https://github.com/ansible/awx-operator/releases/tag/2.13.1
– The AWX team