diff options
author | Alan Rominger <arominge@redhat.com> | 2021-06-29 04:37:10 +0200 |
---|---|---|
committer | Alan Rominger <arominge@redhat.com> | 2021-06-29 04:37:10 +0200 |
commit | b8f5dda6da5ae45930ed0057825a4541f70a61e8 (patch) | |
tree | c8a8ecef90bf6642ea20e24baca4639fb88324e8 /awx_collection/tools | |
parent | Merge pull request #10522 from AlanCoding/close_file (diff) | |
download | awx-b8f5dda6da5ae45930ed0057825a4541f70a61e8.tar.xz awx-b8f5dda6da5ae45930ed0057825a4541f70a61e8.zip |
Fix ansible-test pep8 bug and add notable release
Diffstat (limited to 'awx_collection/tools')
-rw-r--r-- | awx_collection/tools/roles/template_galaxy/templates/README.md.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/awx_collection/tools/roles/template_galaxy/templates/README.md.j2 b/awx_collection/tools/roles/template_galaxy/templates/README.md.j2 index 9d67a50e7e..4e48302f0a 100644 --- a/awx_collection/tools/roles/template_galaxy/templates/README.md.j2 +++ b/awx_collection/tools/roles/template_galaxy/templates/README.md.j2 @@ -73,6 +73,7 @@ Notable releases of the `{{ collection_namespace }}.{{ collection_package }}` co {% if collection_package | lower() == "awx" %} - 7.0.0 is intended to be identical to the content prior to the migration, aside from changes necessary to function as a collection. - 11.0.0 has no non-deprecated modules that depend on the deprecated `tower-cli` [PyPI](https://pypi.org/project/ansible-tower-cli/). + - 19.2.1 large renaming purged "tower" names (like options and module names), adding redirects for old names - 0.0.1-devel is the version you should see if installing from source, which is intended for development and expected to be unstable. {% else %} - 3.7.0 initial release |