From 2b39e1e3aded9467969f3c759c1430905849cc61 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Thu, 15 Sep 2022 18:23:57 +0000 Subject: [PATCH] Release 2022-09-15 --- .changelog/23b7c5c1b25a4d41b56399ea71d13b3e.json | 8 -------- .changelog/50e3ab951fec4a7f99cd9a9e0a4d08c6.json | 8 -------- .changelog/a4fc5fcaef794dc7a3b8a7bf08b06cb4.json | 8 -------- CHANGELOG.md | 13 +++++++++++++ example/service/dynamodb/createTable/go.mod | 2 +- example/service/dynamodb/scanItems/go.mod | 4 ++-- feature/dynamodb/attributevalue/CHANGELOG.md | 4 ++++ feature/dynamodb/attributevalue/go.mod | 2 +- .../dynamodb/attributevalue/go_module_metadata.go | 2 +- feature/dynamodb/expression/CHANGELOG.md | 4 ++++ feature/dynamodb/expression/go.mod | 4 ++-- feature/dynamodb/expression/go_module_metadata.go | 2 +- feature/dynamodbstreams/attributevalue/CHANGELOG.md | 4 ++++ feature/dynamodbstreams/attributevalue/go.mod | 2 +- .../attributevalue/go_module_metadata.go | 2 +- service/connectparticipant/CHANGELOG.md | 4 ++++ service/connectparticipant/go_module_metadata.go | 2 +- service/devopsguru/CHANGELOG.md | 4 ++++ service/devopsguru/go_module_metadata.go | 2 +- service/dynamodb/CHANGELOG.md | 4 ++++ service/dynamodb/go_module_metadata.go | 2 +- service/ec2/CHANGELOG.md | 4 ++++ service/ec2/go_module_metadata.go | 2 +- service/internal/benchmark/go.mod | 2 +- service/internal/integrationtest/go.mod | 8 ++++---- service/managedblockchain/CHANGELOG.md | 4 ++++ service/managedblockchain/go_module_metadata.go | 2 +- service/rolesanywhere/CHANGELOG.md | 4 ++++ service/rolesanywhere/go_module_metadata.go | 2 +- service/sagemaker/CHANGELOG.md | 4 ++++ service/sagemaker/go_module_metadata.go | 2 +- service/snowball/CHANGELOG.md | 4 ++++ service/snowball/go_module_metadata.go | 2 +- service/workspaces/CHANGELOG.md | 4 ++++ service/workspaces/go_module_metadata.go | 2 +- 35 files changed, 85 insertions(+), 48 deletions(-) delete mode 100644 .changelog/23b7c5c1b25a4d41b56399ea71d13b3e.json delete mode 100644 .changelog/50e3ab951fec4a7f99cd9a9e0a4d08c6.json delete mode 100644 .changelog/a4fc5fcaef794dc7a3b8a7bf08b06cb4.json diff --git a/.changelog/23b7c5c1b25a4d41b56399ea71d13b3e.json b/.changelog/23b7c5c1b25a4d41b56399ea71d13b3e.json deleted file mode 100644 index ec524bca3bf..00000000000 --- a/.changelog/23b7c5c1b25a4d41b56399ea71d13b3e.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "23b7c5c1-b25a-4d41-b563-99ea71d13b3e", - "type": "feature", - "description": "This feature allows customers to create tags for vpc-endpoint-connections and vpc-endpoint-service-permissions.", - "modules": [ - "service/ec2" - ] -} \ No newline at end of file diff --git a/.changelog/50e3ab951fec4a7f99cd9a9e0a4d08c6.json b/.changelog/50e3ab951fec4a7f99cd9a9e0a4d08c6.json deleted file mode 100644 index 094a4f1e3ec..00000000000 --- a/.changelog/50e3ab951fec4a7f99cd9a9e0a4d08c6.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "50e3ab95-1fec-4a7f-99cd-9a9e0a4d08c6", - "type": "feature", - "description": "Increased DynamoDB transaction limit from 25 to 100.", - "modules": [ - "service/dynamodb" - ] -} \ No newline at end of file diff --git a/.changelog/a4fc5fcaef794dc7a3b8a7bf08b06cb4.json b/.changelog/a4fc5fcaef794dc7a3b8a7bf08b06cb4.json deleted file mode 100644 index e2cf5d2bbf7..00000000000 --- a/.changelog/a4fc5fcaef794dc7a3b8a7bf08b06cb4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "a4fc5fca-ef79-4dc7-a3b8-a7bf08b06cb4", - "type": "feature", - "description": "Amazon SageMaker Automatic Model Tuning now supports specifying Hyperband strategy for tuning jobs, which uses a multi-fidelity based tuning strategy to stop underperforming hyperparameter configurations early.", - "modules": [ - "service/sagemaker" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index db7ebb6545d..7a5e48e9fdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# Release (2022-09-15) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.17.0](service/dynamodb/CHANGELOG.md#v1170-2022-09-15) + * **Feature**: Increased DynamoDB transaction limit from 25 to 100. +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.56.0](service/ec2/CHANGELOG.md#v1560-2022-09-15) + * **Feature**: This feature allows customers to create tags for vpc-endpoint-connections and vpc-endpoint-service-permissions. +* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.43.0](service/sagemaker/CHANGELOG.md#v1430-2022-09-15) + * **Feature**: Amazon SageMaker Automatic Model Tuning now supports specifying Hyperband strategy for tuning jobs, which uses a multi-fidelity based tuning strategy to stop underperforming hyperparameter configurations early. + # Release (2022-09-14) ## General Highlights diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index aa99177ce7e..8aa8377949b 100644 --- a/example/service/dynamodb/createTable/go.mod +++ b/example/service/dynamodb/createTable/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.16.15 github.com/aws/aws-sdk-go-v2/config v1.17.6 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.5 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/example/service/dynamodb/scanItems/go.mod b/example/service/dynamodb/scanItems/go.mod index 838081b58fc..2c78f7d9c54 100644 --- a/example/service/dynamodb/scanItems/go.mod +++ b/example/service/dynamodb/scanItems/go.mod @@ -5,8 +5,8 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.16.15 github.com/aws/aws-sdk-go-v2/config v1.17.6 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.17 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.5 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.18 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/feature/dynamodb/attributevalue/CHANGELOG.md b/feature/dynamodb/attributevalue/CHANGELOG.md index 1284fdd173f..617664eaefd 100644 --- a/feature/dynamodb/attributevalue/CHANGELOG.md +++ b/feature/dynamodb/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.18 (2022-09-15) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/attributevalue/go.mod b/feature/dynamodb/attributevalue/go.mod index 1eca786176c..ec3e2ee9a4b 100644 --- a/feature/dynamodb/attributevalue/go.mod +++ b/feature/dynamodb/attributevalue/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.5 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0 github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.19 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 diff --git a/feature/dynamodb/attributevalue/go_module_metadata.go b/feature/dynamodb/attributevalue/go_module_metadata.go index 7bd617b66be..f2f5cad112f 100644 --- a/feature/dynamodb/attributevalue/go_module_metadata.go +++ b/feature/dynamodb/attributevalue/go_module_metadata.go @@ -3,4 +3,4 @@ package attributevalue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.17" +const goModuleVersion = "1.9.18" diff --git a/feature/dynamodb/expression/CHANGELOG.md b/feature/dynamodb/expression/CHANGELOG.md index d754731aa03..c51bd997ff4 100644 --- a/feature/dynamodb/expression/CHANGELOG.md +++ b/feature/dynamodb/expression/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.24 (2022-09-15) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.23 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/expression/go.mod b/feature/dynamodb/expression/go.mod index 0edaea77693..a7693730218 100644 --- a/feature/dynamodb/expression/go.mod +++ b/feature/dynamodb/expression/go.mod @@ -4,8 +4,8 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.17 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.5 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.18 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/feature/dynamodb/expression/go_module_metadata.go b/feature/dynamodb/expression/go_module_metadata.go index aa03cf637fa..3bb0c247a5c 100644 --- a/feature/dynamodb/expression/go_module_metadata.go +++ b/feature/dynamodb/expression/go_module_metadata.go @@ -3,4 +3,4 @@ package expression // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.4.23" +const goModuleVersion = "1.4.24" diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index ce53d4b205c..052d2061d56 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.18 (2022-09-15) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodbstreams/attributevalue/go.mod b/feature/dynamodbstreams/attributevalue/go.mod index 90c6a8f5ab6..9f01cda7ceb 100644 --- a/feature/dynamodbstreams/attributevalue/go.mod +++ b/feature/dynamodbstreams/attributevalue/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.5 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0 github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.19 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index 7bd617b66be..f2f5cad112f 100644 --- a/feature/dynamodbstreams/attributevalue/go_module_metadata.go +++ b/feature/dynamodbstreams/attributevalue/go_module_metadata.go @@ -3,4 +3,4 @@ package attributevalue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.17" +const goModuleVersion = "1.9.18" diff --git a/service/connectparticipant/CHANGELOG.md b/service/connectparticipant/CHANGELOG.md index 294bfdd0f34..54d21a9065b 100644 --- a/service/connectparticipant/CHANGELOG.md +++ b/service/connectparticipant/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.1 (2022-09-15) + +* No change notes available for this release. + # v1.12.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/connectparticipant/go_module_metadata.go b/service/connectparticipant/go_module_metadata.go index 9ad65b898ba..0242956e267 100644 --- a/service/connectparticipant/go_module_metadata.go +++ b/service/connectparticipant/go_module_metadata.go @@ -3,4 +3,4 @@ package connectparticipant // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.0" +const goModuleVersion = "1.12.1" diff --git a/service/devopsguru/CHANGELOG.md b/service/devopsguru/CHANGELOG.md index 047a2453a96..dc7c0bcaab5 100644 --- a/service/devopsguru/CHANGELOG.md +++ b/service/devopsguru/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.9 (2022-09-15) + +* No change notes available for this release. + # v1.18.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/devopsguru/go_module_metadata.go b/service/devopsguru/go_module_metadata.go index 414b44acef5..deaeb7b37f4 100644 --- a/service/devopsguru/go_module_metadata.go +++ b/service/devopsguru/go_module_metadata.go @@ -3,4 +3,4 @@ package devopsguru // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.8" +const goModuleVersion = "1.18.9" diff --git a/service/dynamodb/CHANGELOG.md b/service/dynamodb/CHANGELOG.md index 796f9c200a2..86809604b5b 100644 --- a/service/dynamodb/CHANGELOG.md +++ b/service/dynamodb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.0 (2022-09-15) + +* **Feature**: Increased DynamoDB transaction limit from 25 to 100. + # v1.16.5 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dynamodb/go_module_metadata.go b/service/dynamodb/go_module_metadata.go index e0751eb0e17..72fea59eb69 100644 --- a/service/dynamodb/go_module_metadata.go +++ b/service/dynamodb/go_module_metadata.go @@ -3,4 +3,4 @@ package dynamodb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.5" +const goModuleVersion = "1.17.0" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index e611136ef87..7449f24a556 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.56.0 (2022-09-15) + +* **Feature**: This feature allows customers to create tags for vpc-endpoint-connections and vpc-endpoint-service-permissions. + # v1.55.0 (2022-09-14) * **Feature**: Documentation updates for Amazon EC2. diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index 1ea43cca5a8..4f35a454336 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.55.0" +const goModuleVersion = "1.56.0" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index a43cc2d444a..a3f3b4ae23c 100644 --- a/service/internal/benchmark/go.mod +++ b/service/internal/benchmark/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go v1.44.28 github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.5 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0 github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.12.16 github.com/aws/aws-sdk-go-v2/service/s3 v1.27.10 github.com/aws/aws-sdk-go-v2/service/schemas v1.14.16 diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 9a6ba2f4bcc..523f09ea8be 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -30,8 +30,8 @@ require ( github.com/aws/aws-sdk-go-v2/service/directconnect v1.17.17 github.com/aws/aws-sdk-go-v2/service/directoryservice v1.14.10 github.com/aws/aws-sdk-go-v2/service/docdb v1.19.10 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.5 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.55.0 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.56.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.17.17 github.com/aws/aws-sdk-go-v2/service/ecs v1.18.20 github.com/aws/aws-sdk-go-v2/service/efs v1.17.14 @@ -74,7 +74,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/sfn v1.14.0 github.com/aws/aws-sdk-go-v2/service/shield v1.17.8 github.com/aws/aws-sdk-go-v2/service/sms v1.12.17 - github.com/aws/aws-sdk-go-v2/service/snowball v1.15.16 + github.com/aws/aws-sdk-go-v2/service/snowball v1.15.17 github.com/aws/aws-sdk-go-v2/service/sns v1.18.0 github.com/aws/aws-sdk-go-v2/service/sqs v1.19.9 github.com/aws/aws-sdk-go-v2/service/ssm v1.28.0 @@ -85,7 +85,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/waf v1.11.16 github.com/aws/aws-sdk-go-v2/service/wafregional v1.12.17 github.com/aws/aws-sdk-go-v2/service/wafv2 v1.22.7 - github.com/aws/aws-sdk-go-v2/service/workspaces v1.22.7 + github.com/aws/aws-sdk-go-v2/service/workspaces v1.22.8 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/service/managedblockchain/CHANGELOG.md b/service/managedblockchain/CHANGELOG.md index 747e97ef058..dffddf62708 100644 --- a/service/managedblockchain/CHANGELOG.md +++ b/service/managedblockchain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.17 (2022-09-15) + +* No change notes available for this release. + # v1.12.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/managedblockchain/go_module_metadata.go b/service/managedblockchain/go_module_metadata.go index bd4d9dfc02b..7edef872366 100644 --- a/service/managedblockchain/go_module_metadata.go +++ b/service/managedblockchain/go_module_metadata.go @@ -3,4 +3,4 @@ package managedblockchain // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.16" +const goModuleVersion = "1.12.17" diff --git a/service/rolesanywhere/CHANGELOG.md b/service/rolesanywhere/CHANGELOG.md index 3e566352587..06983a899c5 100644 --- a/service/rolesanywhere/CHANGELOG.md +++ b/service/rolesanywhere/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.9 (2022-09-15) + +* No change notes available for this release. + # v1.0.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rolesanywhere/go_module_metadata.go b/service/rolesanywhere/go_module_metadata.go index 0165c0d903c..15f749c85c7 100644 --- a/service/rolesanywhere/go_module_metadata.go +++ b/service/rolesanywhere/go_module_metadata.go @@ -3,4 +3,4 @@ package rolesanywhere // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.8" +const goModuleVersion = "1.0.9" diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index 995261911a2..4fd2da96201 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.0 (2022-09-15) + +* **Feature**: Amazon SageMaker Automatic Model Tuning now supports specifying Hyperband strategy for tuning jobs, which uses a multi-fidelity based tuning strategy to stop underperforming hyperparameter configurations early. + # v1.42.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/sagemaker/go_module_metadata.go b/service/sagemaker/go_module_metadata.go index 2023a14a490..b0205b192a5 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.42.0" +const goModuleVersion = "1.43.0" diff --git a/service/snowball/CHANGELOG.md b/service/snowball/CHANGELOG.md index 343e4c39a27..97b967078ea 100644 --- a/service/snowball/CHANGELOG.md +++ b/service/snowball/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.17 (2022-09-15) + +* No change notes available for this release. + # v1.15.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/snowball/go_module_metadata.go b/service/snowball/go_module_metadata.go index 889b3cd88a1..3d70cc10b42 100644 --- a/service/snowball/go_module_metadata.go +++ b/service/snowball/go_module_metadata.go @@ -3,4 +3,4 @@ package snowball // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.16" +const goModuleVersion = "1.15.17" diff --git a/service/workspaces/CHANGELOG.md b/service/workspaces/CHANGELOG.md index 70229c3693d..55b3ea2d7b6 100644 --- a/service/workspaces/CHANGELOG.md +++ b/service/workspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.8 (2022-09-15) + +* No change notes available for this release. + # v1.22.7 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workspaces/go_module_metadata.go b/service/workspaces/go_module_metadata.go index 3156c9ca3e0..2a2a31bad88 100644 --- a/service/workspaces/go_module_metadata.go +++ b/service/workspaces/go_module_metadata.go @@ -3,4 +3,4 @@ package workspaces // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.7" +const goModuleVersion = "1.22.8"