From 5df50066a6f0e87f6b88e4bd330fe59eefcc7ec2 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Wed, 7 Apr 2021 12:29:34 -0400 Subject: Update version and changelog for version 19 --- CHANGELOG.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 27bfb8be32..b53dd306dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,22 @@ This is a list of high-level changes for each release of AWX. A full list of commits can be found at `https://github.com/ansible/awx/releases/tag/`. -# 19.0.0 (TBD) - -* AWX now runs on Python 3.8 (https://github.com/ansible/awx/pull/8778/) -* Added support for Execution Environments to the Activity Stream (https://github.com/ansible/awx/issues/9308) -* Fixed a bug that improperly formats OpenSSH keys specified in custom Credential Types (https://github.com/ansible/awx/issues/9361) +# 19.0.0 (April 7, 2021) + +- AWX now runs on Python 3.8 (https://github.com/ansible/awx/pull/8778/) +- Fixed inventories-from-projects when running in Kubernetes (https://github.com/ansible/awx/pull/9741) +- Fixed a bug where a slash was appended to invetory file paths in UI dropdown (https://github.com/ansible/awx/pull/9713) +- Fix a bug with large file parsing in project sync (https://github.com/ansible/awx/pull/9627) +- Fix k8s credentials that use a custom ca cert (https://github.com/ansible/awx/pull/9744) +- Fix a bug that allowed a user to attempt deleting a running job (https://github.com/ansible/awx/pull/9758) +- Fixed the Kubernetes Pod reaper to properly delete Pods launched by Receptor (https://github.com/ansible/awx/pull/9819) +- AWX Collection Modules: added ability to set instance groups for organization, job templates, and inventories. (https://github.com/ansible/awx/pull/9804) +- Fixed CSP violation errors on job details and job settings views (https://github.com/ansible/awx/pull/9818) +- Added support for convergence any/all on workflow nodes (https://github.com/ansible/awx/pull/9737) +- Fixed race condition that causes InvalidGitRepositoryError (https://github.com/ansible/awx/pull/9754) +- Added support for Execution Environments to the Activity Stream (https://github.com/ansible/awx/issues/9308) +- Fixed a bug that improperly formats OpenSSH keys specified in custom Credential Types (https://github.com/ansible/awx/issues/9361) +- Fixed an HTTP 500 error for unauthenticated users (https://github.com/ansible/awx/pull/9725) # 18.0.0 (March 23, 2021) -- cgit v1.2.3