Skip to content

Commit

Permalink
Merge pull request #1411 from buildkite/secrets-2-2-0
Browse files Browse the repository at this point in the history
Update bk/elastic-ci-stack-s3-secrets-hooks to v2.2.0
  • Loading branch information
yob authored Dec 11, 2024
2 parents 26166a4 + 9d72949 commit 1866829
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packer/linux/scripts/install-buildkite-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo "Installing fix-buildkite-agent-builds-permissions..."
sudo chmod +x "/tmp/build/fix-perms-linux-${ARCH}"
sudo mv "/tmp/build/fix-perms-linux-${ARCH}" /usr/bin/fix-buildkite-agent-builds-permissions

S3_SECRETS_HELPER_VERSION=2.1.6
S3_SECRETS_HELPER_VERSION=2.2.0
echo "Downloading s3-secrets-helper ${S3_SECRETS_HELPER_VERSION}..."
sudo curl -Lsf -o /usr/local/bin/s3secrets-helper \
"https://github.com/buildkite/elastic-ci-stack-s3-secrets-hooks/releases/download/v${S3_SECRETS_HELPER_VERSION}/s3secrets-helper-linux-${ARCH}"
Expand Down
2 changes: 1 addition & 1 deletion packer/windows/scripts/install-s3secrets-helper.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Stop script execution when a non-terminating error occurs
$ErrorActionPreference = "Stop"

$S3_SECRETS_HELPER_VERSION = "2.1.6"
$S3_SECRETS_HELPER_VERSION = "2.2.0"

Write-Output "Downloading s3-secrets-helper v${S3_SECRETS_HELPER_VERSION}..."
Invoke-WebRequest -OutFile C:\buildkite-agent\bin\s3secrets-helper.exe -Uri "https://github.com/buildkite/elastic-ci-stack-s3-secrets-hooks/releases/download/v${S3_SECRETS_HELPER_VERSION}/s3secrets-helper-windows-amd64"
Expand Down

0 comments on commit 1866829

Please sign in to comment.