Skip to content

Commit a7d3990

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-06-21
1 parent 62f7e92 commit a7d3990

File tree

11 files changed

+27
-29
lines changed

11 files changed

+27
-29
lines changed

.changelog/0a5b63c51b814caea0ea019d1dbbc068.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/1723f254735f4d6c940acee532af5c9b.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/d372c4c4f6df4ebeab29899038449fcd.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Release (2022-06-21)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.46.0](service/ec2/CHANGELOG.md#v1460-2022-06-21)
5+
* **Feature**: This release adds support for Private IP VPNs, a new feature allowing S2S VPN connections to use private ip addresses as the tunnel outside ip address over Direct Connect as transport.
6+
* `github.com/aws/aws-sdk-go-v2/service/ecs`: [v1.18.9](service/ecs/CHANGELOG.md#v1189-2022-06-21)
7+
* **Documentation**: Amazon ECS UpdateService now supports the following parameters: PlacementStrategies, PlacementConstraints and CapacityProviderStrategy.
8+
* `github.com/aws/aws-sdk-go-v2/service/wellarchitected`: [v1.15.0](service/wellarchitected/CHANGELOG.md#v1150-2022-06-21)
9+
* **Feature**: Adds support for lens tagging, Adds support for multiple helpful-resource urls and multiple improvement-plan urls.
10+
111
# Release (2022-06-20)
212

313
## Module Highlights

service/ec2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.46.0 (2022-06-21)
2+
3+
* **Feature**: This release adds support for Private IP VPNs, a new feature allowing S2S VPN connections to use private ip addresses as the tunnel outside ip address over Direct Connect as transport.
4+
15
# v1.45.1 (2022-06-07)
26

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

service/ec2/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/ecs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.18.9 (2022-06-21)
2+
3+
* **Documentation**: Amazon ECS UpdateService now supports the following parameters: PlacementStrategies, PlacementConstraints and CapacityProviderStrategy.
4+
15
# v1.18.8 (2022-06-07)
26

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

service/ecs/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ require (
3131
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.14.0
3232
github.com/aws/aws-sdk-go-v2/service/docdb v1.18.3
3333
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.7
34-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.45.1
34+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.46.0
3535
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.6
36-
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.8
36+
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.9
3737
github.com/aws/aws-sdk-go-v2/service/efs v1.17.4
3838
github.com/aws/aws-sdk-go-v2/service/elasticache v1.21.1
3939
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.7

service/wellarchitected/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.15.0 (2022-06-21)
2+
3+
* **Feature**: Adds support for lens tagging, Adds support for multiple helpful-resource urls and multiple improvement-plan urls.
4+
15
# v1.14.7 (2022-06-07)
26

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

0 commit comments

Comments
 (0)