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.

23.5.0

5 months ago

What's Changed

  • Added alt-text codeblock to image in the shared Settings Menu section of the AWX docs (@tvo318 #14639)
  • Added the REST API Reference content from swagger.json to the AWX docs (@oraNod #14607)
  • Updated credential_type to be required when running the ansible.controller.credential module (@lucas-benedito #14651)
  • Replaced instance list view image with larger graphic (@tvo318 #14647)
  • Fixed error to correctly handle case where unpartitioned table does not exist (@AlanCoding #14648)
  • Fixed subscription type as developer for developer subscriptions (@unnecessary-username #14584)
  • Fixed rendering so that heading does not overlap the note in the resulting HTML in the AWX docs (@oraNod #14665)
  • Added the ability to decode base64 decoded strings to Delinea's Devops Secret Vault (DSV) (@sscheib-rh #14646)
  • Added missing links to latest release notes (@tvo318 #14659)
  • Updated the vault behavior to initialize whether it is enabled and to update the secret file if vault is initialized (@TheRealHaoLiu #14664)
  • Removed unused methods attached to user model associated with RBAC (@AlanCoding #14668)
  • Updated RBAC docs, removed unused get_permissions instance method (@AlanCoding #14492)
  • Updated doc requirements to reflect latest versions in the AWX docs/docsite repo (@oraNod #14669)
  • Updated CI tests to allow pytest --migrations to succeed (@chrismeyersfsu #14663)

New Contributors

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

AWX Operator

Released with AWX Operator v2.8.0

23.4.0

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ansible/awx/compare/23.3.1...23.4.0

AWX Operator

Released with AWX Operator v2.7.2

23.3.1

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ansible/awx/compare/23.3.0...23.3.1

AWX Operator

Released with AWX Operator v2.7.1

23.3.0

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ansible/awx/compare/23.2.0...23.3.0

AWX Operator

Released with AWX Operator v2.7.0

23.2.0

7 months ago

What's Changed

  • Fixed unexpected error with adding a new host and while using a subscription manifest with size 10 and fixed the Trial toggle when using a manifest file (@lucas-benedito #14237)
  • Allowed saving GitHub credentials in the user folder in the AWX UI (@AlanCoding #14435)
  • Disallowed the UI to pass the "Organization" or other fields to the search of the instance group or execution environments (@ivarmu #14223)
  • Continued workflow steps to save logs from failed tests (@AlanCoding #14448)
  • Moved the continue-on-error marker (@AlanCoding #14451)
  • Removed conditional paths due to conflict with required checks (@AlanCoding #14450)
  • Removed IRC link from the README.md file and added Matrix and Discourse links for community to get involved (@jessicamack #14452)
  • Added link to script for publishing operator on OperatorHub (@rooftopcellist #14442)
  • Replaced sections on building an execution environment with references to the Getting started with Execution Environments Guide (@Andersson007 #14429)
  • Added Contributor Guide and adjusted navigation titles for the AWX docs (@oraNod and @tvo318 #14447)
  • Added makefile target to load dev images into Kind shell (@TheRealHaoLiu #13775)
  • Simplified docs string base path generation (@mabashian #14454)
  • Updated the README.md to include how to get involved with Matrix and Forum (@TheRealHaoLiu #14472)
  • Improved docker-compose by updating it to use ldap container hostname for LDAP config (@TheRealHaoLiu #14473)
  • Added release notes for version 23.1.0 to AWX docs (@tvo318 #14471)
  • Replaced our current SQL for creating a partition with the use of ATTACH PARTITION to avoid exclusive table lock for events (@AlanCoding #14433)
  • Fixed DB outage to use default of None instead of empty [] (@AlanCoding #14463)
  • Consolidated image and server setup in multiple checks (@AlanCoding #14477)
  • Added null value handling in create_partition (@AlanCoding #14480)
  • Removed references of IRC and fixed formatting in "Work Items" section of the AWX Contributor Guide (@tvo318 #14478)
  • Removed uneccessary names_digest function in Django (@AlanCoding #14459)

Full Changelog: https://github.com/ansible/awx/compare/23.1.0...23.2.0

AWX Operator

Released with AWX Operator v2.6.0

23.1.0

7 months ago

What's Changed

  • Re-ran the updater script after upstream removal of Python future dependency (@AlanCoding #14265)
  • Fixed approval node documentation in workflow_job_template collection module (@sean-m-sullivan #14359)
  • Cleaned up old auto-cleanup host metrics data (@slemrmartin #14255)
  • Added instructions for solving database-related issues during initial startup (@Andersson007 #14225)
  • Fixed undefined property error when a task was skipped and taskAction is debug or yum (@ivanilsonaraujojr #14372)
  • Updated runner to provide job_explanation more detail when reporting errors (@AlanCoding #13482)
  • Updated CI actions/checkout and actions/setup-python to latest versions to eliminate node warnings (@relrod #14398)
  • Allowed saml_admin_attr to work in conjunction with SAML Org Map (@john-westcott-iv #14285)
  • Removed unnecessary scheduler state save (@AlanCoding #14396)
  • Created AWX docsite with RST content (@oraNod and @tvo318 #14328)
  • Corrected reporting for task container resource limits set (in K8s), revising the handling of execution nodes specifically. (@djyasin #14315)
  • Added check for building the AWX docsite (@AlanCoding #14406)
  • Added readthedocs configuration for AWX docs (@oraNod #14413)
  • Added release notes for AWX version 23.0.0 (@tvo318 #14409)
  • Enabled collection integration tests on GHA (@relrod #14397)
  • Updated missing inventory error messages (@marshmalien #14416)
  • Fixed collection metadata license to match intent (@AlanCoding #14404)
  • Updated activity stream to prevent it from logging entries when instances go offline (@AlanCoding #14385)
  • Corrected the information about the default behavior described in the the docker-compose instructions (@AlanCoding #14418)
  • Bumped babel dependencies (@keithjgrant #14370)
  • Added example secrets in the docs to an allow list so it will be ignored in security scans (@oraNod #14408)
  • Rebuilt package-lock file (@keithjgrant #14423)
  • Implemented a base64 encoding check on the JSON Web Token (JWT) returned from a Conjur Enterprise authentication (@infamousjoeg #14386)
  • Added a check that detects jobs already in progress to prevent users from launching multiple jobs by rapidly clicking on buttons (@mabashian #14407)

AWX Operator

Released with AWX Operator 2.5.3

New Contributors

Full Changelog: https://github.com/ansible/awx/compare/23.0.0...23.1.0

23.0.0

8 months ago

What's Changed

  • Added hop nodes support for k8s (@fosterseth #13904)
  • Reverted "Improve performance for AWX CLI export (#13182)" (@jbradberry #14342)
  • Corrected spelling on database downtime and tolerance variable (@tuxpreacher #14347)
  • Fixed schedule rruleset (@KaraokeKev #13611)
  • Updates python-tss-sdk dependency (@delinea-sagar #14207)
  • Fixed UI_NEXT build process broken by ansible/ansible-ui#766 (@TheRealHaoLiu #14349)
  • Fixed task and web docs (@abwalczyk #14350)
  • Fixed UI_NEXT build step file path issue (@TheRealHaoLiu #14357)
  • Added required epoch time field for Splunk HEC event receiver (@digitalbadger-uk #14246)
  • Fixed edit constructed inventory hanging loading state (@marshmalien #14343)
  • Added location for locales in nginx config (@mabashian #14368)
  • Updated cryptography for CVE-2023-38325 (@relrod #14358)
  • Applied AWX_TASK_ENV when performing credential plugin lookups (@AlanCoding #14271)
  • Enforced mutually exclusive options in credential module of the collection (@djdanielsson #14363)
  • Added an example to clarify that the awx.subscriptions module should be used prior to awx.license (@phess #14351)
  • Fixed default Redis URL to pass check in redis-py>4.4 (@ChandlerSwift #14344)
  • Fixed typo in the description of scm_update_on_launch (@bxbrenden #14382)
  • Fixed CVE-2023-40267 (@TheRealHaoLiu #14388)
  • Updated PR body checks (@AlanCoding #14389)

New Contributors

Full Changelog: https://github.com/ansible/awx/compare/22.7.0...23.0.0

AWX Operator

Released with AWX Operator v2.5.2

22.7.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ansible/awx/compare/22.6.0...22.7.0

AWX Operator

Released with AWX Operator v2.5.1

22.6.0

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ansible/awx/compare/22.5.0...22.6.0

AWX Operator

Released with AWX Operator v2.5.0

22.5.0

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ansible/awx/compare/22.4.0...22.5.0

AWX Operator

Released with AWX Operator v2.4.0