From 67066a3fa5b0c0992c91a3bfad50ed6e75169af2 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Thu, 21 Jan 2021 17:12:25 -0500 Subject: [PATCH] Change the 17.0.0 date and make room for a bit more to land. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff8991e4b8..6394b4f6d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ 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/`. -# 17.0.0 (January 21, 2021) +# 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 - Added support for region name for OpenStack inventory: https://github.com/ansible/awx/issues/5080