From 57c88f3d7d6acd0c27bd80c851726693a30a8208 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 13:13:36 +0000 Subject: [PATCH] chore(master): release 2.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ modules/s4/README.md | 2 +- modules/s4_ha/README.md | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02c303a7..86d893d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ The format is based on and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.0](https://github.com/terraform-google-modules/terraform-google-sap/compare/v1.1.2...v2.0.0) (2024-05-22) + + +### ⚠ BREAKING CHANGES + +* Latest SOT sync of NW, HANA, and S4 templates. ([#140](https://github.com/terraform-google-modules/terraform-google-sap/issues/140)) + +### Features + +* Latest SOT sync of NW, HANA, and S4 templates. ([#140](https://github.com/terraform-google-modules/terraform-google-sap/issues/140)) ([d103087](https://github.com/terraform-google-modules/terraform-google-sap/commit/d103087e138e4d213ebedc9f16042ca028826d01)) + + +### Bug Fixes + +* **deps:** Update Terraform validation to v1.1.1 ([#143](https://github.com/terraform-google-modules/terraform-google-sap/issues/143)) ([ab274a2](https://github.com/terraform-google-modules/terraform-google-sap/commit/ab274a294136f7e6c29e4ceda5d00ccb86ae95e1)) + ## [1.1.2](https://github.com/terraform-google-modules/terraform-google-sap/compare/v1.1.1...v1.1.2) (2024-04-11) diff --git a/modules/s4/README.md b/modules/s4/README.md index b83dd84a..6e780f27 100644 --- a/modules/s4/README.md +++ b/modules/s4/README.md @@ -10,7 +10,7 @@ Basic usage of this module is as follows: ```hcl module "sap_s4" { source = "terraform-google-modules/sap/google//modules/s4" - version = "~> 1.2" + version = "~> 2.0" gcp_project_id = "PROJECT_ID" # example: my-project-x deployment_name = "DEPLOYMENT_NAME" # example: my-deployment diff --git a/modules/s4_ha/README.md b/modules/s4_ha/README.md index 511e8e38..ae02805e 100644 --- a/modules/s4_ha/README.md +++ b/modules/s4_ha/README.md @@ -10,7 +10,7 @@ Basic usage of this module is as follows: ```hcl module "s4_ha" { source = "terraform-google-modules/sap/google//modules/s4_ha" - version = "~> 1.2" + version = "~> 2.0" gcp_project_id = "PROJECT_ID" # example: my-project-x deployment_name = "DEPLOYMENT_NAME" # example: my-deployment