-
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-2750 Merge pull request #443 from akamai/release/v5.0.0
Release/v5.0.0
- Loading branch information
Showing
737 changed files
with
25,860 additions
and
10,284 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
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
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.3.7" | ||
TERRAFORM_VERSION="1.4.6" | ||
|
||
STASH_SERVER=git.source.akamai.com | ||
GIT_IP=$(dig +short $STASH_SERVER) | ||
|
@@ -92,7 +92,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/v6=../edgegrid; | ||
go mod edit -replace github.com/akamai/AkamaiOPEN-edgegrid-golang/v7=../edgegrid; | ||
go mod tidy -compat=1.18' | ||
|
||
echo "Running golangci-lint" | ||
|
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
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/v6=../akamaiopen-edgegrid-golang/ | ||
go mod edit -replace github.com/akamai/AkamaiOPEN-edgegrid-golang/v7=../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.