Skip to content

Commit

Permalink
chore(master): release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 30, 2024
1 parent 7e71499 commit 7dc83ca
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.2](https://github.com/terraform-google-modules/terraform-google-sap/compare/v1.1.1...v1.1.2) (2024-01-30)


### Bug Fixes

* upgraded versions.tf to include minor bumps from tpg v5 ([#112](https://github.com/terraform-google-modules/terraform-google-sap/issues/112)) ([2aaabe1](https://github.com/terraform-google-modules/terraform-google-sap/commit/2aaabe1f99c43d1e47fd4bae72a22d7add9c103c))

## [1.1.1](https://github.com/terraform-google-modules/terraform-google-sap/compare/v1.1.0...v1.1.1) (2022-12-29)


Expand Down
2 changes: 1 addition & 1 deletion modules/sap_hana/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-sap.git
sourceType: git
version: 1.1.0
version: 1.1.2
actuationTool:
type: Terraform
version: '>=0.12.6'
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.1.1"
module_name = "blueprints/terraform/terraform-google-sap:sap_hana/v1.1.2"
}
}
2 changes: 1 addition & 1 deletion modules/sap_hana_ha/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-sap.git
sourceType: git
version: 1.1.0
version: 1.1.2
actuationTool:
type: Terraform
version: '>=0.12.6'
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.1.1"
module_name = "blueprints/terraform/terraform-google-sap:sap_hana_ha/v1.1.2"
}
}
2 changes: 1 addition & 1 deletion modules/sap_hana_scaleout/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-sap.git
sourceType: git
version: 1.1.0
version: 1.1.2
actuationTool:
type: Terraform
version: '>=0.12.6'
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.1.1"
module_name = "blueprints/terraform/terraform-google-sap:sap_hana_scaleout/v1.1.2"
}
}

0 comments on commit 7dc83ca

Please sign in to comment.