Skip to content

Commit 740a57f

Browse files
committed
Use 2.1.4 instead
1 parent c386b66 commit 740a57f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packer/linux/scripts/install-s3secrets-helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -eu -o pipefail
33

4-
S3_SECRETS_HELPER_VERSION=2.1.3
4+
S3_SECRETS_HELPER_VERSION=2.1.4
55

66
MACHINE="$(uname -m)"
77

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.1.3"
4+
$S3_SECRETS_HELPER_VERSION = "2.1.4"
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"

plugins/secrets

0 commit comments

Comments
 (0)