-
Notifications
You must be signed in to change notification settings - Fork 348
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 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
1ea813c
commit 1f51ad4
Showing
14 changed files
with
36 additions
and
23 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). |
2 changes: 1 addition & 1 deletion
2
changelogs/fragments/lambda_layer_info-add-parameter-layer_version.yml
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_layer_info - add support for parameter version_number to retrieve detailed information for a specific layer version (https://github.com/ansible-collections/amazon.aws/pull/1241). | ||
- lambda_layer_info - add support for parameter version_number to retrieve detailed information for a specific layer version (https://github.com/ansible-collections/amazon.aws/pull/1293). |
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 |
---|---|---|
|
@@ -148,6 +148,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. | ||
|
@@ -157,12 +158,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