Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 3.36 KB

CHANGELOG.md

File metadata and controls

69 lines (43 loc) · 3.36 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.2.0 (2020-07-06)

Features

  • Add ability to define custom list of branches to trigger apply and custom cloudbuild YAML for terraform builds (#41) (02467c8)
  • Add skip_gcloud_download flag (#39) (0e06b29)
  • option to target bootstrap module at a folder (#40) (fa923a5)

1.1.0 (2020-04-16)

Features

  • Add serviceusage api to the defaults (#13)
  • Make sure group_org_admins has projectCreator permission. (#15)
  • Add folder mover permission by default
  • Add ability to customize / upgrade terraform version (#17)

1.0.0 (2020-01-27)

⚠ BREAKING CHANGES

  • Increased minimum Google provider version to 3.3

Features

  • Upgrade to Project Factory 7.0 (#9) (b0bb86b)

0.3.0 - 2019-12-18

Fixed

  • Fixed #5 where org admins were not able to access the terraform state bucket when using service account impersonation.

0.2.0 - 2019-12-16

Added

  • The project_labels and storage_bucket_labels variables. #2

Changed

  • The storage buckets are changed to enforce Bucket Policy Only access. #3
  • The Terraform service account receives Security Admin by default. #4

0.1.0 - 2019-11-21

Added

  • Initial release. #1