diff options
author | Jeff Bradberry <jeff.bradberry@gmail.com> | 2020-06-23 16:09:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-23 16:09:32 +0200 |
commit | d8b9d483134ca5d4330768f3c973d9ac41db1c63 (patch) | |
tree | fa89805f44e33ed238f095a6cc27691307f01c17 /CHANGELOG.md | |
parent | Bump AWX version, after notable inventory deprecation (diff) | |
download | awx-d8b9d483134ca5d4330768f3c973d9ac41db1c63.tar.xz awx-d8b9d483134ca5d4330768f3c973d9ac41db1c63.zip |
Add a note about import/export
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a74e91c2ad..dd371e1683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ 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>`. -## 13.0.0 (Jun 19, 2020) +## 13.0.0 (Jun 23, 2020) - Removed scripts as a means of running inventory updates of built-in types (https://github.com/ansible/awx/pull/6911) - Ansible 2.8 is now unsupported. Some inventory source types are known to no longer work. - Fixed an issue where the vmware inventory source ssl_verify source variable was not recognized (https://github.com/ansible/awx/pull/7360) +- Added import and export subcommands to the awx-cli tool, replacing send and receive from the old tower-cli (https://github.com/ansible/awx/pull/6125). ## 12.0.0 (Jun 9, 2020) - Removed memcached as a dependency of AWX (https://github.com/ansible/awx/pull/7240) |