summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2021-03-09 16:58:50 +0100
committerRyan Petrello <rpetrell@redhat.com>2021-03-09 16:58:50 +0100
commit58337b9e2e75a644dce94febd027b4858e9389c3 (patch)
tree458635a226e0417dd0a89e8203f36d9d1a90193d /CHANGELOG.md
parentMerge pull request #9489 from nixocio/ui_issue_9487 (diff)
downloadawx-58337b9e2e75a644dce94febd027b4858e9389c3.tar.xz
awx-58337b9e2e75a644dce94febd027b4858e9389c3.zip
update the changelog w/ notes for 17.1.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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