Skip to content

Commit

Permalink
Tweak 'version_added' information for PRs based on actual backport da…
Browse files Browse the repository at this point in the history
…tes (#2263)

SUMMARY
A number of PRs got backported late/early and as such don't match up with their "version_added" information in the docs.
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
plugins/modules/cloudwatch_metric_alarm.py
plugins/modules/ec2_instance.py
plugins/modules/rds_cluster.py
ADDITIONAL INFORMATION

Reviewed-by: Helen Bailey <[email protected]>
  • Loading branch information
tremble authored Aug 29, 2024
1 parent b554967 commit 0bca4b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/modules/cloudwatch_metric_alarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
- If you specify V(evaluate) or omit this parameter, alarm is evaluated and possibly changes state no matter how many data points are available.
type: str
choices: ['ignore', 'evaluate']
version_added: 9.0.0
version_added: 8.2.0
datapoints_to_alarm:
description:
- The number of data points that must be breaching to trigger the alarm.
Expand Down
6 changes: 3 additions & 3 deletions plugins/modules/ec2_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,15 +225,15 @@
description:
- Controls whether source/destination checking is enabled on the interface.
type: bool
version_added: 8.1.0
version_added: 8.2.0
network_interfaces:
description:
- A list of dictionaries containing specifications for network interfaces.
- Use the M(amazon.aws.ec2_eni) module to create ENIs with special settings.
- Mutually exclusive with O(network).
type: list
elements: dict
version_added: 8.1.0
version_added: 8.2.0
suboptions:
assign_public_ip:
description:
Expand Down Expand Up @@ -298,7 +298,7 @@
- Mutually exclusive with O(security_groups).
type: list
elements: dict
version_added: 8.1.0
version_added: 8.2.0
suboptions:
id:
description:
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/rds_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
- For multi-AZ DB clusters, O(storage_type) defaults to V(io1) and a value for the O(iops) parameter is required.
- For Aurora DB clusters, O(storage_type) defaults to V(aurora) standard.
- For mysql and postgres DB clusters, O(storage_type) defaults to V(io1).
- Support for V(aurora) and V(aurora-iopt1) was added in release 8.1.0.
- Support for V(aurora) and V(aurora-iopt1) was added in release 8.2.0.
type: str
choices:
- io1
Expand Down

0 comments on commit 0bca4b9

Please sign in to comment.