Skip to content

Releases: ansible/awx

21.6.0

16 Sep 16:47
9df447f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 21.5.0...21.6.0

AWX Operator

Released with AWX Operator v0.29.0

21.5.0

23 Aug 19:18
ff49cc5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 21.4.0...21.5.0

AWX Operator

Released with AWX Operator v0.27.0

21.4.0

01 Aug 18:56
67f1ab2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 21.3.0...21.4.0

AWX Operator

Released with AWX Operator v0.26.0

21.3.0

12 Jul 17:30
bd93ac7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 21.2.0...21.3.0

AWX Operator

Released with AWX Operator v0.24.0

21.2.0

21 Jun 20:36
923cc67
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 21.1.0...21.2.0

AWX Operator

Released with AWX Operator v0.23.0

21.1.0

02 Jun 15:19
b548ad2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 21.0.0...21.1.0

21.0.0

25 Apr 15:27
677187a
Compare
Choose a tag to compare

In this release we updated the required version of ansible-runner. If you have a custom EE you will likely need to rebuild your EE on top of the latest base images.

What's Changed

New Contributors

Full Changelog: 20.1.0...21.0.0

20.1.0

30 Mar 18:24
dac26e5
Compare
Choose a tag to compare

20.0.1

08 Mar 21:40
4c9d028
Compare
Choose a tag to compare
  • Fix the precedence of organization and team RBAC roles when importing. (#11845, @jbradberry)
  • Users can no longer override Job meta variables from the Job Template extra vars (#11840, @fosterseth)
  • Migrated the galaxy and pypi release processes to GitHub Actions (#11834, @shanemcd)
  • set max dispatch workers to the same number as max forks based on memory to allow controlling as many jobs as we assert we can based on memory (#11800, @kdelee)
  • Fix TypeError when running a command on a host in a smart inventory (#11768, @nixocio)
  • Display roles for organization listed when using non-English web browser (#11762, @nixocio)

20.0.0

15 Feb 21:10
7999684
Compare
Choose a tag to compare
  • AWX now uses CentOS Stream 9 as the base image, and uses Python 3.9 on the control plane. The default Execution Environment still uses Python 3.8 and is now using CentOS Stream 8. (#11514, @shanemcd)
  • Support the same syntax in SYSTEM_TASK_ABS_MEM and SYSTEM_TASK_ABS_CPU as is supported in k8s resource requests and limits. This is to support being able to accept same units as the operator. (#11725, @kdelee)
  • Bump node to 16.14.0 on UI dev env (#11724, @nixocio)
  • Added execution_environment_admin to role module in the awx collection (#11696, @sean-m-sullivan)
  • Fixed hanging jobs if the execution environment specified an image that doesn't exist (#11681, @fosterseth)
  • Consider capacity of node used for controlling a job before selecting and starting a job, and consume capacity on that instance. If there is no instance with control capacity, a job will remain in pending. (#11665, @kdelee)
  • Let an organization admin to add new users to it's tower organization (#11655, @ivarmu)
  • Add missing await keyword to launchWithParams({}) function call within LaunchButton.js UI Component (#11649, @Reverendheat)
  • Add job id on the job details page (#11646, @jainnikhil30)