Skip to content

Commit

Permalink
Merge pull request #1182 from hashicorp/f-generate-partitions-services
Browse files Browse the repository at this point in the history
Generate per-partition service endpoint metadata
  • Loading branch information
ewbankkit authored Sep 23, 2024
2 parents baa3091 + f76f47d commit e6becd9
Show file tree
Hide file tree
Showing 8 changed files with 2,528 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<!-- markdownlint-disable single-title -->
# v2.0.0 (Unreleased)

ENHANCEMENTS

* Adds per-partition service endpoint metadata to the top-level `endpoints` package ([#1182](https://github.com/hashicorp/aws-sdk-go-base/pull/1182))

# v2.0.0-beta.57 (2024-09-18)

ENHANCEMENTS
Expand Down
5 changes: 5 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ cleantidy:
fmt:
gofmt -s -w ./

gen:
@echo "make: Running Go generators..."
@go generate ./...

golangci-lint:
@golangci-lint run ./...
@cd v2/awsv1shim && golangci-lint run ./...
Expand All @@ -36,6 +40,7 @@ tools:
.PHONY: \
cleantidy \
fmt \
gen \
golangci-lint \
importlint \
lint \
Expand Down
Loading

0 comments on commit e6becd9

Please sign in to comment.