Skip to content

Commit 37b886c

Browse files
committed
Update version_added to roles, modules, and plugins
Signed-off-by: Webster Mudge <[email protected]>
1 parent 32b3499 commit 37b886c

File tree

36 files changed

+385
-16
lines changed

36 files changed

+385
-16
lines changed

plugins/filter/combine_onto.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
DOCUMENTATION:
1616
name: combine_onto
1717
author: Webster Mudge (@wmudge) <[email protected]>
18-
short_description: combine two dictionaries
18+
short_description: Combine two dictionaries
1919
description:
2020
- Create a dictionary (hash/associative array) as a result of merging existing dictionaries.
2121
- This is the reverse of the C(ansible.builtin.combine) filter.
22+
version_added: "1.0.0"
2223
positional: _input, _dicts
2324
options:
2425
_input:

plugins/lookup/supported.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
description:
2525
- Retrieve support matrix details for Cloudera Manager, Runtime, or Data Services versions.
2626
author: Cloudera Labs
27-
version_added: 3.0.0
27+
version_added: "3.0.0"
2828
options:
2929
_terms:
3030
description:

plugins/test/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
DOCUMENTATION:
1616
name: version
1717
author: Cloudera Labs
18-
version_added: "3.0.0"
1918
short_description: compare Cloudera version strings
2019
description:
2120
- Compare version strings using the Cloudera versioning scheme.
2221
- Cloudera versioning is an extension of Semantic Versioning that uses the C(prerelease) segment to indicate service packs or extended patch releases.
2322
- Moreover, this versioning scheme allow the C(prerelease) delimiter to use whitespace (C(' ')) and dots (C('.')) in addition to the semantic version's
2423
dash (C('-')).
24+
version_added: "3.0.0"
2525
options:
2626
_input:
2727
description: Left hand version to compare
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Copyright 2023 Cloudera, Inc. All Rights Reserved.
1+
# Copyright 2025 Cloudera, Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
66
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
7+
# https://www.apache.org/licenses/LICENSE-2.0
88
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS,
@@ -14,9 +14,10 @@
1414

1515
---
1616

17-
galaxy_info:
18-
description: >
19-
Set up single database to support Cloudera Data Platform (CDP) Private Cloud
20-
deployments.
21-
company: Cloudera
22-
license: Apache-2.0
17+
argument_specs:
18+
main:
19+
short_description: Repository preseed
20+
description:
21+
- DEPRECATED
22+
author: Cloudera Labs
23+
version_added: 2.0.0

roles/blackbox/meta/argument_specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ argument_specs:
2020
description:
2121
- Download and install the Blackbox Explorer (blackbox_exporter) for Prometheus.
2222
author: Cloudera Labs
23-
version_added: 5.0.0
23+
version_added: "2.4.0"
2424
options:
2525
blackbox_tarball_url:
2626
description: Blackbox distribution URL

roles/blackbox_exporter/meta/argument_specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ argument_specs:
2020
description:
2121
- Download and install the Blackbox Explorer (blackbox_exporter) for Prometheus.
2222
author: Cloudera Labs
23-
version_added: 5.0.0
23+
version_added: 3.0.0
2424
options:
2525
blackbox_tarball_url:
2626
description: Blackbox distribution URL
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright 2025 Cloudera, Inc.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# https://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
---
16+
17+
argument_specs:
18+
main:
19+
short_description: Common configuration
20+
description:
21+
- DEPRECATED
22+
author: Cloudera Labs
23+
version_added: 1.0.0

roles/data/meta/argument_specs.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright 2025 Cloudera, Inc.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# https://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
---
16+
17+
argument_specs:
18+
main:
19+
short_description: Data
20+
description:
21+
- DEPRECATED
22+
author: Cloudera Labs
23+
version_added: 1.0.0
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright 2025 Cloudera, Inc.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# https://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
---
16+
17+
argument_specs:
18+
main:
19+
short_description: Dynamic inventory
20+
description:
21+
- DEPRECATED
22+
author: Cloudera Labs
23+
version_added: 2.0.0

roles/freeipa_client/meta/argument_specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ argument_specs:
2222
- Install either defined or default FreeIPA client packages.
2323
- Optionally, configure SSSD to enumerate users and groups.
2424
author: Cloudera Labs
25-
version_added: "3.0.0"
25+
version_added: "2.0.0"
2626
options:
2727
freeipa_client_packages:
2828
description:

0 commit comments

Comments
 (0)