Skip to content

Commit dc7ce1d

Browse files
author
Lachlan Donald
authored
Merge pull request #605 from buildkite/bump-agent-to-3.13.2
Bump buildkite-agent to v3.13.2
2 parents efe8abc + 20c8e77 commit dc7ce1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ If you really want to store your secrets unencrypted, you can disable it entirel
108108
## What’s On Each Machine?
109109

110110
* [Amazon Linux 2 LTS](https://aws.amazon.com/amazon-linux-2/)
111-
* [Buildkite Agent v3.12.0](https://buildkite.com/docs/agent)
111+
* [Buildkite Agent v3.13.2](https://buildkite.com/docs/agent)
112112
* [Docker 18.09.5](https://www.docker.com)
113113
* [Docker Compose 1.24.0](https://docs.docker.com/compose/)
114114
* [aws-cli](https://aws.amazon.com/cli/) - useful for performing any ops-related tasks

packer/linux/scripts/install-buildkite-agent.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-
AGENT_VERSION=3.12.0
4+
AGENT_VERSION=3.13.2
55

66
echo "Installing dependencies..."
77
sudo yum update -y -q

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.12.0"
4+
$AGENT_VERSION = "3.13.2"
55

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

0 commit comments

Comments
 (0)