summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian M. Adams <rooftopcellist@gmail.com>2021-01-26 17:04:49 +0100
committerChristian M. Adams <rooftopcellist@gmail.com>2021-01-26 18:35:14 +0100
commit8d8aadb1931fc1416007f3f0d38080d687afec6f (patch)
treeff94562ac368a05a5cb2ae5ea51ad6675bd4017e /CHANGELOG.md
parentMerge pull request #9093 from marshmalien/fix-setting-toggle-id (diff)
downloadawx-8d8aadb1931fc1416007f3f0d38080d687afec6f.tar.xz
awx-8d8aadb1931fc1416007f3f0d38080d687afec6f.zip
Bump version to 17.0.1 & update changelog
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 6394b4f6d7..6237a9f54a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
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>`.
+# 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
+
# 17.0.0 (January 22, 2021)
- AWX now requires PostgreSQL 12 by default: https://github.com/ansible/awx/pull/8943
**Note:** users who encounter permissions errors at upgrade time should `chown -R ~/.awx/pgdocker` to ensure it's owned by the user running the install playbook