Skip to content

Commit 2b7f711

Browse files
author
James Healy
committed
bump lifecycled from 3.0.2 to 3.2.0
There have been two releases of lifecycled in the past 3 months - 3.1.0 and 3.2.0. Neither has any changes that should impact the elastic stack, but it's nice to stick near the latest release so the delta between the elastic stack and upstream doesn't get too big. Most of the changes are about updating the version of go we build with, and updating some key dependencies (like aws-sdk-go) [1] https://github.com/buildkite/lifecycled/releases/tag/v3.1.0 [2] https://github.com/buildkite/lifecycled/releases/tag/v3.2.0
1 parent 083f89d commit 2b7f711

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packer/linux/scripts/install-lifecycled.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-
LIFECYCLED_VERSION=v3.0.2
4+
LIFECYCLED_VERSION=v3.2.0
55

66
MACHINE=$(uname -m)
77

packer/windows/scripts/install-lifecycled.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-
$lifecycled_version = "v3.0.2"
4+
$lifecycled_version = "v3.2.0"
55

66
Write-Output "Installing lifecycled ${lifecycled_version}..."
77

0 commit comments

Comments
 (0)