Skip to content

Commit cdd2707

Browse files
author
Lachlan Donald
authored
Merge branch 'master' into bump-agent-to-3.11.3
2 parents ea287b3 + 22ec188 commit cdd2707

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ If you really want to store your secrets unencrypted, you can disable it entirel
109109

110110
* [Amazon Linux 2 LTS](https://aws.amazon.com/amazon-linux-2/)
111111
* [Buildkite Agent v3.11.3](https://buildkite.com/docs/agent)
112-
* [Docker 18.09.1](https://www.docker.com)
113-
* [Docker Compose 1.23.2](https://docs.docker.com/compose/)
112+
* [Docker 18.09.5](https://www.docker.com)
113+
* [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
115115
* [jq](https://stedolan.github.io/jq/) - useful for manipulating JSON responses from cli tools such as aws-cli or the Buildkite API
116116

packer/linux/scripts/install-docker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22
set -eu -o pipefail
33

4-
DOCKER_VERSION=18.09.2
4+
DOCKER_VERSION=18.09.5
55
DOCKER_RELEASE="stable"
6-
DOCKER_COMPOSE_VERSION=1.23.2
6+
DOCKER_COMPOSE_VERSION=1.24.0
77

88
# This performs a manual install of Docker.
99

packer/windows/scripts/install-docker.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-
$docker_version="18.09.3"
4+
$docker_version="18.09.5"
55

66
Write-Output "Upgrading DockerMsftProvider module"
77
Update-Module -Name DockerMsftProvider -Force

templates/aws-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ Resources:
721721
powershell -file C:\buildkite-agent\bin\bk-configure-docker.ps1 >> C:\buildkite-agent\elastic-stack.log
722722
723723
$Env:BUILDKITE_STACK_NAME="${AWS::StackName}"
724-
$Env:BUILDKITE_STACK_VERSION="v4.3.1"
724+
$Env:BUILDKITE_STACK_VERSION=%v
725725
$Env:BUILDKITE_LAMBDA_AUTOSCALING="${LambdaAutoscaling}"
726726
$Env:BUILDKITE_SCALE_IN_IDLE_PERIOD="${ScaleInIdlePeriod}"
727727
$Env:BUILDKITE_SECRETS_BUCKET="${LocalSecretsBucket}"

0 commit comments

Comments
 (0)