switched to semenatic versioning for version numbers in plugins, library and tools packages

This commit is contained in:
Sarabraj Singh 2021-05-24 13:42:58 -04:00 committed by Seth Foster
parent 25ca8d22d6
commit d2d511f596
No known key found for this signature in database
GPG Key ID: 86E90D96F7184028
10 changed files with 10 additions and 10 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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