Skip to content

Commit

Permalink
Release 2023-01-30
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jan 30, 2023
1 parent b8f57f4 commit 968965a
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 76 deletions.
8 changes: 0 additions & 8 deletions .changelog/0fd66fdd3bc54d98877bea87a9081514.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/1df780565858491cb01f8f45d7041bdf.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/222b29ce2321405ebb101d2983048bc8.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/815c3b19b79b47af95e5c73b343f1b78.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/82bafdc151be49d5920827cdbf6453d9.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/8517c80c7dc846a0be7d781d29d14f23.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Release (2023-01-30)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/cloudformation`: [v1.26.0](service/cloudformation/CHANGELOG.md#v1260-2023-01-30)
* **Feature**: This feature provides a method of obtaining which regions a stackset has stack instances deployed in.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.82.0](service/ec2/CHANGELOG.md#v1820-2023-01-30)
* **Feature**: We add Prefix Lists as a new route destination option for LocalGatewayRoutes. This will allow customers to create routes to Prefix Lists. Prefix List routes will allow customers to group individual CIDR routes with the same target into a single route.

# Release (2023-01-27)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/cloudformation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.26.0 (2023-01-30)

* **Feature**: This feature provides a method of obtaining which regions a stackset has stack instances deployed in.

# v1.25.1 (2023-01-23)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/cloudformation/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.82.0 (2023-01-30)

* **Feature**: We add Prefix Lists as a new route destination option for LocalGatewayRoutes. This will allow customers to create routes to Prefix Lists. Prefix List routes will allow customers to group individual CIDR routes with the same target into a single route.

# v1.81.0 (2023-01-25)

* **Feature**: This release adds new functionality that allows customers to provision IPv6 CIDR blocks through Amazon VPC IP Address Manager (IPAM) as well as allowing customers to utilize IPAM Resource Discovery APIs.
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.

4 changes: 2 additions & 2 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/athena v1.22.0
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.26.1
github.com/aws/aws-sdk-go-v2/service/batch v1.21.1
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.25.1
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.26.0
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.24.0
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.14.0
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.14.0
Expand All @@ -31,7 +31,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.16.0
github.com/aws/aws-sdk-go-v2/service/docdb v1.20.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.81.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.82.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.18.1
github.com/aws/aws-sdk-go-v2/service/ecs v1.23.1
github.com/aws/aws-sdk-go-v2/service/efs v1.19.2
Expand Down

0 comments on commit 968965a

Please sign in to comment.