Skip to content

Latest commit

 

History

History
71 lines (31 loc) · 3.75 KB

CHANGELOG.md

File metadata and controls

71 lines (31 loc) · 3.75 KB

Changelog

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

1.2.1 (2022-06-12)

Bug Fixes

  • fix cache name and optional docker-machine firewall creation (#13) (1d53300)

1.2.0 (2022-05-19)

Features

1.1.2 (2022-05-18)

Bug Fixes

  • moved cache and gke-runner submodule into the folders directory (#11) (8443244)

1.1.1 (2022-05-18)

Bug Fixes

  • changed module.cache[0].cache_bucket_name -> module.cache.cache_bucket_name (#10) (0d1fa07)

1.1.0 (2022-05-18)

Features

  • Added module for cache and kubernetes (#8) (0978d21)

Bug Fixes

  • use the same image for spinning up dummy machine and update default runner machine image to COS (7c24b17)

1.0.11 (2022-04-29)

Bug Fixes

  • update runner machine image to ubuntu-2004 to fix docker installation (093ba99)

1.0.10 (2022-04-29)

Bug Fixes

  • use internal Ip for dummy runner so that firewall rule works (f57a91f)

1.0.9 (2022-04-05)

Bug Fixes

  • create additional docker-machines firewall rule to account for multiple deployments overriding each other (#5) (9c12581)

1.0.8 (2022-03-16)

Bug Fixes

  • registration should use internal IP so that we can use tags for firewall rules (#4) (8926850)