Skip to content

Commit caf2924

Browse files
chore(master): release 2.0.0 (#142)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: sjswerdlow <[email protected]>
1 parent 15548e4 commit caf2924

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ The format is based on
77
and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [2.0.0](https://github.com/terraform-google-modules/terraform-google-sap/compare/v1.1.2...v2.0.0) (2024-11-21)
11+
12+
13+
### Features
14+
15+
* Latest sot ([#147](https://github.com/terraform-google-modules/terraform-google-sap/issues/147)) ([c90e2e2](https://github.com/terraform-google-modules/terraform-google-sap/commit/c90e2e2413e49156a9c32968f4672c385da112b4))
16+
* 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))
17+
18+
19+
### Bug Fixes
20+
21+
* **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))
22+
* **deps:** Update Terraform validation to v1.1.1 ([#149](https://github.com/terraform-google-modules/terraform-google-sap/issues/149)) ([febc30d](https://github.com/terraform-google-modules/terraform-google-sap/commit/febc30daafeaabbd1a2fa790c30ad61d8136d1c0))
23+
1024
## [1.1.2](https://github.com/terraform-google-modules/terraform-google-sap/compare/v1.1.1...v1.1.2) (2024-04-11)
1125

1226

modules/s4/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Basic usage of this module is as follows:
1010
```hcl
1111
module "sap_s4" {
1212
source = "terraform-google-modules/sap/google//modules/s4"
13-
version = "~> 1.2"
13+
version = "~> 2.0"
1414
1515
gcp_project_id = "PROJECT_ID" # example: my-project-x
1616
deployment_name = "DEPLOYMENT_NAME" # example: my-deployment

modules/s4_ha/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Basic usage of this module is as follows:
1010
```hcl
1111
module "s4_ha" {
1212
source = "terraform-google-modules/sap/google//modules/s4_ha"
13-
version = "~> 1.2"
13+
version = "~> 2.0"
1414
1515
gcp_project_id = "PROJECT_ID" # example: my-project-x
1616
deployment_name = "DEPLOYMENT_NAME" # example: my-deployment

0 commit comments

Comments
 (0)