Releases: terraform-google-modules/terraform-google-bootstrap
Releases · terraform-google-modules/terraform-google-bootstrap
v6.4.0
6.4.0 (2022-12-09)
Features
- Add custom bucket names support for modules
tf_cloudbuild_workspace
and tf_cloudbuild_builder
(#212) (c537031)
- add custom name for cloud build service account and state bucket (#214) (f1d0014)
Bug Fixes
- updates to address tflint and CFT 1.10 (#203) (7c7a874)
v6.3.0
6.3.0 (2022-11-08)
Features
- add support for
included_files
and ignored_files
of google_cloudbuild_trigger
(#207) (d2e5a75)
- add support for optional private worker pool usage (#201) (d1035ed)
- create variable for providing the trigger location (#206) (54ca307)
- creation of the Terraform service account should be optional (#209) (9bb2800)
v6.2.0
6.2.0 (2022-08-19)
Features
- allow configuration of initial terraform version in tf_cloudbuild_builder (#189) (4f38396)
Bug Fixes
- add terraform-tools to the docker images (#186) (c2d7b3f)
v6.1.0
6.1.0 (2022-07-15)
Features
Bug Fixes
- wait on IAM to return terraform_sa_email (#166) (45830b7)
v6.0.0
6.0.0 (2022-06-23)
⚠ BREAKING CHANGES
- Update Dockerfile to install terraform-validator from gcloud (#156)
- Use user defined SA for cb triggers (#148)
Features
- Update Dockerfile to install terraform-validator from gcloud (#156) (a300b9c)
- Use user defined SA for cb triggers (#148) (5a925f8)
v5.1.0
5.1.0 (2022-05-27)
Features
- add TF cloudbuilder blueprint (#154) (34120e5)
- Allow service account impersonation in the local-exec gcloud runs. (#151) (6a7463b)
v5.0.1
5.0.1 (2022-03-09)
Bug Fixes
- Guarantee the execution permission in the entrypoint.bash file (#149) (f113076)
v5.0.0
5.0.0 (2022-01-13)
⚠ BREAKING CHANGES
- remove KMS resources in cloudbuild submodule (#143)
- Drop old TFV version (<
v0.6.0
) support (#141)
Features
- Drop old TFV version (<
v0.6.0
) support (#141) (2b9bf2c)
- remove KMS resources in cloudbuild submodule (#143) (c1a52c7)
terraform-google-bootstrap v4.2.0
Features
- update TPG version constraints to allow 4.0 (#133) (71aa344)
terraform-google-bootstrap v4.1.0
Features
Bug Fixes
- Remove incompatible escape characters with Windows systems (CMD and PowerShell) to make the command fits in one line (#131) (56dec3e)