Awx Versions Save

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.

24.3.0

1 day ago

What's Changed

New Contributors

Full Changelog: https://github.com/ansible/awx/compare/24.2.0...24.3.0

Known issues

  • Existing /api/v2/roles/ type endpoints will be missing system auditor & admin roles
  • Organization auditors will lose view permission to job templates that use inventories in their organization, but existing permissions are preserved via a data migration
  • Existing role-related endpoints are marked as deprecated and a new set of endpoints for DB-backed role management are introduced

AWX Operator

Released with AWX Operator v2.16.0

24.2.0

2 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/ansible/awx/compare/24.1.0...24.2.0

AWX Operator

Released with AWX Operator v2.15.0

24.1.0

4 weeks ago

What's Changed

  • Updated Python from version 3.9 to 3.11 (@dmzoneill #14771)
  • Skipped replicas test for awx-operator (@TheRealHaoLiu #14987)
  • Updated the dependencies versions in both the Makefile and requirements file to match (@CFSNM #14986)
  • Fixed unformatted pop-up help text when peers for instances are changed (@dmzoneill #14990)
  • Fixed awx-manage run_wsrelay to not start the metrics server if --status is passed in (@TheRealHaoLiu #14997)
  • Moved TCP keepalive settings out from settings.DATABASE to settings.LISTENER_DATABASES and to no longer be respected by wsrelay (@TheRealHaoLiu #14998)
  • Fixed failing bulk launch job due to create partition race (@TheRealHaoLiu #15000)
  • Added dump_auth_config management cmd (for SAML and LDAP) (@TheRealHaoLiu #14947)
  • Backported various miscellaneous doc cleanup fixes from product-docs repo (@tvo318 #14980)
  • Added setting for configuring optional URL prefix for /api (@TheRealHaoLiu #14939)
  • Added various Setting modifications to address UI_NEXT requests (@TheRealHaoLiu #14996)
  • Updated editable dependencies in the docker-compose development environment (@TheRealHaoLiu #14979)
  • Fixed extra variables to no longer reset on schedule edit (@mabashian #15008)
  • Updated complex/mapping format for first_found and including skip: True and removed the <project_path>/requirements.yml paths from consideration as collection requirements (@sivel #15017)
  • Fixed Keycloak documentation previously broken by recent PostgreSQL 15 change and docker-compose network change (@TheRealHaoLiu #15024)
  • Fixed wsrelay not retry to establish database connections (@TheRealHaoLiu #15031)
  • Updated wsrelay to stop on keyboard interruptions and to restart for any other failure reason (@TheRealHaoLiu #15036)

Full Changelog: https://github.com/ansible/awx/compare/24.0.0...24.1.0

Known issue

AWX Operator

Released with AWX Operator v2.14.0

24.0.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/ansible/awx/compare/23.9.0...24.0.0

AWX Operator

Released with AWX Operator v2.13.1

23.9.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/ansible/awx/compare/23.8.1...23.9.0

AWX Operator

Released with AWX Operator v2.12.2

23.8.1

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ansible/awx/compare/23.8.0...23.8.1

AWX Operator

Released with AWX Operator v2.12.1

23.8.0

2 months ago

Known issues

There are repeated errors recorded in the task pod. Adding web instance to websocket broadcast list is failing due to wsrelay failure. Confirmed that this also occurs on minimal fresh deployment in addition to upgraded instances. Operator completes reconciliation without any errors. (@kurokobo https://github.com/ansible/awx/issues/14876)

What's Changed

New Contributors

Full Changelog: https://github.com/ansible/awx/compare/23.7.0...23.8.0

AWX Operator

Released with AWX Operator v2.12.0

23.7.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ansible/awx/compare/23.6.0...23.7.0

AWX Operator

Released with AWX Operator v2.11.0

23.6.0

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ansible/awx/compare/23.5.1...23.6.0

AWX Operator

Released with Operator v2.10.0

23.5.1

4 months ago

What's Changed

Full Changelog: https://github.com/ansible/awx/compare/23.5.0...23.5.1

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

  • Added option to force drop database before restore
  • Bumped Ansible Operator SDK version to 1.32.0 for OS updates