Skip to content

v5.31.0-upjet.1

Compare
Choose a tag to compare
@mergenci mergenci released this 22 May 17:54
· 2 commits to upjet-v5.31.0 since this release
f2f0fdd

Release of the terraform-provider-aws v5.31.0 with Upbound modifications.

Binaries are built with the following commands (Updating only the first two lines is enough for future releases):

RELEASE_BASE=v5.31.0
UPJET_SUFFIX=upjet.1

git checkout upjet-"$RELEASE_BASE"
make prereq-go

rm terraform-provider-aws
GOOS=darwin GOARCH=arm64 "go$(cat .go-version)" build -o terraform-provider-aws
zip terraform-provider-aws_"$RELEASE_BASE"-"$UPJET_SUFFIX"_darwin_arm64.zip terraform-provider-aws

rm terraform-provider-aws
GOOS=linux GOARCH=amd64 "go$(cat .go-version)" build -o terraform-provider-aws
zip terraform-provider-aws_"$RELEASE_BASE"-"$UPJET_SUFFIX"_linux_amd64.zip terraform-provider-aws