Skip to content

Latest commit

 

History

History
127 lines (65 loc) · 6.4 KB

CHANGELOG.md

File metadata and controls

127 lines (65 loc) · 6.4 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.1.2 (2024-04-11)

Bug Fixes

  • updates for tflint (#124) (97adeec)
  • upgraded versions.tf to include minor bumps from tpg v5 (#112) (2aaabe1)

1.1.1 (2022-12-29)

Bug Fixes

  • fixes lint issues and generated metadata (#74) (6df49df)

1.1.0 (2022-12-02)

Features

  • makes the sap_hana_scaleout example consistent with the other examples (#70) (69dea7b)

1.0.0 (2022-11-18)

⚠ BREAKING CHANGES

  • adds sap hana modules and examples (#62)

Features

  • adds sap hana modules and examples (#62) (b379c7b)
  • changes prepare the repository for the new templates. (#56) (9d95c22)
  • updates top level readme for v1.0 (#65) (223ce64)

0.5.0 (2021-06-18)

⚠ BREAKING CHANGES

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

Features

  • add Terraform 0.13 constraint and module attribution (#36) (f97fce9)

Bug Fixes

  • Add support for Terraform 0.13 + deployment validation check for NW (#34) (969ff19)

Miscellaneous Chores

0.4.0 (2020-07-27)

Features

  • Adding the option public_ip that will allow to disable the external IP (#16) (52ef304)
  • Adding the option to create instance with a static private IP (#25) (d8a5752)

Bug Fixes

0.3.0 (2020-05-04)

Features

  • add CMEK support in persistent disks attached to the instances (#12) (90d2cc6)

Bug Fixes

  • Avoid instance metadata conflicts after instance setup (#11) (a5592c2)

Added

Changed

  • Updated for Terraform 0.12. #11
  • Updated tests and examples to Google provider 3.13.

Fixed

  • Avoid metadata conflicts after SAP startup script completes. #11

0.2.0 - 2019-09-10

Added

  • Submodule to deploy NetWeaver. #2

Fixed

  • Required VM instance service account roles added to the submodule READMEs. #4

0.1.0 - 2019-07-04

Added

  • Initial release