Skip to content

Commit

Permalink
Release 2024-01-08
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jan 8, 2024
1 parent 2b1dd93 commit 0c7b7e4
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 30 deletions.
8 changes: 0 additions & 8 deletions .changelog/3f67c21c4c9c4700a22e9d6133979d9c.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Release (2024-01-08)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/codebuild`: [v1.27.0](service/codebuild/CHANGELOG.md#v1270-2024-01-08)
* **Feature**: Aws CodeBuild now supports new compute type BUILD_GENERAL1_XLARGE
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.143.0](service/ec2/CHANGELOG.md#v11430-2024-01-08)
* **Feature**: Amazon EC2 R7iz bare metal instances are powered by custom 4th generation Intel Xeon Scalable processors.
* `github.com/aws/aws-sdk-go-v2/service/route53resolver`: [v1.25.0](service/route53resolver/CHANGELOG.md#v1250-2024-01-08)
* **Feature**: This release adds support for query type configuration on firewall rules that enables customers for granular action (ALLOW, ALERT, BLOCK) by DNS query type.

# Release (2024-01-05)

## General Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/codebuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.27.0 (2024-01-08)

* **Feature**: Aws CodeBuild now supports new compute type BUILD_GENERAL1_XLARGE

# v1.26.6 (2024-01-04)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/codebuild/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.143.0 (2024-01-08)

* **Feature**: Amazon EC2 R7iz bare metal instances are powered by custom 4th generation Intel Xeon Scalable processors.

# v1.142.1 (2024-01-04)

* **Dependency Update**: Updated to the latest SDK module versions
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.

6 changes: 3 additions & 3 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.20.6
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.35.7
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.32.2
github.com/aws/aws-sdk-go-v2/service/codebuild v1.26.6
github.com/aws/aws-sdk-go-v2/service/codebuild v1.27.0
github.com/aws/aws-sdk-go-v2/service/codecommit v1.20.1
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.22.3
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.22.6
Expand All @@ -32,7 +32,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.22.8
github.com/aws/aws-sdk-go-v2/service/docdb v1.30.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.8
github.com/aws/aws-sdk-go-v2/service/ec2 v1.142.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.143.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.24.7
github.com/aws/aws-sdk-go-v2/service/ecs v1.36.0
github.com/aws/aws-sdk-go-v2/service/efs v1.26.6
Expand Down Expand Up @@ -66,7 +66,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/rekognition v1.35.6
github.com/aws/aws-sdk-go-v2/service/route53 v1.36.1
github.com/aws/aws-sdk-go-v2/service/route53domains v1.20.6
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.24.2
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.25.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.41.8
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.26.1
Expand Down
4 changes: 4 additions & 0 deletions service/route53resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.25.0 (2024-01-08)

* **Feature**: This release adds support for query type configuration on firewall rules that enables customers for granular action (ALLOW, ALERT, BLOCK) by DNS query type.

# v1.24.2 (2024-01-04)

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

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

0 comments on commit 0c7b7e4

Please sign in to comment.