Skip to content

Commit 74b6567

Browse files
chore: release 0.5.0 (#38)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent f6a6fc9 commit 74b6567

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

CHANGELOG.md

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

10+
## [0.5.0](https://www.github.com/terraform-google-modules/terraform-google-sap/compare/v0.4.0...v0.5.0) (2021-06-18)
11+
12+
13+
### ⚠ BREAKING CHANGES
14+
15+
* add Terraform 0.13 constraint and module attribution (#36)
16+
17+
### Features
18+
19+
* add Terraform 0.13 constraint and module attribution ([#36](https://www.github.com/terraform-google-modules/terraform-google-sap/issues/36)) ([f97fce9](https://www.github.com/terraform-google-modules/terraform-google-sap/commit/f97fce90bb4a4ad608d0a648142f62cbe5eefdb3))
20+
21+
22+
### Bug Fixes
23+
24+
* Add support for Terraform 0.13 + deployment validation check for NW ([#34](https://www.github.com/terraform-google-modules/terraform-google-sap/issues/34)) ([969ff19](https://www.github.com/terraform-google-modules/terraform-google-sap/commit/969ff1942b7b01e0964598de104d55e1f9206084))
25+
26+
27+
### Miscellaneous Chores
28+
29+
* release 0.5.0 ([f6a6fc9](https://www.github.com/terraform-google-modules/terraform-google-sap/commit/f6a6fc9d45a7493377badc0df8ac0461655c605f))
30+
1031
## [0.4.0](https://www.github.com/terraform-google-modules/terraform-google-sap/compare/v0.3.0...v0.4.0) (2020-07-27)
1132

1233

modules/netweaver/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-sap:netweaver/v1.0.0"
28+
module_name = "blueprints/terraform/terraform-google-sap:netweaver/v0.5.0"
2929
}
3030

3131
}

modules/sap_hana/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-sap:sap_hana/v1.0.0"
28+
module_name = "blueprints/terraform/terraform-google-sap:sap_hana/v0.5.0"
2929
}
3030

3131
}

modules/sap_hana_ha/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-sap:sap_hana_ha/v1.0.0"
28+
module_name = "blueprints/terraform/terraform-google-sap:sap_hana_ha/v0.5.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)