Skip to content

Latest commit

 

History

History
264 lines (134 loc) · 15 KB

CHANGELOG.md

File metadata and controls

264 lines (134 loc) · 15 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.

7.1.0 (2024-09-06)

Features

  • deps: Update Terraform Google Provider to v6 (major) (#205) (bfef016)

Bug Fixes

7.0.0 (2024-08-21)

⚠ BREAKING CHANGES

  • deps: Update Terraform terraform-google-modules/vm/google to v11 (#186)

Features

Bug Fixes

  • deps: Update Terraform terraform-google-modules/vm/google to v11 (#186) (0c7a342)
  • Update Debian Image to 12 (#179) (ae88275)

6.0.0 (2023-10-30)

⚠ BREAKING CHANGES

  • deps: Update Terraform terraform-google-modules/vm/google to v10 (#153)

Bug Fixes

  • deps: Update Terraform terraform-google-modules/vm/google to v10 (#153) (b2333ee)
  • upgraded versions.tf to include minor bumps from tpg v5 (#157) (4456230)

5.3.0 (2023-04-06)

Features

5.2.0 (2023-01-25)

Features

  • adds region setting used to configure the instance template (#131) (00a863c)

5.1.1 (2023-01-20)

Bug Fixes

  • fixes lint issues and generates metadata (#126) (b6267e6)

5.1.0 (2022-10-29)

Features

  • apply labels to bastion instance (#114) (5dab8d1)
  • Optionally pass additional networks to the instance template (#117) (5c601c9)

Bug Fixes

  • deps: update module github.com/stretchr/testify to v1.8.1 (#120) (6140420)

5.0.1 (2022-09-07)

Bug Fixes

5.0.0 (2022-03-31)

⚠ BREAKING CHANGES

  • renamed the ephemeral_ip variable to external_ip (#105)
  • Update bastion image family to debian-11 (#102)

Features

  • Update bastion image family to debian-11 (#102) (9f935eb)

Bug Fixes

  • renamed the ephemeral_ip variable to external_ip (#105) (1a63d4c)

4.1.0 (2021-11-25)

Features

  • update TPG version constraints to allow 4.0 (#98) (83f57db)

4.0.0 (2021-09-10)

⚠ BREAKING CHANGES

  • Update default image family and image project (#89) (090c0ea)

Bug Fixes

  • Update default image family and image project to fix #88 (#89) (090c0ea)

Miscellaneous Chores

3.2.0 (2021-04-09)

Features

3.1.0 (2021-02-23)

Features

  • Add ephemeral_ip to bastion host. (#73) (c4dbeab)

3.0.0 (2021-01-13)

⚠ BREAKING CHANGES

  • Bump instance template version to support terraform 0.14 (#70)

Features

  • Bump instance template version to support terraform 0.14 (#70) (be00982)

2.10.2 (2020-12-15)

Bug Fixes

  • Pass host_project variable into instance_template module (#63) (1c88a0c)
  • pass labels into instance template (#69) (c4ff7e7)

2.10.1 (2020-12-10)

Bug Fixes

  • Remove < 0.14 constraint [bot-pr] (#64) (6690be3)

2.10.0 (2020-10-07)

Features

  • support additional metadata for instances (#52) (46456a2)

2.9.0 (2020-10-01)

Features

2.8.0 (2020-09-22)

Features

2.7.0 (2020-06-24)

Features

  • Added option to specify the fw rule name for ssh to health checks (#45) (4ef9f78)

2.6.0 (2020-06-11)

Features

  • update instance template version (see: #40) (6dc6299)

[2.5.0] - 2020-05-11

  • Disk size and type variable override [#39]

[2.4.0] - 2020-05-06

  • Service Account variable override [#38]

[2.3.0] - 2020-04-29

  • Added image variable [#37]

[2.2.0] - 2020-04-03

  • Add name_prefix variable for instance template [#35]
  • Bump Google provider version to 3.15
  • Remove google-beta provider since it's no longer needed

[2.1.1] - 2020-03-11

  • Added type annotations to variables [#34]

[2.1.0] - 2020-01-22

  • Bumped Google provider to 3.4
  • Pulled IAP Tunnelling into separate module [#29]

[2.0.0] - 2020-01-10

  • Added submodule and example for bastion-group [#27]

[1.0.1] - 2020-01-03

  • Fixed deprecation warnings due to quotes
  • Added more integration tests

1.0.0 - 2019-11-22

Fixed

  • Breaking: Fixed issue with recreating custom roles by appending a random ID. Existing users can set random_role_id to false to avoid recreating the custom role. #16

0.2.0 - 2019-11-11

Added

  • Add support for img family, img project, shielded_vm. #10
  • Added support for setting Shared VPC firewall rules. #6

Fixed

  • Fixed issue with using scopes variable. #7

0.1.0 - 2019-08-02

  • Initial release