File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55and 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
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ variable "docker_machine_spot_price_bid" {
7373
7474variable "docker_machine_version" {
7575 description = " Version of docker-machine."
76- default = " 0.15 .0"
76+ default = " 0.16 .0"
7777}
7878
7979variable "runners_name" {
@@ -231,7 +231,7 @@ variable "cache_expiration_days" {
231231variable "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
237237variable "enable_cloudwatch_logging" {
You can’t perform that action at this time.
0 commit comments