Skip to content

Commit

Permalink
Release 2022-05-26
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed May 26, 2022
1 parent 7cc571b commit c2c144c
Show file tree
Hide file tree
Showing 42 changed files with 90 additions and 69 deletions.
8 changes: 0 additions & 8 deletions .changelog/17e801c989964a768a8cf5caa1f3a0b5.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/2bf74a4260a243e6880486084dc01218.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/41575353444b40ffbf474f4155544f00.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/471a0398eced4772a8348baba6ce1e06.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/c806b3b51a274995bfd679787d19e537.json

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Release (2022-05-26)

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.45.0](service/ec2/CHANGELOG.md#v1450-2022-05-26)
* **Feature**: C7g instances, powered by the latest generation AWS Graviton3 processors, provide the best price performance in Amazon EC2 for compute-intensive workloads.
* `github.com/aws/aws-sdk-go-v2/service/emrserverless`: [v1.0.0](service/emrserverless/CHANGELOG.md#v100-2022-05-26)
* **Release**: New AWS service client module
* **Feature**: This release adds support for Amazon EMR Serverless, a serverless runtime environment that simplifies running analytics applications using the latest open source frameworks such as Apache Spark and Apache Hive.
* `github.com/aws/aws-sdk-go-v2/service/forecast`: [v1.21.0](service/forecast/CHANGELOG.md#v1210-2022-05-26)
* **Feature**: Introduced a new field in Auto Predictor as Time Alignment Boundary. It helps in aligning the timestamps generated during Forecast exports
* `github.com/aws/aws-sdk-go-v2/service/lightsail`: [v1.22.0](service/lightsail/CHANGELOG.md#v1220-2022-05-26)
* **Feature**: Amazon Lightsail now supports the ability to configure a Lightsail Container Service to pull images from Amazon ECR private repositories in your account.

# Release (2022-05-25)

## General Highlights
Expand Down
4 changes: 4 additions & 0 deletions config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.15.9 (2022-05-26)

* **Dependency Update**: Updated to the latest SDK module versions

# v1.15.8 (2022-05-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
4 changes: 2 additions & 2 deletions config/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.4
github.com/aws/aws-sdk-go-v2/credentials v1.12.3
github.com/aws/aws-sdk-go-v2/credentials v1.12.4
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.5
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.12
github.com/aws/aws-sdk-go-v2/service/sso v1.11.6
github.com/aws/aws-sdk-go-v2/service/sso v1.11.7
github.com/aws/aws-sdk-go-v2/service/sts v1.16.6
github.com/aws/smithy-go v1.11.2
github.com/google/go-cmp v0.5.7
Expand Down
2 changes: 1 addition & 1 deletion config/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions credentials/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.12.4 (2022-05-26)

* **Dependency Update**: Updated to the latest SDK module versions

# v1.12.3 (2022-05-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion credentials/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/aws/aws-sdk-go-v2 v1.16.4
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.5
github.com/aws/aws-sdk-go-v2/service/sso v1.11.6
github.com/aws/aws-sdk-go-v2/service/sso v1.11.7
github.com/aws/aws-sdk-go-v2/service/sts v1.16.6
github.com/aws/smithy-go v1.11.2
github.com/google/go-cmp v0.5.7
Expand Down
2 changes: 1 addition & 1 deletion credentials/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/service/dynamodb/createTable/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.4
github.com/aws/aws-sdk-go-v2/config v1.15.8
github.com/aws/aws-sdk-go-v2/config v1.15.9
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.5
)

Expand Down
2 changes: 1 addition & 1 deletion example/service/dynamodb/scanItems/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.4
github.com/aws/aws-sdk-go-v2/config v1.15.8
github.com/aws/aws-sdk-go-v2/config v1.15.9
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.2
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.5
)
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/listObjects/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects
go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.15.8
github.com/aws/aws-sdk-go-v2/config v1.15.9
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.10
)

Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/usingPrivateLink/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.4
github.com/aws/aws-sdk-go-v2/config v1.15.8
github.com/aws/aws-sdk-go-v2/config v1.15.9
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.10
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.6
)
Expand Down
2 changes: 1 addition & 1 deletion feature/ec2/imds/internal/configtesting/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting
go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.15.8
github.com/aws/aws-sdk-go-v2/config v1.15.9
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.5
)

Expand Down
4 changes: 4 additions & 0 deletions feature/s3/manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.11.14 (2022-05-26)

* **Dependency Update**: Updated to the latest SDK module versions

# v1.11.13 (2022-05-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.4
github.com/aws/aws-sdk-go-v2/config v1.15.8
github.com/aws/aws-sdk-go-v2/config v1.15.9
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.10
github.com/aws/smithy-go v1.11.2
github.com/google/go-cmp v0.5.7
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/configsources/configtesting/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources/configtesting
go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.15.8
github.com/aws/aws-sdk-go-v2/config v1.15.9
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11
)

Expand Down
4 changes: 4 additions & 0 deletions service/backupgateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.5.6 (2022-05-26)

