From b45d0b6af38be20d852523fc6ed00c7fe959dc06 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Mon, 17 Oct 2022 18:15:45 +0000 Subject: [PATCH] Release 2022-10-17 --- .changelog/11d2872453b04cf7bd388d33441c419d.json | 8 -------- .changelog/b0173b4863db4d399e8b6af179aa1538.json | 8 -------- CHANGELOG.md | 8 ++++++++ service/greengrass/CHANGELOG.md | 4 ++++ service/greengrass/go_module_metadata.go | 2 +- service/sagemaker/CHANGELOG.md | 4 ++++ service/sagemaker/go_module_metadata.go | 2 +- 7 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 .changelog/11d2872453b04cf7bd388d33441c419d.json delete mode 100644 .changelog/b0173b4863db4d399e8b6af179aa1538.json diff --git a/.changelog/11d2872453b04cf7bd388d33441c419d.json b/.changelog/11d2872453b04cf7bd388d33441c419d.json deleted file mode 100644 index c89507a2a72..00000000000 --- a/.changelog/11d2872453b04cf7bd388d33441c419d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "11d28724-53b0-4cf7-bd38-8d33441c419d", - "type": "feature", - "description": "This change allows customers to specify FunctionRuntimeOverride in FunctionDefinitionVersion. This configuration can be used if the runtime on the device is different from the AWS Lambda runtime specified for that function.", - "modules": [ - "service/greengrass" - ] -} \ No newline at end of file diff --git a/.changelog/b0173b4863db4d399e8b6af179aa1538.json b/.changelog/b0173b4863db4d399e8b6af179aa1538.json deleted file mode 100644 index 9bb10c58543..00000000000 --- a/.changelog/b0173b4863db4d399e8b6af179aa1538.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b0173b48-63db-4d39-9e8b-6af179aa1538", - "type": "feature", - "description": "This release adds support for C7g, C6g, C6gd, C6gn, M6g, M6gd, R6g, and R6gn Graviton instance types in Amazon SageMaker Inference.", - "modules": [ - "service/sagemaker" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c3925937bc4..9b7c411fd34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Release (2022-10-17) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/greengrass`: [v1.14.0](service/greengrass/CHANGELOG.md#v1140-2022-10-17) + * **Feature**: This change allows customers to specify FunctionRuntimeOverride in FunctionDefinitionVersion. This configuration can be used if the runtime on the device is different from the AWS Lambda runtime specified for that function. +* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.47.0](service/sagemaker/CHANGELOG.md#v1470-2022-10-17) + * **Feature**: This release adds support for C7g, C6g, C6gd, C6gn, M6g, M6gd, R6g, and R6gn Graviton instance types in Amazon SageMaker Inference. + # Release (2022-10-14) ## Module Highlights diff --git a/service/greengrass/CHANGELOG.md b/service/greengrass/CHANGELOG.md index 50cc877938a..74f7709ecf3 100644 --- a/service/greengrass/CHANGELOG.md +++ b/service/greengrass/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.0 (2022-10-17) + +* **Feature**: This change allows customers to specify FunctionRuntimeOverride in FunctionDefinitionVersion. This configuration can be used if the runtime on the device is different from the AWS Lambda runtime specified for that function. + # v1.13.17 (2022-09-20) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/greengrass/go_module_metadata.go b/service/greengrass/go_module_metadata.go index 13a506b1956..da5e8be6bac 100644 --- a/service/greengrass/go_module_metadata.go +++ b/service/greengrass/go_module_metadata.go @@ -3,4 +3,4 @@ package greengrass // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.17" +const goModuleVersion = "1.14.0" diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index 9d34a9ccac4..fcbbba8c8f2 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.47.0 (2022-10-17) + +* **Feature**: This release adds support for C7g, C6g, C6gd, C6gn, M6g, M6gd, R6g, and R6gn Graviton instance types in Amazon SageMaker Inference. + # v1.46.0 (2022-09-30) * **Feature**: A new parameter called ExplainerConfig is added to CreateEndpointConfig API to enable SageMaker Clarify online explainability feature. diff --git a/service/sagemaker/go_module_metadata.go b/service/sagemaker/go_module_metadata.go index d01dbb79871..15059df8c6c 100644 --- a/service/sagemaker/go_module_metadata.go +++ b/service/sagemaker/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemaker // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.46.0" +const goModuleVersion = "1.47.0"