Skip to content

Latest commit

 

History

History
80 lines (45 loc) · 3.26 KB

CHANGELOG.md

File metadata and controls

80 lines (45 loc) · 3.26 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.

2.0.1 (2024-04-11)

Bug Fixes

  • upgraded versions.tf to include minor bumps from tpg v5 (#47) (63dcd28)

2.0.0 (2023-04-06)

⚠ BREAKING CHANGES

  • add Terraform 0.13 constraint and module attribution (#25)

Features

  • add Terraform 0.13 constraint and module attribution (#25) (28cafb4)

1.0.1 (2022-05-09)

Bug Fixes

  • remove deprecated provider quoting. (#20) (9946698)

1.0.0 - 2020-01-09

This is a breaking release. See the upgrade guide for details.

Changed

  • Removed submodules default_instance and gpu_instance in favor of a single, backwards compatible, instance module. [#14]

0.4.0 - 2019-12-18

Added

  • The enable_secure_boot variable. #9

0.3.0 - 2019-12-05

Added

  • The labels variables on the gpu_instance submodule and the default_instance submodule. #7

0.2.0 - 2019-11-12

Added

  • create_fw_rule variable to toggle creation of the firewall rule. #4
  • append_to_startup_script variable to add additional, custom logic to the startup script. #3

0.1.0 - 2019-10-22

Added

  • Initial release