Skip to content

Commit d6f3cb4

Browse files
authored
Merge pull request #1345 from buildkite/agent-v3.75.1-scaler-v1.8.0
Bump Agent and Scaler
2 parents 7a4363b + 9ed9c6c commit d6f3cb4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packer/linux/scripts/install-buildkite-agent.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sudo mkdir -p /var/lib/buildkite-agent/.aws
1515
sudo cp /tmp/conf/aws/config /var/lib/buildkite-agent/.aws/config
1616
sudo chown -R buildkite-agent:buildkite-agent /var/lib/buildkite-agent/.aws
1717

18-
AGENT_VERSION=3.75.0
18+
AGENT_VERSION=3.75.1
1919
echo "Downloading buildkite-agent v${AGENT_VERSION} stable..."
2020
sudo curl -Lsf -o /usr/bin/buildkite-agent-stable \
2121
"https://download.buildkite.com/agent/stable/${AGENT_VERSION}/buildkite-agent-linux-${ARCH}"

packer/windows/scripts/install-buildkite-agent.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-
$AGENT_VERSION = "3.75.0"
4+
$AGENT_VERSION = "3.75.1"
55

66
Write-Output "Creating bin dir..."
77
New-Item -ItemType directory -Path C:\buildkite-agent\bin

templates/aws-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Parameters:
186186
BuildkiteAgentScalerVersion:
187187
Description: Version of the buildkite-agent-scaler to use
188188
Type: String
189-
Default: "1.7.0"
189+
Default: "1.8.0"
190190

191191
LogRetentionDays:
192192
Type: Number

0 commit comments

Comments
 (0)