Hello Everyone,
I am excited to announce a new version of AWX, 16.0.0.
As you’ll see in the changelog, this version of AWX ships with a new take on the user interface. We’re excited for you all to give it a try and give us your feedback. While the new user interface is close to supporting all of the functionality of the old interface we’re not quite there yet so please read through the announcement we made last week regarding the new UI before upgrading: https://groups.google.com/g/awx-project/c/KuT5Ao92HWo. If you are in need of some of those features in the user interface then this release might not be for you. We’ll be working diligently to finish coding the areas mentioned In that announcement as well as fixing any bugs that may be found.
Here are some of the notable changes from the official changelog (https://github.com/ansible/awx/blob/devel/CHANGELOG.md):
- AWX now ships with a reimagined user interface. Please read this before upgrading: https://groups.google.com/g/awx-project/c/KuT5Ao92HWo
- Removed support for syncing inventory from Red Hat CloudForms - https://github.com/ansible/awx/commit/0b701b3b2
- Removed support for Mercurial-based project updates - https://github.com/ansible/awx/issues/7932
- Upgraded NodeJS to actively maintained LTS 14.15.1 - https://github.com/ansible/awx/pull/8766
- Added Git-LFS to the default image build - https://github.com/ansible/awx/pull/8700
- Added the ability to specify metadata.labels in the podspec for container groups - https://github.com/ansible/awx/issues/8486
- Added support for Kubernetes pod annotations - https://github.com/ansible/awx/pull/8434
- Added the ability to label the web container in local Docker installs - https://github.com/ansible/awx/pull/8449
- Added additional metadata (as an extra var) to playbook runs to report the SCM branch name - https://github.com/ansible/awx/pull/8433
- Fixed a bug that caused k8s installations to fail due to an incorrect Helm repo - https://github.com/ansible/awx/issues/8715
- Fixed a bug that prevented certain Workflow Approval resources from being deleted - https://github.com/ansible/awx/pull/8612
- Fixed a bug that prevented the deletion of inventories stuck in “pending deletion” state - https://github.com/ansible/awx/issues/8525
- Fixed a display bug in webhook notifications with certain unicode characters - https://github.com/ansible/awx/issues/7400
- Improved support for exporting dependent objects (Inventory Hosts and Groups) in the awx export CLI tool - https://github.com/ansible/awx/commit/607bc0788