From 1dc1ac3934b5746553ca9de846c40f7a5a0278b3 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:31:22 +0000 Subject: [PATCH] Fix version_released for changes that weren't backported in time (#1947) (#1948) [PR #1947/78447621 backport][stable-7] Fix version_released for changes that weren't backported in time (7.2.0 -> 7.3.0) This is a backport of PR #1947 as merged into main (7844762). SUMMARY Fix version_released for changes that weren't backported in time ISSUE TYPE Docs Pull Request COMPONENT NAME plugins/modules/rds_cluster.py plugins/modules/s3_bucket_info.py ADDITIONAL INFORMATION Reviewed-by: Mark Chappell --- plugins/modules/rds_cluster.py | 4 ++-- plugins/modules/s3_bucket_info.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/modules/rds_cluster.py b/plugins/modules/rds_cluster.py index 578b8247fbd..0e5634e59f3 100644 --- a/plugins/modules/rds_cluster.py +++ b/plugins/modules/rds_cluster.py @@ -367,7 +367,7 @@ - ACU values can be specified in in half-step increments, such as C(40), C(40.5), C(41), and so on. - The largest possible value is C(128). type: float - version_added: 7.2.0 + version_added: 7.3.0 skip_final_snapshot: description: - Whether a final DB cluster snapshot is created before the DB cluster is deleted. @@ -716,7 +716,7 @@ "max_capacity": 4.5, "min_capacity": 2.5 } - version_added: 7.2.0 + version_added: 7.3.0 status: description: The status of the DB cluster. returned: always diff --git a/plugins/modules/s3_bucket_info.py b/plugins/modules/s3_bucket_info.py index 9e82811992a..b382e5eebd3 100644 --- a/plugins/modules/s3_bucket_info.py +++ b/plugins/modules/s3_bucket_info.py @@ -106,7 +106,7 @@ - To retrieve the versioning state of a bucket, you must be the bucket owner. type: bool default: False - version_added: 7.2.0 + version_added: 7.3.0 type: dict version_added: 1.4.0 transform_location: