Skip to content

Commit a6a5b61

Browse files
author
Lachlan Donald
committed
Merge pull request #644 from buildkite/bump-agent-to-3.16.0
Bump buildkite-agent to v3.16.0
1 parent 1bd0960 commit a6a5b61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.13.2](https://buildkite.com/docs/agent)
111+
* [Buildkite Agent v3.16.0](https://buildkite.com/docs/agent)
112112
* [Docker 19.03.2](https://www.docker.com)
113113
* [Docker Compose 1.24.1](https://docs.docker.com/compose/)
114114
* [aws-cli](https://aws.amazon.com/cli/) - useful for performing any ops-related tasks

packer/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.13.2
4+
AGENT_VERSION=3.16.0
55

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

0 commit comments

Comments
 (0)