summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2021-03-25 02:19:27 +0100
committerRyan Petrello <rpetrell@redhat.com>2021-03-25 02:19:27 +0100
commit97ae4ec25049ae1c21063632b16acae072bf003c (patch)
treee7463cdc3c70ff91c3f8f3b2a5f3abc3b86dc8ab /CHANGELOG.md
parentfix busted pep8 collection tests (diff)
downloadawx-97ae4ec25049ae1c21063632b16acae072bf003c.tar.xz
awx-97ae4ec25049ae1c21063632b16acae072bf003c.zip
Add some release notes for the next major version of AWX
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
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/<version>`.
+# 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**