Skip to content

Commit 3554f2d

Browse files
authored
Merge pull request #899 from buildkite/keithduncan/update-secrets
Bump s3secrets from v2.1.2 to v2.1.4
2 parents 1f8a2bd + 740a57f commit 3554f2d

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.2
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.2"
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)