Skip to content

Latest commit

 

History

History
79 lines (55 loc) · 3.57 KB

CHANGELOG.md

File metadata and controls

79 lines (55 loc) · 3.57 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.4.2]

Added

[1.4.1] - 2019-10-10

Fixed

  • Support for arm machines on Scaleway, by @tboerger.

[1.4.0] - 2019-09-23

Added

  • Ability to configure the reaper internal, by @msaizar.
  • Ability to configure the install check deadline, by @bradrydzewski.
  • Ability to configure the install check interval, by @bradrydzewski.

[1.3.0] - 2019-09-11

Added

Fixed

  • Fixed issue where non-existing instance could not be destroyed, by @jlesage. #50.
  • Added timeout when attempting to ping the instance, by @bradrydzewski.

[1.2.2] - 2019-08-29

Added

  • Support for loading runner environment variables from file, by @bradrydzewski.
  • Basic support for configuring windows agents, by @bradrydzewski.

Fixed

  • Pull garbage collector image before creating the container, by @msaizar.
  • Handle nil pointer caused by empty or missing interface in AWS driver, by @bradrydzewski.

[1.2.1] - 2019-08-14

Added

Fixed

  • Close docker client after server ping, by @msaizar, #42.

[1.2.0] - 2019-07-29

Added

  • Support for agent label assignment and matching, by @logikone.
  • Allow Hetzner to choose datacenter when none specified, by @tboerger.

Fixed

  • Upgraded zerolog to fix duplicate keys in json output, by @krtx.

[1.1.0] - 2019-05-29

Added

  • Create AWS instances with Name tag set to agent unique id, from @bradrydzewski.
  • Handle AWS instance not found errors, from @andy-trimble.
  • Remove hard-coded DNS servers from the default Docker configuration, from jones2026.

[1.0.0] - 2019-05-06

Added