From 97ae4ec25049ae1c21063632b16acae072bf003c Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Wed, 24 Mar 2021 21:19:27 -0400 Subject: [PATCH] Add some release notes for the next major version of AWX --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49fcf77ad3..27bfb8be32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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) + # 18.0.0 (March 23, 2021) **IMPORTANT INSTALL AND UPGRADE NOTES**