-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DXE-4206 Merge pull request #588 from akamai/release/v6.5.0
Release/v6.5.0
- Loading branch information
Showing
828 changed files
with
17,228 additions
and
5,111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ COVERAGE_HTML="$COVERAGE_DIR"/index.html | |
|
||
WORKDIR="${WORKDIR-$(pwd)}" | ||
echo "WORKDIR is $WORKDIR" | ||
TERRAFORM_VERSION="1.7.5" | ||
TERRAFORM_VERSION="1.9.5" | ||
|
||
STASH_SERVER=git.source.akamai.com | ||
GIT_IP=$(dig +short $STASH_SERVER) | ||
|
@@ -91,7 +91,7 @@ docker exec akatf-container sh -c 'git clone ssh://[email protected]:799 | |
echo "Checkout branches" | ||
docker exec akatf-container sh -c 'cd edgegrid; git checkout ${EDGEGRID_BRANCH_NAME}; | ||
cd ../terraform-provider-akamai; git checkout ${PROVIDER_BRANCH_NAME}; | ||
go mod edit -replace github.com/akamai/AkamaiOPEN-edgegrid-golang/v8=../edgegrid' | ||
go mod edit -replace github.com/akamai/AkamaiOPEN-edgegrid-golang/v9=../edgegrid' | ||
|
||
echo "Installing terraform" | ||
docker exec akatf-container sh -c 'cd terraform-provider-akamai; make tools.terraform' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.21.12-alpine3.20 | ||
FROM golang:1.21.12-alpine3.19 | ||
|
||
ENV PROVIDER_VERSION="1.0.0" \ | ||
CGO_ENABLED=0 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cd /workspace/terraform-provider-akamai | ||
go mod edit -replace github.com/akamai/AkamaiOPEN-edgegrid-golang/v8=../akamaiopen-edgegrid-golang/ | ||
go mod edit -replace github.com/akamai/AkamaiOPEN-edgegrid-golang/v9=../akamaiopen-edgegrid-golang/ | ||
git tag v10.0.0 | ||
goreleaser build --single-target --skip-validate --config ./.goreleaser.yml --output /root/.terraform.d/plugins/registry.terraform.io/akamai/akamai/10.0.0/linux_amd64/terraform-provider-akamai_v10.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.