Skip to content

Commit 72d55b9

Browse files
author
James Healy
authored
Merge pull request #824 from buildkite/bump-lifecycled
bump lifecycled from 3.0.2 to 3.2.0
2 parents 083f89d + 2b7f711 commit 72d55b9

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)