Announcing AWX 21.8.0 and AWX-Operator 1.0.0

We’re happy to announce that the next release of AWX, version 21.8.0 is now available! Some notable features include:

  • Adding ppc64le support parameters
  • Shortcut Instance.objects.me when possible
  • Hostname validation in InstanceSerializer
  • Update UI to support pending health checks.
  • Sending field_name in AttributeError
  • Allows job output to calculate elapsed time
  • Make job lifecycle Cyan again
  • Add arm64 architecture mapping to image_architecture for m1mac
  • Allows health checks on only execution nodes

In addition AWX Operator version 1.0.0 has also been released! Some notable features include:

  • In AWX Operator the no_log property has changed from a string to a boolean
  • Change no_log type to boolean
  • Enable configuration of route and ingress api versions

Please see the releases pages for more details:

AWX: https://github.com/ansible/awx/releases/tag/21.8.0

Operator: https://github.com/ansible/awx-operator/releases/tag/1.0.0

Known Issues:

  • In AWX Operator the no_log property has changed from a string to a boolean.

-The AWX team.