Skip to content

Releases: cattle-ops/terraform-aws-gitlab-runner

Release 2.2.0

08 Mar 22:04
Compare
Choose a tag to compare
  • Changed: Upgrade default runner agent to 11.8.0 and docker machine to 0.16.1
  • Bugfix: Correct example for docker_machine_options #36 (@declension)
  • Added: AWS Zone variable #35 (@declension)

Release 2.1.0

28 Feb 21:45
Compare
Choose a tag to compare
  • Bugfix: Shared cache is not working #33
  • Bugfix: Missing documentation makes setup fail #31
  • Added: Docker executor to run a single node runner, thanks to @msvechla

Release 2.0.0

13 Jan 21:34
Compare
Choose a tag to compare
  • Changed: Replaced cache user by a instance profile to access the cache from the build
  • Changed: Update gitlab toml cache section, removed deprecated usages of s3
  • Changed: The variable amazon_optimized_amis is removed an replaced by a filter to select the AMI. To use the default of the latest AMI set the filter ami_filter to amzn-ami-hvm-2018.03.0.20180622-x86_64-ebs.
  • Added: Option to set docker machine options via docker_machine_optionns.
  • Added: Several output variables.

Release 1.8.0

30 Dec 14:53
Compare
Choose a tag to compare

Changelog

  • Changed: Updated default docker-machine version to 0.16.0
  • Changed: Updated default gitlab runner to 11.6.0
  • Added: Configuration parameters for post_build_script, pre_clone_script, request_concurrency and output_limit. #22
  • Added: Configurable docker image for runner #27
  • Added: Add pre/post install user-data snippets for runners #26

Contributions

  • Configurable docker image for runner #27 by mkalmykov
  • Add pre/post install user-data snippets for runners #26 by rsrchboy
  • Add cache_bucket_prefix, to allow for unique bucket names #25 by rsrchboy
  • Rename CHNAGELOG.md to CHANGELOG.md #24

Release 1.5.0

10 Aug 12:44
Compare
Choose a tag to compare

Updated default AMI map to Amazon Linux AMI 2018.03 was released on 2018-06-28

Release 1.4.0

09 Aug 16:56
Compare
Choose a tag to compare

[1.4.0] - 2018-08-09

Added

  • Added an option to allow gitlab runner instance to create service linked roles, by default enabled.
  • Added example for public subnet

Release 1.3.0

09 Aug 16:55
Compare
Choose a tag to compare
Release 1.3.0

Release 1.2.1

09 Aug 16:54
Compare
Choose a tag to compare
Release 1.2.1

Release 1.2.0

30 Jul 21:46
Compare
Choose a tag to compare

Added

  • Add a map for for a more flexible mechanism to tag.

Changed

  • Set default gitlab runner to 11.1.0
  • Replaced the dedicated docker machine user by an instance profile
  • Limit the resources access for docker machine.
  • Updated default docker build image to 18.03.1-ce

Fixes

  • Add fix for non correct ec2 instances starting, add retry to yum update

Release 1.1.0

14 Jul 15:03
Compare
Choose a tag to compare

Added

  • Add variable to enable cloudwatch monitoring for spot instances, by default disabled.
  • Add off peak runner settings.
  • Add file system root size for runners.

Changed

  • Refactored example, key generation is part of terraform.