Skip to content

Commit c09f2f7

Browse files
committed
Bump Buildkite Agent to v3.25.0
1 parent 6b4f1a7 commit c09f2f7

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## Unreleased
88

99
* Bump Buildkite Agent Scaler to v1.0.2 [4fafd8e](https://github.com/buildkite/elastic-ci-stack-for-aws/commit/4fafd8e85a888f0d7b23bb3a1420332fe4e9063c) ([JuanitoFatas](https://github.com/JuanitoFatas))
10+
* Bump Buildkite Agent to v3.25.0 [#749](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/749) ([JuanitoFatas](https://github.com/JuanitoFatas))
1011

1112
## [v5.0.0-beta1](https://github.com/buildkite/elastic-ci-stack-for-aws/compare/v4.5.0...v5.0.0-beta1) (2020-10-08)
1213

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.24.0](https://buildkite.com/docs/agent)
111+
* [Buildkite Agent v3.25.0](https://buildkite.com/docs/agent)
112112
* [Docker](https://www.docker.com) - 19.03.13 (Linux) and 19.03.12 (Windows)
113113
* [Docker Compose](https://docs.docker.com/compose/) - 1.27.4 (Linux) and 1.27.2 (Windows)
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.24.0
4+
AGENT_VERSION=3.25.0
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.24.0"
4+
$AGENT_VERSION = "3.25.0"
55

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

0 commit comments

Comments
 (0)