Skip to content

Commit 3966229

Browse files
committed
Update S3 secrets helper to v2.5.0
1 parent c922bda commit 3966229

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packer/linux/scripts/install-buildkite-utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo "Installing fix-buildkite-agent-builds-permissions..."
1515
sudo chmod +x "/tmp/build/fix-perms-linux-${ARCH}"
1616
sudo mv "/tmp/build/fix-perms-linux-${ARCH}" /usr/bin/fix-buildkite-agent-builds-permissions
1717

18-
S3_SECRETS_HELPER_VERSION=2.2.0
18+
S3_SECRETS_HELPER_VERSION=2.5.0
1919
echo "Downloading s3-secrets-helper ${S3_SECRETS_HELPER_VERSION}..."
2020
sudo curl -Lsf -o /usr/local/bin/s3secrets-helper \
2121
"https://github.com/buildkite/elastic-ci-stack-s3-secrets-hooks/releases/download/v${S3_SECRETS_HELPER_VERSION}/s3secrets-helper-linux-${ARCH}"

packer/windows/scripts/install-s3secrets-helper.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stop script execution when a non-terminating error occurs
22
$ErrorActionPreference = "Stop"
33

4-
$S3_SECRETS_HELPER_VERSION = "2.2.0"
4+
$S3_SECRETS_HELPER_VERSION = "2.5.0"
55

66
Write-Output "Downloading s3-secrets-helper v${S3_SECRETS_HELPER_VERSION}..."
77
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"

0 commit comments

Comments
 (0)