Merge pull request #9133 from ryanpetrello/more-changelog-bits

Change the 17.0.0 date and make room for a bit more to land.
This commit is contained in:
Ryan Petrello 2021-01-22 01:11:39 -05:00 committed by GitHub
commit 3e03c726cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/<version>`.
# 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