Skip to content

Commit

Permalink
Release 2024-01-25
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jan 25, 2024
1 parent 6edc0ee commit 79d54aa
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
8 changes: 0 additions & 8 deletions .changelog/3dd05ac7785640ed83071dfe2d33234c.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/d428af5ae4a04553a6525ec1c396163a.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 (2024-01-25)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/acmpca`: [v1.26.0](service/acmpca/CHANGELOG.md#v1260-2024-01-25)
* **Feature**: AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled.
* `github.com/aws/aws-sdk-go-v2/service/lightsail`: [v1.34.0](service/lightsail/CHANGELOG.md#v1340-2024-01-25)
* **Feature**: This release adds support for IPv6-only instance plans.

# Release (2024-01-24)

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

* **Feature**: AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled.

# v1.25.6 (2024-01-04)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/acmpca/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/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/kinesis v1.24.7
github.com/aws/aws-sdk-go-v2/service/kms v1.27.9
github.com/aws/aws-sdk-go-v2/service/lambda v1.49.7
github.com/aws/aws-sdk-go-v2/service/lightsail v1.33.0
github.com/aws/aws-sdk-go-v2/service/lightsail v1.34.0
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.18.6
github.com/aws/aws-sdk-go-v2/service/neptune v1.28.2
github.com/aws/aws-sdk-go-v2/service/opsworks v1.19.6
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.34.0 (2024-01-25)

* **Feature**: This release adds support for IPv6-only instance plans.

# v1.33.0 (2024-01-04)

* **Feature**: This release adds support to set up an HTTPS endpoint on an instance.
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.

0 comments on commit 79d54aa

Please sign in to comment.