We’re happy to announce that the next release of AWX, version 24.0.0 is now available!
Some notable features include:
- Made JWT the first auth class and default (Pull Request #14932)
- Integrated resources API from
django-ansible-base
into AWX (Pull Request #14896) - Added Terraform state inventory source (Pull Request #14840)
- Added the ability to run AWX components in the VSCode debugger (Pull Request #14942)
- Upgraded to PostgreSQL 15 (Pull Request #14230)
In addition AWX Operator version 2.13.0 has also been released!
Some notable features include:
- Exposed
extra_settings
in the OLM UI form (Pull Request #1732) - Upgraded to PostgreSQL 15 and moved to sclorg images (Pull Request #1486)
- Implemented liveness & readiness checking to support the split web/task container configuration and refactored migrations (Pull Request #1674)
- Added ability for defining loadbalancer class (Pull Request #1746)
- Added ability for custom imagePullSecrets for the Mesh Ingress component (Pull Request #1750)
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.0
– The AWX team