Skip to content

Commit

Permalink
chore(master): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 19, 2024
1 parent f8a1d8f commit 0a5d728
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ 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-08-19)


### ⚠ 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 ([#147](https://github.com/terraform-google-modules/terraform-google-sap/issues/147)) ([c90e2e2](https://github.com/terraform-google-modules/terraform-google-sap/commit/c90e2e2413e49156a9c32968f4672c385da112b4))
* 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))
* **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))

## [1.1.2](https://github.com/terraform-google-modules/terraform-google-sap/compare/v1.1.1...v1.1.2) (2024-04-11)


Expand Down
2 changes: 1 addition & 1 deletion modules/s4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/s4_ha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a5d728

Please sign in to comment.