Skip to content

Releases: ansible/awx

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)

19.5.1

20 Jan 18:45
4f1c662
Compare
Choose a tag to compare
  • API 4XX log messages can now be configured on the logging screen. (#11527, @john-westcott-iv)
  • This change fix usage of limit as null on the workflow job template (#11522, @nixocio)
  • Add better documentation and error for when a label is missing in job_template and workflow_job_template modules (#11504, @sean-m-sullivan)
  • Fix the job events table analytics collectors (#11485, @jbradberry)
  • change logical ANDs into logical ORs for filtering based on status in the JobsList (#11470, @rebeccahhh)

19.5.0

19 Nov 04:17
7fdf491
Compare
Choose a tag to compare
  • Update deprecated dependency from slackclient 1.1.2 to slack-sdk 3.11.2. (#11270, @ziegenberg)
  • Users can now send a slack notification to a specific slack message, starting/continuing a slack thread. (#11269, @AlexSCorey)
  • Use the AWX HTTP client headers for rocketchat notifications (#11246, @ziegenberg)
  • fix misspelling of Vault in awx collection credential.py (#11231, @CastawayEGR)
  • fix job_template module to update survey specs (#11230, @no-12)

19.4.0

02 Oct 19:22
0736f4d
Compare
Choose a tag to compare
  • Update websockets.md (#11163, @gbaychev)
  • add ability to use a lookup organization or a unified job template ID for workflow_job_template_node and schedule (#11135, @sean-m-sullivan)
  • Fix bug where container group jobs could have controller_node set to an execution node (#11117, @AlanCoding)