From 58337b9e2e75a644dce94febd027b4858e9389c3 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Tue, 9 Mar 2021 10:58:50 -0500 Subject: [PATCH] update the changelog w/ notes for 17.1.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c527b004..7d72be542f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ This is a list of high-level changes for each release of AWX. A full list of com - Added pending workflow approval count to the application header https://github.com/ansible/awx/pull/9334 - Added user interface for management jobs: https://github.com/ansible/awx/pull/9224 +# 17.1.0 (March 9th, 2021) +- Addressed a security issue in AWX (CVE-2021-20253) +- Fixed a bug permissions error related to redis in K8S-based deployments: https://github.com/ansible/awx/issues/9401 + # 17.0.1 (January 26, 2021) - Fixed pgdocker directory permissions issue with Local Docker installer: https://github.com/ansible/awx/pull/9152 - Fixed a bug in the UI which caused toggle settings to not be changed when clicked: https://github.com/ansible/awx/pull/9093