* No change notes available for this release.

# v1.5.5 (2022-05-17)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/backupgateway/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/ec2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.45.0 (2022-05-26)

* **Feature**: C7g instances, powered by the latest generation AWS Graviton3 processors, provide the best price performance in Amazon EC2 for compute-intensive workloads.

# v1.44.0 (2022-05-24)

* **Feature**: Stop Protection feature enables customers to protect their instances from accidental stop actions.
Expand Down
2 changes: 1 addition & 1 deletion service/ec2/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions service/emrserverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v1.0.0 (2022-05-26)

* **Release**: New AWS service client module
* **Feature**: This release adds support for Amazon EMR Serverless, a serverless runtime environment that simplifies running analytics applications using the latest open source frameworks such as Apache Spark and Apache Hive.

2 changes: 1 addition & 1 deletion service/emrserverless/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/forecast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.21.0 (2022-05-26)

* **Feature**: Introduced a new field in Auto Predictor as Time Alignment Boundary. It helps in aligning the timestamps generated during Forecast exports

# v1.20.0 (2022-05-23)

* **Feature**: New APIs for Monitor that help you understand how your predictors perform over time.
Expand Down
2 changes: 1 addition & 1 deletion service/forecast/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/health/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.15.7 (2022-05-26)

* No change notes available for this release.

# v1.15.6 (2022-05-19)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/health/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/internal/eventstreamtesting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.17 (2022-05-26)

* **Dependency Update**: Updated to the latest SDK module versions

# v1.0.16 (2022-05-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/internal/eventstreamtesting/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/aws/aws-sdk-go-v2 v1.16.4
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.1
github.com/aws/aws-sdk-go-v2/credentials v1.12.3
github.com/aws/aws-sdk-go-v2/credentials v1.12.4
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
)

Expand Down
2 changes: 1 addition & 1 deletion service/internal/eventstreamtesting/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest

require (
github.com/aws/aws-sdk-go-v2 v1.16.4
github.com/aws/aws-sdk-go-v2/config v1.15.8
github.com/aws/aws-sdk-go-v2/config v1.15.9
github.com/aws/aws-sdk-go-v2/service/acm v1.14.5
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.6
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.5
Expand Down Expand Up @@ -31,7 +31,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.13.5
github.com/aws/aws-sdk-go-v2/service/docdb v1.18.2
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.5
github.com/aws/aws-sdk-go-v2/service/ec2 v1.44.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.45.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.5
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.7
github.com/aws/aws-sdk-go-v2/service/efs v1.17.3
Expand All @@ -47,14 +47,14 @@ require (
github.com/aws/aws-sdk-go-v2/service/gamelift v1.14.5
github.com/aws/aws-sdk-go-v2/service/glacier v1.13.5
github.com/aws/aws-sdk-go-v2/service/glue v1.25.0
github.com/aws/aws-sdk-go-v2/service/health v1.15.6
github.com/aws/aws-sdk-go-v2/service/health v1.15.7
github.com/aws/aws-sdk-go-v2/service/iam v1.18.5
github.com/aws/aws-sdk-go-v2/service/inspector v1.12.5
github.com/aws/aws-sdk-go-v2/service/iot v1.25.2
github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.6
github.com/aws/aws-sdk-go-v2/service/kms v1.17.2
github.com/aws/aws-sdk-go-v2/service/lambda v1.23.1
github.com/aws/aws-sdk-go-v2/service/lightsail v1.21.1
github.com/aws/aws-sdk-go-v2/service/lightsail v1.22.0
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.11.5
github.com/aws/aws-sdk-go-v2/service/neptune v1.16.5
github.com/aws/aws-sdk-go-v2/service/opsworks v1.13.5
Expand Down
2 changes: 1 addition & 1 deletion service/kinesis/internal/testing/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/aws/aws-sdk-go-v2 v1.16.4
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.1
github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.16
github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.17
github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.6
github.com/aws/smithy-go v1.11.2
github.com/google/go-cmp v0.5.7
Expand Down
4 changes: 4 additions & 0 deletions service/lightsail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.22.0 (2022-05-26)

* **Feature**: Amazon Lightsail now supports the ability to configure a Lightsail Container Service to pull images from Amazon ECR private repositories in your account.

# v1.21.1 (2022-05-17)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/lightsail/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/s3/internal/configtesting/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/s3/internal/configtesting
go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.15.8
github.com/aws/aws-sdk-go-v2/config v1.15.9
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.5
)

Expand Down
4 changes: 4 additions & 0 deletions service/sso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.11.7 (2022-05-26)

* No change notes available for this release.

# v1.11.6 (2022-05-25)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/sso/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/transcribestreaming/internal/testing/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/aws/aws-sdk-go-v2 v1.16.4
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.1
github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.16
github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.17
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.6.6
github.com/aws/smithy-go v1.11.2
github.com/google/go-cmp v0.5.7
Expand Down

0 comments on commit c2c144c

Please sign in to comment.