diff --git a/.changelog/1395ccb924084ff99a3c72d2f6546d6d.json b/.changelog/1395ccb924084ff99a3c72d2f6546d6d.json deleted file mode 100644 index ece6d9855f5..00000000000 --- a/.changelog/1395ccb924084ff99a3c72d2f6546d6d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "1395ccb9-2408-4ff9-9a3c-72d2f6546d6d", - "type": "feature", - "description": "Adds BOTTLEROCKET_ARM_64_NVIDIA and BOTTLEROCKET_x86_64_NVIDIA AMI types to EKS managed nodegroups", - "modules": [ - "service/eks" - ] -} \ No newline at end of file diff --git a/.changelog/2a7d998676554b048c71f2b4d38a9603.json b/.changelog/2a7d998676554b048c71f2b4d38a9603.json deleted file mode 100644 index d88bcab39fd..00000000000 --- a/.changelog/2a7d998676554b048c71f2b4d38a9603.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "2a7d9986-7655-4b04-8c71-f2b4d38a9603", - "type": "feature", - "description": "Added support for using NitroTPM and UEFI Secure Boot on EC2 instances.", - "modules": [ - "service/ec2" - ] -} \ No newline at end of file diff --git a/.changelog/b12f9b8f359749d5b791444571498aa1.json b/.changelog/b12f9b8f359749d5b791444571498aa1.json deleted file mode 100644 index 6e970704188..00000000000 --- a/.changelog/b12f9b8f359749d5b791444571498aa1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b12f9b8f-3597-49d5-b791-444571498aa1", - "type": "documentation", - "description": "Documentation updates for Compute Optimizer", - "modules": [ - "service/computeoptimizer" - ] -} \ No newline at end of file diff --git a/.changelog/d49bfd67ab9b47b3a4decb13bedd543c.json b/.changelog/d49bfd67ab9b47b3a4decb13bedd543c.json deleted file mode 100644 index e641573d569..00000000000 --- a/.changelog/d49bfd67ab9b47b3a4decb13bedd543c.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "d49bfd67-ab9b-47b3-a4de-cb13bedd543c", - "type": "documentation", - "description": "AWS Migration Hub Refactor Spaces documentation only update to fix a formatting issue.", - "modules": [ - "service/migrationhubrefactorspaces" - ] -} \ No newline at end of file diff --git a/.changelog/da394e21e24543f18462f6f4164b8de2.json b/.changelog/da394e21e24543f18462f6f4164b8de2.json deleted file mode 100644 index 050dbcf81f8..00000000000 --- a/.changelog/da394e21e24543f18462f6f4164b8de2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "da394e21-e245-43f1-8462-f6f4164b8de2", - "type": "feature", - "description": "This release updates the Amazon EMR ModifyInstanceGroups API to support \"MERGE\" type cluster reconfiguration. Also, added the ability to specify a particular Amazon Linux release for all nodes in a cluster launch request.", - "modules": [ - "service/emr" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 06541e9c4bc..397a5e08f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# Release (2022-05-10) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/computeoptimizer`: [v1.17.5](service/computeoptimizer/CHANGELOG.md#v1175-2022-05-10) + * **Documentation**: Documentation updates for Compute Optimizer +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.41.0](service/ec2/CHANGELOG.md#v1410-2022-05-10) + * **Feature**: Added support for using NitroTPM and UEFI Secure Boot on EC2 instances. +* `github.com/aws/aws-sdk-go-v2/service/eks`: [v1.21.0](service/eks/CHANGELOG.md#v1210-2022-05-10) + * **Feature**: Adds BOTTLEROCKET_ARM_64_NVIDIA and BOTTLEROCKET_x86_64_NVIDIA AMI types to EKS managed nodegroups +* `github.com/aws/aws-sdk-go-v2/service/emr`: [v1.18.0](service/emr/CHANGELOG.md#v1180-2022-05-10) + * **Feature**: This release updates the Amazon EMR ModifyInstanceGroups API to support "MERGE" type cluster reconfiguration. Also, added the ability to specify a particular Amazon Linux release for all nodes in a cluster launch request. +* `github.com/aws/aws-sdk-go-v2/service/migrationhubrefactorspaces`: [v1.5.5](service/migrationhubrefactorspaces/CHANGELOG.md#v155-2022-05-10) + * **Documentation**: AWS Migration Hub Refactor Spaces documentation only update to fix a formatting issue. + # Release (2022-05-09) ## General Highlights diff --git a/service/computeoptimizer/CHANGELOG.md b/service/computeoptimizer/CHANGELOG.md index 37e01a1577f..45389422172 100644 --- a/service/computeoptimizer/CHANGELOG.md +++ b/service/computeoptimizer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.5 (2022-05-10) + +* **Documentation**: Documentation updates for Compute Optimizer + # v1.17.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/computeoptimizer/go_module_metadata.go b/service/computeoptimizer/go_module_metadata.go index e27e1f374ff..cfc4cfd563d 100644 --- a/service/computeoptimizer/go_module_metadata.go +++ b/service/computeoptimizer/go_module_metadata.go @@ -3,4 +3,4 @@ package computeoptimizer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.4" +const goModuleVersion = "1.17.5" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index 9fa4a04c01f..3583c110bcd 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.41.0 (2022-05-10) + +* **Feature**: Added support for using NitroTPM and UEFI Secure Boot on EC2 instances. + # v1.40.0 (2022-05-06) * **Feature**: Add new state values for IPAMs, IPAM Scopes, and IPAM Pools. diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index ee77d4931ed..dad1228b40a 100644 --- a/service/ec2/go_module_metadata.go +++ b/service/ec2/go_module_metadata.go @@ -3,4 +3,4 @@ package ec2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.40.0" +const goModuleVersion = "1.41.0" diff --git a/service/eks/CHANGELOG.md b/service/eks/CHANGELOG.md index 20c29b00adc..9ea0c9bf133 100644 --- a/service/eks/CHANGELOG.md +++ b/service/eks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.0 (2022-05-10) + +* **Feature**: Adds BOTTLEROCKET_ARM_64_NVIDIA and BOTTLEROCKET_x86_64_NVIDIA AMI types to EKS managed nodegroups + # v1.20.7 (2022-05-03) * No change notes available for this release. diff --git a/service/eks/go_module_metadata.go b/service/eks/go_module_metadata.go index 7ad97fd8bb4..62d4ae32516 100644 --- a/service/eks/go_module_metadata.go +++ b/service/eks/go_module_metadata.go @@ -3,4 +3,4 @@ package eks // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.7" +const goModuleVersion = "1.21.0" diff --git a/service/emr/CHANGELOG.md b/service/emr/CHANGELOG.md index 5ca9ae24503..5607937a89e 100644 --- a/service/emr/CHANGELOG.md +++ b/service/emr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.0 (2022-05-10) + +* **Feature**: This release updates the Amazon EMR ModifyInstanceGroups API to support "MERGE" type cluster reconfiguration. Also, added the ability to specify a particular Amazon Linux release for all nodes in a cluster launch request. + # v1.17.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/emr/go_module_metadata.go b/service/emr/go_module_metadata.go index 62461a4a10b..cc3159f65ff 100644 --- a/service/emr/go_module_metadata.go +++ b/service/emr/go_module_metadata.go @@ -3,4 +3,4 @@ package emr // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.4" +const goModuleVersion = "1.18.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 25986636c68..a5ab378eb15 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -31,7 +31,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/directoryservice v1.13.4 github.com/aws/aws-sdk-go-v2/service/docdb v1.18.1 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.4 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.40.0 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.41.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.17.4 github.com/aws/aws-sdk-go-v2/service/ecs v1.18.6 github.com/aws/aws-sdk-go-v2/service/efs v1.17.2 @@ -41,7 +41,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.4 github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.15.4 github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.13.4 - github.com/aws/aws-sdk-go-v2/service/emr v1.17.4 + github.com/aws/aws-sdk-go-v2/service/emr v1.18.0 github.com/aws/aws-sdk-go-v2/service/eventbridge v1.16.1 github.com/aws/aws-sdk-go-v2/service/firehose v1.14.5 github.com/aws/aws-sdk-go-v2/service/gamelift v1.14.4 diff --git a/service/migrationhubrefactorspaces/CHANGELOG.md b/service/migrationhubrefactorspaces/CHANGELOG.md index 871b9d5dc51..45e7dd46cd6 100644 --- a/service/migrationhubrefactorspaces/CHANGELOG.md +++ b/service/migrationhubrefactorspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.5 (2022-05-10) + +* **Documentation**: AWS Migration Hub Refactor Spaces documentation only update to fix a formatting issue. + # v1.5.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhubrefactorspaces/go_module_metadata.go b/service/migrationhubrefactorspaces/go_module_metadata.go index 278a577faea..8c937a2c888 100644 --- a/service/migrationhubrefactorspaces/go_module_metadata.go +++ b/service/migrationhubrefactorspaces/go_module_metadata.go @@ -3,4 +3,4 @@ package migrationhubrefactorspaces // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.5.4" +const goModuleVersion = "1.5.5"