Skip to content

Commit 227a0ac

Browse files
authored
Update version_added for some module options (#2453)
SUMMARY A few new features were released in version 9.0.0 but had been noted in the module documentation block with options added in version 8.3.0, which we never released. This just updates those documentation blocks to reflect the actual release version. I double checked and these were all included in the 9.0.0 release notes, so no changelog updates are needed. ISSUE TYPE Docs Pull Request Reviewed-by: Mark Chappell
1 parent bf4cb9a commit 227a0ac

5 files changed

+8
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
trivial:
3+
- "Update documentation blocks for modules that had options released in 9.0.0 but marked as version_added: 8.3.0. (https://github.com/ansible-collections/amazon.aws/pull/2453)"

plugins/modules/cloudwatchlogs_log_group_metric_filter.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@
6363
- The unit of the value.
6464
- The various options are available `here <https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html>`.
6565
type: str
66-
version_added: 8.3.0
66+
version_added: 9.0.0
6767
dimensions:
6868
description:
6969
- A dimension is a name/value pair that is a part of the identity of a metric.
7070
- You can assign up to 3 dimensions to a metric.
7171
- Dimensions are only supported for JSON or space-delimited metric filters.
7272
- The I(default_value) and I(dimensions) options are mutually exclusive.
7373
type: dict
74-
version_added: 8.3.0
74+
version_added: 9.0.0
7575
extends_documentation_fragment:
7676
- amazon.aws.common.modules
7777
- amazon.aws.region.modules

plugins/modules/ec2_eip.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
description: The domain name to attach to the IP address.
8181
required: false
8282
type: str
83-
version_added: 8.3.0
83+
version_added: 9.0.0
8484
extends_documentation_fragment:
8585
- amazon.aws.common.modules
8686
- amazon.aws.region.modules

plugins/modules/ec2_vpc_route_table.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
returned: when the route is via a Transit gateway
274274
type: str
275275
sample: tgw-123456789012
276-
version_added: 8.3.0
276+
version_added: 9.0.0
277277
origin:
278278
description: mechanism through which the route is in the table.
279279
returned: always

plugins/modules/ec2_vpc_route_table_info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
returned: when the route is via a Transit gateway.
169169
type: str
170170
sample: tgw-123456789012
171-
version_added: 8.3.0
171+
version_added: 9.0.0
172172
origin:
173173
description: mechanism through which the route is in the table.
174174
returned: always

0 commit comments

Comments
 (0)