diff --git a/changelogs/fragments/fix_version_added.yml b/changelogs/fragments/fix_version_added.yml new file mode 100644 index 00000000000..582a1fcec02 --- /dev/null +++ b/changelogs/fragments/fix_version_added.yml @@ -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)." diff --git a/changelogs/fragments/lambda-add-support-for-layers.yml b/changelogs/fragments/lambda-add-support-for-layers.yml index 970456e1abc..e14bc589c4a 100644 --- a/changelogs/fragments/lambda-add-support-for-layers.yml +++ b/changelogs/fragments/lambda-add-support-for-layers.yml @@ -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). diff --git a/changelogs/fragments/lambda_layer_info-add-parameter-layer_version.yml b/changelogs/fragments/lambda_layer_info-add-parameter-layer_version.yml index 92f60030ba0..603ef549f5c 100644 --- a/changelogs/fragments/lambda_layer_info-add-parameter-layer_version.yml +++ b/changelogs/fragments/lambda_layer_info-add-parameter-layer_version.yml @@ -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). diff --git a/changelogs/fragments/rds_cluster_engine_mode.yaml b/changelogs/fragments/rds_cluster_engine_mode.yaml index 6527756ee8a..493759fc776 100644 --- a/changelogs/fragments/rds_cluster_engine_mode.yaml +++ b/changelogs/fragments/rds_cluster_engine_mode.yaml @@ -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)." diff --git a/plugins/modules/cloudwatch_metric_alarm.py b/plugins/modules/cloudwatch_metric_alarm.py index c60f0d8c8a4..f248904d647 100644 --- a/plugins/modules/cloudwatch_metric_alarm.py +++ b/plugins/modules/cloudwatch_metric_alarm.py @@ -41,7 +41,7 @@ you to create an alarm based on the result of a metric math expression. type: list required: false - version_added: "5.1.0" + version_added: "5.5.0" elements: dict default: [] suboptions: @@ -132,7 +132,7 @@ description: The percentile statistic for the metric specified in the metric name. type: str required: false - version_added: "5.1.0" + version_added: "5.5.0" comparison: description: - Determines how the threshold value is compared diff --git a/plugins/modules/ec2_ami.py b/plugins/modules/ec2_ami.py index b35c39767ca..dcc484a0b85 100644 --- a/plugins/modules/ec2_ami.py +++ b/plugins/modules/ec2_ami.py @@ -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) " - "Constantin Bugneac (@Constantin07) " diff --git a/plugins/modules/ec2_metadata_facts.py b/plugins/modules/ec2_metadata_facts.py index 3c5ba1a5889..b8288d2d912 100644 --- a/plugins/modules/ec2_metadata_facts.py +++ b/plugins/modules/ec2_metadata_facts.py @@ -256,7 +256,7 @@ type: list elements: str sample: ["tagKey1", "tag_key2"] - version_added: 5.1.0 + version_added: 5.5.0 ansible_ec2_instance_type: description: The type of the instance. type: str diff --git a/plugins/modules/ec2_vpc_nat_gateway.py b/plugins/modules/ec2_vpc_nat_gateway.py index e69f0e3dab1..9b2bc445a56 100644 --- a/plugins/modules/ec2_vpc_nat_gateway.py +++ b/plugins/modules/ec2_vpc_nat_gateway.py @@ -39,7 +39,7 @@ choices: ["public", "private"] default: "public" type: str - version_added: 5.2.0 + version_added: 5.5.0 eip_address: description: - The elastic IP address of the EIP you want attached to this NAT Gateway. diff --git a/plugins/modules/kms_key.py b/plugins/modules/kms_key.py index a4139c02707..989b20d4613 100644 --- a/plugins/modules/kms_key.py +++ b/plugins/modules/kms_key.py @@ -67,7 +67,7 @@ - Whether to create a multi-Region primary key or not. default: False type: bool - version_added: 5.2.0 + version_added: 5.5.0 pending_window: description: - The number of days between requesting deletion of the CMK and when it will actually be deleted. @@ -430,7 +430,7 @@ - Indicates whether the CMK is a multi-Region C(True) or regional C(False) key. - This value is True for multi-Region primary and replica CMKs and False for regional CMKs. type: bool - version_added: 5.2.0 + version_added: 5.5.0 returned: always sample: False """ diff --git a/plugins/modules/lambda.py b/plugins/modules/lambda.py index bef10928951..2ac63c11e8b 100644 --- a/plugins/modules/lambda.py +++ b/plugins/modules/lambda.py @@ -141,7 +141,7 @@ aliases: ['layer_version'] type: list elements: dict - version_added: 5.1.0 + version_added: 5.5.0 author: - 'Steyn Huizinga (@steynovich)' extends_documentation_fragment: @@ -365,7 +365,7 @@ layers: description: The function's layers. returned: on success - version_added: 5.1.0 + version_added: 5.5.0 type: complex contains: arn: diff --git a/plugins/modules/lambda_event.py b/plugins/modules/lambda_event.py index f979636b5b7..58b9dd18016 100644 --- a/plugins/modules/lambda_event.py +++ b/plugins/modules/lambda_event.py @@ -83,7 +83,7 @@ type: list elements: str choices: [ReportBatchItemFailures] - version_added: 5.2.0 + version_added: 5.5.0 required: true type: dict extends_documentation_fragment: diff --git a/plugins/modules/lambda_layer.py b/plugins/modules/lambda_layer.py index 446e19bac64..7de4433ca12 100644 --- a/plugins/modules/lambda_layer.py +++ b/plugins/modules/lambda_layer.py @@ -7,7 +7,7 @@ DOCUMENTATION = r""" --- module: lambda_layer -version_added: 5.1.0 +version_added: 5.5.0 short_description: Creates an AWS Lambda layer or deletes an AWS Lambda layer version description: - This module allows the management of AWS Lambda functions aliases via the Ansible diff --git a/plugins/modules/lambda_layer_info.py b/plugins/modules/lambda_layer_info.py index 4e535da4a60..f47f36d19e2 100644 --- a/plugins/modules/lambda_layer_info.py +++ b/plugins/modules/lambda_layer_info.py @@ -7,7 +7,7 @@ DOCUMENTATION = r""" --- module: lambda_layer_info -version_added: 5.1.0 +version_added: 5.5.0 short_description: List lambda layer or lambda layer versions description: - This module is used to list the versions of an Lambda layer or all available lambda layers. @@ -28,7 +28,7 @@ type: int aliases: - layer_version - version_added: 5.2.0 + version_added: 6.0.0 compatible_runtime: description: - A runtime identifier. @@ -129,7 +129,7 @@ description: Details about the layer version. returned: if I(version_number) was provided type: complex - version_added: 5.2.0 + version_added: 6.0.0 contains: location: description: A link to the layer archive in Amazon S3 that is valid for 10 minutes. diff --git a/plugins/modules/rds_cluster.py b/plugins/modules/rds_cluster.py index 60d8b0dff03..a892f722bce 100644 --- a/plugins/modules/rds_cluster.py +++ b/plugins/modules/rds_cluster.py @@ -169,7 +169,7 @@ - This setting is required to create a Multi-AZ DB cluster. - I(db_cluster_instance_class) require botocore >= 1.23.44. type: str - version_added: 5.4.0 + version_added: 5.5.0 enable_iam_database_authentication: description: - Enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. @@ -181,7 +181,7 @@ - This setting is required to create a Multi-AZ DB cluster. - I(allocated_storage) require botocore >= 1.23.44. type: int - version_added: 5.4.0 + version_added: 5.5.0 storage_type: description: - Specifies the storage type to be associated with the DB cluster. @@ -192,7 +192,7 @@ type: str choices: - io1 - version_added: 5.4.0 + version_added: 5.5.0 iops: description: - The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. @@ -200,7 +200,7 @@ - Must be a multiple between .5 and 50 of the storage amount for the DB cluster. - I(iops) require botocore >= 1.23.44. type: int - version_added: 5.4.0 + version_added: 5.5.0 engine: description: - The name of the database engine to be used for this DB cluster. This is required to create a cluster. @@ -209,7 +209,7 @@ L(Amazon RDS Documentation,https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBCluster.html)." - When I(engine=mysql), I(allocated_storage), I(iops) and I(db_cluster_instance_class) must also be specified. - When I(engine=postgres), I(allocated_storage), I(iops) and I(db_cluster_instance_class) must also be specified. - - Support for C(postgres) and C(mysql) was added in amazon.aws 5.4.0. + - Support for C(postgres) and C(mysql) was added in amazon.aws 5.5.0. choices: - aurora - aurora-mysql @@ -219,7 +219,7 @@ type: str engine_mode: description: - - The DB engine mode of the DB cluster. The combinaison of I(engine) and I(engine_mode) may not be supported. + - The DB engine mode of the DB cluster. The combination of I(engine) and I(engine_mode) may not be supported. - "See AWS documentation for details: L(Amazon RDS Documentation,https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBCluster.html)." choices: @@ -229,7 +229,7 @@ - global - multimaster type: str - version_added: 5.1.0 + version_added: 5.5.0 engine_version: description: - The version number of the database engine to use.