Skip to content

Releases: buildkite/elastic-ci-stack-s3-secrets-hooks

v2.2.0

11 Dec 06:32
6b62d99
Compare
Choose a tag to compare
Merge pull request #71 from buildkite/fix-release-take3

Set working_dir for release step

v2.1.6

22 Nov 00:38
09c4398
Compare
Choose a tag to compare
Merge pull request #54 from buildkite/keithduncan/add-additional-regi…

v2.1.5

28 Oct 05:35
e279629
Compare
Choose a tag to compare
Merge pull request #52 from buildkite/keithduncan/retry-s3-503

Retry S3 and S3 Manager requests that receive a 503 response

v2.1.4

31 Aug 04:10
5154931
Compare
Choose a tag to compare
Merge pull request #49 from buildkite/keithduncan/shellcheck

Quote the IDMS address

v2.1.3

31 Aug 03:54
e844384
Compare
Choose a tag to compare
Merge pull request #47 from buildkite/keithduncan/fix-credential-path…

v2.1.2

30 Jul 04:06
922b375
Compare
Choose a tag to compare

Fixed

  • Support for ssh keys that don’t have a trailing newline #44

v2.1.1

16 Jul 02:07
7c42323
Compare
Choose a tag to compare

Fixed

  • Support for zero length env files downloaded from S3

v2.1.0

12 Jul 07:44
Compare
Choose a tag to compare

Added

  • Release assets for macOS, Windows, and Linux binaries

v2.0.1

09 Jul 04:58
71e04a4
Compare
Choose a tag to compare

Fixes

  • Fixes cross-region S3 requests

v2.0.0: Go go gadget 🦾

23 Nov 05:23
@pda pda
67c4e22
Compare
Choose a tag to compare

Big change:

  • 10–100x speed-up: s3secrets-helper written in Go #37 (pda)

There are many other changes since the last tagged release, but they have long since been submoduled into https://github.com/buildkite/elastic-ci-stack-for-aws … they're listed here anyway:

Other changes since last tagged release:

  • 🧹 early exit instead of indentation, unused grep_secrets removed. #35 (pda)
  • Don't exit if can't check env file #34 (shevaun)
  • Print more output around downloading environment files #33 (shevaun)
  • ssh_private_key -> private_ssh_key, misc cleanup #31 (jramos-io)
  • add AWS_METADATA_SERVICE_NUM_ATTEMPTS env var #30 (TheDen)
  • Warn instead of fail when no SSH keys found in S3 #32 (pda)
  • fix typo in README #28 (OliverKoo)
  • Show unexpected errors from head-object #27 (lox)
  • eval ssh-agent -k #22 (sj26)
  • Fix broken git-credential test in CI #23 (lox)
  • lint scripts and improve consistency #20 (TheDen)
  • Updated docker-compose.yml to pass YAML Lint #12 (mgrlabs)
  • Replaced '/dev/stdout' with '-' for GfW Bash #11 (mgrlabs)
  • Changed output from '/dev/stdout' to '-' #10 (mgrlabs)