Skip to content

Commit 503dd11

Browse files
committed
Upgrade docker-machine default version to 0.16
1 parent 0c66a28 commit 503dd11

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8-
8+
- Changed: Updated default docker-machine version to 0.16.0
9+
- Changed: Updated default gitlab runner to 11.6.0
910
- Added: Configuration parameters for post_build_script, pre_clone_script, request_concurrency and output_limit. #22
1011
- Added: Configurable docker image for runner #27
1112
- Added: Add pre/post install user-data snippets for runners #26

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ variable "docker_machine_spot_price_bid" {
7373

7474
variable "docker_machine_version" {
7575
description = "Version of docker-machine."
76-
default = "0.15.0"
76+
default = "0.16.0"
7777
}
7878

7979
variable "runners_name" {
@@ -231,7 +231,7 @@ variable "cache_expiration_days" {
231231
variable "gitlab_runner_version" {
232232
description = "Version for the gitlab runner."
233233
type = "string"
234-
default = "11.3.1"
234+
default = "11.6.0"
235235
}
236236

237237
variable "enable_cloudwatch_logging" {

0 commit comments

Comments
 (0)