Skip to content

Commit b836af6

Browse files
authored
Merge pull request #1369 from hashicorp/f-regenerate-endpoints
Add `us-isob-west-1` Region ID
2 parents 3bdb189 + f52d798 commit b836af6

File tree

3 files changed

+22
-25
lines changed

3 files changed

+22
-25
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<!-- markdownlint-disable single-title -->
22
# v2.0.0 (Unreleased)
33

4+
# v2.0.0-beta.68 (2025-10-04)
5+
6+
ENHANCEMENTS
7+
8+
* Adds support for additional AWS region ([#1369](https://github.com/hashicorp/aws-sdk-go-base/pull/1369))
9+
10+
BUG FIXES
11+
12+
* Updates dependencies.
13+
414
# v2.0.0-beta.67 (2025-10-02)
515

616
ENHANCEMENTS

endpoints/endpoints_gen.go

Lines changed: 11 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v2/awsv1shim/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.10
1111
github.com/aws/aws-sdk-go-v2/service/sts v1.38.7
1212
github.com/google/go-cmp v0.7.0
13-
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.66
13+
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.68
1414
github.com/hashicorp/go-cleanhttp v0.5.2
1515
github.com/hashicorp/terraform-plugin-log v0.9.0
1616
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.63.0

0 commit comments

Comments
 (0)