Skip to content

Commit

Permalink
Release 2023-08-08
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Aug 8, 2023
1 parent 41c1297 commit 8089d5f
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 32 deletions.
8 changes: 0 additions & 8 deletions .changelog/0d6e5aa34fd549a4b416f4f2a186c899.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/7862e7dd6b8a40d19665ee0a1572069c.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/f3275a09c9e849728e1613808ef43093.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 (2023-08-08)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/backup`: [v1.24.0](service/backup/CHANGELOG.md#v1240-2023-08-08)
* **Feature**: This release introduces a new logically air-gapped vault (Preview) in AWS Backup that stores immutable backup copies, which are locked by default and isolated with encryption using AWS owned keys. Logically air-gapped vault (Preview) allows secure recovery of application data across accounts.
* `github.com/aws/aws-sdk-go-v2/service/elasticache`: [v1.29.0](service/elasticache/CHANGELOG.md#v1290-2023-08-08)
* **Feature**: Added support for cluster mode in online migration and test migration API
* `github.com/aws/aws-sdk-go-v2/service/servicecatalog`: [v1.21.0](service/servicecatalog/CHANGELOG.md#v1210-2023-08-08)
* **Feature**: Introduce support for HashiCorp Terraform Cloud in Service Catalog by addying TERRAFORM_CLOUD product type in CreateProduct and CreateProvisioningArtifact API.

# Release (2023-08-07)

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

* **Feature**: This release introduces a new logically air-gapped vault (Preview) in AWS Backup that stores immutable backup copies, which are locked by default and isolated with encryption using AWS owned keys. Logically air-gapped vault (Preview) allows secure recovery of application data across accounts.

# v1.23.2 (2023-08-07)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/backup/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/efs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.21.3 (2023-08-08)

* No change notes available for this release.

# v1.21.2 (2023-08-07)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/efs/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/elasticache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.29.0 (2023-08-08)

* **Feature**: Added support for cluster mode in online migration and test migration API

# v1.28.2 (2023-08-07)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/elasticache/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 @@ -34,8 +34,8 @@ require (
github.com/aws/aws-sdk-go-v2/service/ec2 v1.110.1
github.com/aws/aws-sdk-go-v2/service/ecr v1.19.2
github.com/aws/aws-sdk-go-v2/service/ecs v1.29.3
github.com/aws/aws-sdk-go-v2/service/efs v1.21.2
github.com/aws/aws-sdk-go-v2/service/elasticache v1.28.2
github.com/aws/aws-sdk-go-v2/service/efs v1.21.3
github.com/aws/aws-sdk-go-v2/service/elasticache v1.29.0
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.16.2
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.16.2
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.20.2
Expand Down Expand Up @@ -69,7 +69,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/s3 v1.38.2
github.com/aws/aws-sdk-go-v2/service/s3control v1.32.2
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.20.2
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.20.2
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.21.0
github.com/aws/aws-sdk-go-v2/service/ses v1.16.2
github.com/aws/aws-sdk-go-v2/service/sfn v1.19.2
github.com/aws/aws-sdk-go-v2/service/shield v1.19.2
Expand Down
4 changes: 4 additions & 0 deletions service/licensemanagerlinuxsubscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.2.3 (2023-08-08)

* No change notes available for this release.

# v1.2.2 (2023-08-07)

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

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

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

* **Feature**: Introduce support for HashiCorp Terraform Cloud in Service Catalog by addying TERRAFORM_CLOUD product type in CreateProduct and CreateProvisioningArtifact API.

# v1.20.2 (2023-08-07)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/servicecatalog/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 8089d5f

Please sign in to comment.