Skip to content

Commit 61a1157

Browse files
chore(master): release 1.1.1 (#77)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 32c9eb8 commit 61a1157

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

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

10+
## [1.1.1](https://github.com/terraform-google-modules/terraform-google-sap/compare/v1.1.0...v1.1.1) (2022-12-29)
11+
12+
13+
### Bug Fixes
14+
15+
* fixes lint issues and generated metadata ([#74](https://github.com/terraform-google-modules/terraform-google-sap/issues/74)) ([6df49df](https://github.com/terraform-google-modules/terraform-google-sap/commit/6df49df92fac96b22d224a1fdced29a2b9272345))
16+
1017
## [1.1.0](https://github.com/terraform-google-modules/terraform-google-sap/compare/v1.0.0...v1.1.0) (2022-12-02)
1118

1219

modules/sap_hana/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ terraform {
2424
}
2525

2626
provider_meta "google" {
27-
module_name = "blueprints/terraform/terraform-google-sap:sap_hana/v1.1.0"
27+
module_name = "blueprints/terraform/terraform-google-sap:sap_hana/v1.1.1"
2828
}
2929
}

modules/sap_hana_ha/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ terraform {
2424
}
2525

2626
provider_meta "google" {
27-
module_name = "blueprints/terraform/terraform-google-sap:sap_hana_ha/v1.1.0"
27+
module_name = "blueprints/terraform/terraform-google-sap:sap_hana_ha/v1.1.1"
2828
}
2929
}

modules/sap_hana_scaleout/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ terraform {
2424
}
2525

2626
provider_meta "google" {
27-
module_name = "blueprints/terraform/terraform-google-sap:sap_hana_scaleout/v1.1.0"
27+
module_name = "blueprints/terraform/terraform-google-sap:sap_hana_scaleout/v1.1.1"
2828
}
2929
}

0 commit comments

Comments
 (0)