Skip to content

Commit

Permalink
chore(master): release 1.1.0 (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Dec 7, 2022
1 parent 69dea7b commit f25be70
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0](https://github.com/terraform-google-modules/terraform-google-sap/compare/v1.0.0...v1.1.0) (2022-12-02)


### Features

* makes the sap_hana_scaleout example consistent with the other examples ([#70](https://github.com/terraform-google-modules/terraform-google-sap/issues/70)) ([69dea7b](https://github.com/terraform-google-modules/terraform-google-sap/commit/69dea7b523501885e4b547ddd749a6a8d2c806a1))

## [1.0.0](https://github.com/terraform-google-modules/terraform-google-sap/compare/v0.5.0...v1.0.0) (2022-11-18)


Expand Down
2 changes: 1 addition & 1 deletion modules/sap_hana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Basic usage of this module is as follows:
```hcl
module "sap_hana" {
source = "terraform-google-modules/sap/google//modules/sap_hana"
version = "~> 1.0"
version = "~> 1.1"
project_id = "PROJECT_ID" # example: my-project-x
zone = "ZONE" # example: us-east1-b
Expand Down
2 changes: 1 addition & 1 deletion modules/sap_hana/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-sap:sap_hana/v1.0.0"
module_name = "blueprints/terraform/terraform-google-sap:sap_hana/v1.1.0"
}
}
2 changes: 1 addition & 1 deletion modules/sap_hana_ha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Basic usage of this module is as follows:
```hcl
module "sap_hana_ha" {
source = "terraform-google-modules/sap/google//modules/sap_hana_ha"
version = "~> 1.0"
version = "~> 1.1"
project_id = "PROJECT_ID" # example: my-project-x
machine_type = "MACHINE_TYPE" # example: n1-highmem-32
Expand Down
2 changes: 1 addition & 1 deletion modules/sap_hana_ha/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-sap:sap_hana_ha/v1.0.0"
module_name = "blueprints/terraform/terraform-google-sap:sap_hana_ha/v1.1.0"
}
}
2 changes: 1 addition & 1 deletion modules/sap_hana_scaleout/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 "hana_scaleout" {
source = "terraform-google-modules/sap/google//modules/sap_hana_scaleout"
version = "~> 1.0"
version = "~> 1.1"
project_id = "PROJECT_ID" # example: my-project-x
zone = "ZONE" # example: us-east1-b
Expand Down
2 changes: 1 addition & 1 deletion modules/sap_hana_scaleout/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-sap:sap_hana_scaleout/v1.0.0"
module_name = "blueprints/terraform/terraform-google-sap:sap_hana_scaleout/v1.1.0"
}
}

0 comments on commit f25be70

Please sign in to comment.