Skip to content

Commit 8fbae00

Browse files
authored
Merge pull request #956 from buildkite/update-s3-secrets
Update elastic-ci-stack-s3-secrets-hook plugin
2 parents 71e8478 + d76ecb7 commit 8fbae00

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[submodule "plugins/secrets"]
22
path = plugins/secrets
33
url = https://github.com/buildkite/elastic-ci-stack-s3-secrets-hooks.git
4-
branch = v2.1.4
4+
branch = v2.1.5
55

66
[submodule "plugins/ecr"]
77
path = plugins/ecr

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.4
4+
S3_SECRETS_HELPER_VERSION=2.1.5
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.4"
4+
$S3_SECRETS_HELPER_VERSION = "2.1.5"
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)