forked from ansible-collections/amazon.aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix version_added (ansible-collections#1484)
* Fix version_added Signed-off-by: Alina Buzachis <[email protected]> * Update Signed-off-by: Alina Buzachis <[email protected]> * Not backported --------- Signed-off-by: Alina Buzachis <[email protected]> Co-authored-by: Mark Chappell <[email protected]>
- Loading branch information
1 parent
c60e0c2
commit aff3508
Showing
13 changed files
with
33 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
trivial: | ||
- "Fix version_added (https://github.com/ansible-collections/amazon.aws/pull/1133)." | ||
- "Fix version_added (https://github.com/ansible-collections/amazon.aws/pull/1267)." | ||
- "Fix version_added (https://github.com/ansible-collections/amazon.aws/pull/1037)." | ||
- "Fix version_added (https://github.com/ansible-collections/amazon.aws/pull/1186)." | ||
- "Fix version_added (https://github.com/ansible-collections/amazon.aws/pull/1290)." | ||
- "Fix version_added (https://github.com/ansible-collections/amazon.aws/pull/1209)." | ||
- "Fix version_added (https://github.com/ansible-collections/amazon.aws/pull/1191)." | ||
- "Fix version_added (https://github.com/ansible-collections/amazon.aws/pull/1118)." | ||
- "Fix version_added (https://github.com/ansible-collections/amazon.aws/pull/1095)." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--- | ||
minor_changes: | ||
- lambda - add support for function layers when creating or updating lambda function. | ||
- lambda - add support for function layers when creating or updating lambda function (https://github.com/ansible-collections/amazon.aws/pull/1118). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--- | ||
minor_changes: | ||
- "rds_cluster - New the engine_mode parameter (https://github.com/ansible-collections/amazon.aws/pull/941)." | ||
- "rds_cluster - New ``engine_mode`` parameter (https://github.com/ansible-collections/amazon.aws/pull/941)." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -150,6 +150,7 @@ | |
- See the AWS documentation for more detail U(https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html). | ||
type: str | ||
choices: ['legacy-bios', 'uefi'] | ||
version_added: 5.5.0 | ||
tpm_support: | ||
description: | ||
- Set to v2.0 to enable Trusted Platform Module (TPM) support. | ||
|
@@ -159,12 +160,14 @@ | |
- Requires minimum botocore version 1.26.0. | ||
- See the AWS documentation for more detail U(https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html). | ||
type: str | ||
version_added: 5.5.0 | ||
uefi_data: | ||
description: | ||
- Base64 representation of the non-volatile UEFI variable store. | ||
- Requires minimum botocore version 1.26.0. | ||
- See the AWS documentation for more detail U(https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/uefi-secure-boot.html). | ||
type: str | ||
version_added: 5.5.0 | ||
author: | ||
- "Evan Duffield (@scicoin-project) <[email protected]>" | ||
- "Constantin Bugneac (@Constantin07) <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters