diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2020-08-20 16:43:34 +0200 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2020-08-20 16:44:06 +0200 |
commit | 0266ed383659c703efa03b2f3d87b5ff964e6992 (patch) | |
tree | 4cd04a21d9a80af835288d5cc6efc27f571933be /CHANGELOG.md | |
parent | Merge pull request #7948 from ryanpetrello/arm-changelog (diff) | |
download | awx-0266ed383659c703efa03b2f3d87b5ff964e6992.tar.xz awx-0266ed383659c703efa03b2f3d87b5ff964e6992.zip |
more changelog updates
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 79d1ff8cc3..60f79d4f57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This is a list of high-level changes for each release of AWX. A full list of com ## 14.1.0 (TBD) - AWX images can now be built on ARM64 - https://github.com/ansible/awx/pull/7607 - Deprecated official support for Mercurial-based project updates - https://github.com/ansible/awx/issues/7932 +- Added resource import/export support to the official AWX collection - https://github.com/ansible/awx/issues/7329 - Added the ability to import YAML-based resources (instead of just JSON) when using the AWX CLI - https://github.com/ansible/awx/pull/7808 - Updated the AWX CLI to export labels associated with Workflow Job Templates - https://github.com/ansible/awx/pull/7847 - Updated to the latest python-ldap to address a bug - https://github.com/ansible/awx/issues/7868 |