diff options
author | Shane McDonald <me@shanemcd.com> | 2021-05-01 13:43:01 +0200 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2021-05-01 13:43:01 +0200 |
commit | f83a00503888e029199b01da14fde3cd0e058890 (patch) | |
tree | 78a94a9962caa139365bd9a5b0cc1e3871343505 /CHANGELOG.md | |
parent | Merge pull request #10031 from wenottingham/whats-in-a-name--mostly-just-letters (diff) | |
download | awx-f83a00503888e029199b01da14fde3cd0e058890.tar.xz awx-f83a00503888e029199b01da14fde3cd0e058890.zip |
Bump changelog and version files for 19.1.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d1f76b4a..100006cf0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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>`. +# 19.1.0 (May 1, 2021) + +- Custom inventory scripts have been removed from the API https://github.com/ansible/awx/pull/9822 + - Old scripts can be exported via `awx-manage export_custom_scripts` +- Fixed a bug where ad-hoc commands targeted against multiple hosts would run against only 1 host https://github.com/ansible/awx/pull/9973 +- AWX will now look for a top-level requirements.yml when installing collections / roles in project updates https://github.com/ansible/awx/pull/9945 +- Improved error handling when Container Group pods fail to launch https://github.com/ansible/awx/pull/10025 +- Added ability to set server-side password policies using Django's AUTH_PASSWORD_VALIDATORS setting https://github.com/ansible/awx/pull/9999 +- Bumped versions of Ansible Runner & AWX EE https://github.com/ansible/awx/pull/10013 + - If you have built any custom EEs on top of awx-ee 0.1.0, you will need to rebuild on top of 0.2.0. +- Remove legacy resource profiling code https://github.com/ansible/awx/pull/9883 + # 19.0.0 (April 7, 2021) - AWX now runs on Python 3.8 (https://github.com/ansible/awx/pull/8778/) |