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.
8.0.0 (2024-10-29)
- deps: Update Terraform terraform-google-modules/vm/google to v12 (#212)
- bastion-group: add variable for additional_ports (#215) (4bbafb0)
- implement firewall priority in iap-tunneling module (#216) (4c84d22)
7.1.0 (2024-09-06)
7.0.0 (2024-08-21)
- deps: Update Terraform terraform-google-modules/vm/google to v11 (#186)
- support can_ip_forward (#184) (a7705b0)
- Support setting a static ip for the bastion (#197) (b09be98)
- 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)
- deps: Update Terraform terraform-google-modules/vm/google to v10 (#153)
- 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)
5.2.0 (2023-01-25)
5.1.1 (2023-01-20)
5.1.0 (2022-10-29)
- apply labels to bastion instance (#114) (5dab8d1)
- Optionally pass additional networks to the instance template (#117) (5c601c9)
5.0.1 (2022-09-07)
5.0.0 (2022-03-31)
- renamed the ephemeral_ip variable to external_ip (#105)
- Update bastion image family to debian-11 (#102)
4.1.0 (2021-11-25)
4.0.0 (2021-09-10)
- release 4.0.0 (f5de94c)
3.2.0 (2021-04-09)
3.1.0 (2021-02-23)
3.0.0 (2021-01-13)
- Bump instance template version to support terraform 0.14 (#70)
2.10.2 (2020-12-15)
- Pass host_project variable into instance_template module (#63) (1c88a0c)
- pass labels into instance template (#69) (c4ff7e7)
2.10.1 (2020-12-10)
2.10.0 (2020-10-07)
2.9.0 (2020-10-01)
2.8.0 (2020-09-22)
2.7.0 (2020-06-24)
2.6.0 (2020-06-11)
- Disk size and type variable override [#39]
- Service Account variable override [#38]
- Added image variable [#37]
- 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
- Added type annotations to variables [#34]
- Bumped Google provider to 3.4
- Pulled IAP Tunnelling into separate module [#29]
- Added submodule and example for
bastion-group
[#27]
- Fixed deprecation warnings due to quotes
- Added more integration tests
1.0.0 - 2019-11-22
- Breaking: Fixed issue with recreating custom roles by appending a random ID. Existing users can set
random_role_id
tofalse
to avoid recreating the custom role. #16
0.2.0 - 2019-11-11
- Add support for img family, img project, shielded_vm. #10
- Added support for setting Shared VPC firewall rules. #6
- Fixed issue with using
scopes
variable. #7
0.1.0 - 2019-08-02
- Initial release