diff options
author | John Westcott IV <32551173+john-westcott-iv@users.noreply.github.com> | 2023-07-27 15:22:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 15:22:41 +0200 |
commit | 5a63533967a052a5727872cba878f8232d8e973a (patch) | |
tree | 677ce911b612430c368a9df302b5c38f566bdc5a /awx_collection/tools | |
parent | Only show the product version header when the requester is authenticated (#14... (diff) | |
download | awx-5a63533967a052a5727872cba878f8232d8e973a.tar.xz awx-5a63533967a052a5727872cba878f8232d8e973a.zip |
Added support to collection for named urls (#14205)
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 c1e8f8d567..94c42b701a 100644 --- a/awx_collection/tools/roles/template_galaxy/templates/README.md.j2 +++ b/awx_collection/tools/roles/template_galaxy/templates/README.md.j2 @@ -75,6 +75,7 @@ Notable releases of the `{{ collection_namespace }}.{{ collection_package }}` co - 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 - 21.11.0 "tower" modules deprecated and symlinks removed. + - X.X.X added support of named URLs to all modules. Anywhere that previously accepted name or id can also support named URLs - 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 |