Skip to content

Commit

Permalink
Fix version_released for changes that weren't backported in time (#1947
Browse files Browse the repository at this point in the history
…) (#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
  • Loading branch information
patchback[bot] authored Jan 10, 2024
1 parent 223e338 commit 1dc1ac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/rds_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/s3_bucket_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1dc1ac3

Please sign in to comment.