From d2d511f596a5e6101d8805588d3738aea000f965 Mon Sep 17 00:00:00 2001 From: Sarabraj Singh Date: Mon, 24 May 2021 13:42:58 -0400 Subject: [PATCH] switched to semenatic versioning for version numbers in plugins, library and tools packages --- awx/playbooks/library/insights.py | 2 +- awx/playbooks/library/project_archive.py | 2 +- awx_collection/plugins/doc_fragments/auth.py | 2 +- awx_collection/plugins/modules/ad_hoc_command.py | 2 +- awx_collection/plugins/modules/credential_input_source.py | 2 +- awx_collection/plugins/modules/export.py | 2 +- awx_collection/plugins/modules/import.py | 2 +- awx_collection/plugins/modules/instance_group.py | 2 +- awx_collection/plugins/modules/token.py | 2 +- awx_collection/tools/roles/generate/templates/module.j2 | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/awx/playbooks/library/insights.py b/awx/playbooks/library/insights.py index 39d54b4e88..c1e2d08367 100644 --- a/awx/playbooks/library/insights.py +++ b/awx/playbooks/library/insights.py @@ -8,7 +8,7 @@ short_description: gather all maintenance plan playbooks for an insights account description: - Supply insights Credentials to download all playbooks for all maintenance plans. The totality of the plans are versioned based on the http ETag response. -version_added: "2.3" +version_added: "2.3.0" options: insights_url: description: diff --git a/awx/playbooks/library/project_archive.py b/awx/playbooks/library/project_archive.py index 001e2eec04..74301557a4 100644 --- a/awx/playbooks/library/project_archive.py +++ b/awx/playbooks/library/project_archive.py @@ -9,7 +9,7 @@ description: - Unpacks an archive that contains a project, in order to support handling versioned artifacts from (for example) GitHub Releases or Artifactory builds. - Handles projects in the archive root, or in a single base directory of the archive. -version_added: "2.9" +version_added: "2.9.0" options: src: description: diff --git a/awx_collection/plugins/doc_fragments/auth.py b/awx_collection/plugins/doc_fragments/auth.py index 52fec785c3..3cab718a7d 100644 --- a/awx_collection/plugins/doc_fragments/auth.py +++ b/awx_collection/plugins/doc_fragments/auth.py @@ -40,7 +40,7 @@ options: - A dictionary structure as returned by the token module. - If value not set, will try environment variable C(CONTROLLER_OAUTH_TOKEN) and then config files type: raw - version_added: "3.7" + version_added: "3.7.0" aliases: [ tower_oauthtoken ] validate_certs: description: diff --git a/awx_collection/plugins/modules/ad_hoc_command.py b/awx_collection/plugins/modules/ad_hoc_command.py index 355e60362b..43e2affe6c 100644 --- a/awx_collection/plugins/modules/ad_hoc_command.py +++ b/awx_collection/plugins/modules/ad_hoc_command.py @@ -16,7 +16,7 @@ DOCUMENTATION = ''' --- module: ad_hoc_command author: "John Westcott IV (@john-westcott-iv)" -version_added: "4.0" +version_added: "4.0.0" short_description: create, update, or destroy Automation Platform Controller ad hoc commands. description: - Create, update, or destroy Automation Platform Controller ad hoc commands. See diff --git a/awx_collection/plugins/modules/credential_input_source.py b/awx_collection/plugins/modules/credential_input_source.py index 4d57c4bf90..c7ace4f726 100644 --- a/awx_collection/plugins/modules/credential_input_source.py +++ b/awx_collection/plugins/modules/credential_input_source.py @@ -16,7 +16,7 @@ DOCUMENTATION = ''' --- module: credential_input_source author: "Tom Page (@Tompage1994)" -version_added: "2.3" +version_added: "2.3.0" short_description: create, update, or destroy Automation Platform Controller credential input sources. description: - Create, update, or destroy Automation Platform Controller credential input sources. See diff --git a/awx_collection/plugins/modules/export.py b/awx_collection/plugins/modules/export.py index f45bbd870d..46dafe7470 100644 --- a/awx_collection/plugins/modules/export.py +++ b/awx_collection/plugins/modules/export.py @@ -16,7 +16,7 @@ DOCUMENTATION = ''' --- module: export author: "John Westcott IV (@john-westcott-iv)" -version_added: "3.7" +version_added: "3.7.0" short_description: export resources from Automation Platform Controller. description: - Export assets from Automation Platform Controller. diff --git a/awx_collection/plugins/modules/import.py b/awx_collection/plugins/modules/import.py index c1e741ed77..3a8512cb2e 100644 --- a/awx_collection/plugins/modules/import.py +++ b/awx_collection/plugins/modules/import.py @@ -16,7 +16,7 @@ DOCUMENTATION = ''' --- module: import author: "John Westcott (@john-westcott-iv)" -version_added: "3.7" +version_added: "3.7.0" short_description: import resources into Automation Platform Controller. description: - Import assets into Automation Platform Controller. See diff --git a/awx_collection/plugins/modules/instance_group.py b/awx_collection/plugins/modules/instance_group.py index 4b7713d16c..bd511dbe13 100644 --- a/awx_collection/plugins/modules/instance_group.py +++ b/awx_collection/plugins/modules/instance_group.py @@ -16,7 +16,7 @@ DOCUMENTATION = ''' --- module: instance_group author: "John Westcott IV (@john-westcott-iv)" -version_added: "4.0" +version_added: "4.0.0" short_description: create, update, or destroy Automation Platform Controller instance groups. description: - Create, update, or destroy Automation Platform Controller instance groups. See diff --git a/awx_collection/plugins/modules/token.py b/awx_collection/plugins/modules/token.py index 8f695f431c..d225f10f91 100644 --- a/awx_collection/plugins/modules/token.py +++ b/awx_collection/plugins/modules/token.py @@ -16,7 +16,7 @@ DOCUMENTATION = ''' --- module: token author: "John Westcott IV (@john-westcott-iv)" -version_added: "2.3" +version_added: "2.3.0" short_description: create, update, or destroy Automation Platform Controller tokens. description: - Create or destroy Automation Platform Controller tokens. See diff --git a/awx_collection/tools/roles/generate/templates/module.j2 b/awx_collection/tools/roles/generate/templates/module.j2 index ea7b954053..407cbd8530 100644 --- a/awx_collection/tools/roles/generate/templates/module.j2 +++ b/awx_collection/tools/roles/generate/templates/module.j2 @@ -24,7 +24,7 @@ DOCUMENTATION = ''' --- module: tower_{{ singular_item_type }} author: "John Westcott IV (@john-westcott-iv)" -version_added: "4.0" +version_added: "4.0.0" short_description: create, update, or destroy Ansible Tower {{ human_readable }}. description: - Create, update, or destroy Ansible Tower {{ human_readable }}. See