Skip to content

Commit

Permalink
chore: release 0.5.0 (#38)
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 Jun 18, 2021
1 parent f6a6fc9 commit 74b6567
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.0](https://www.github.com/terraform-google-modules/terraform-google-sap/compare/v0.4.0...v0.5.0) (2021-06-18)


### ⚠ BREAKING CHANGES

* add Terraform 0.13 constraint and module attribution (#36)

### Features

* 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))


### Bug Fixes

* 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))


### Miscellaneous Chores

* release 0.5.0 ([f6a6fc9](https://www.github.com/terraform-google-modules/terraform-google-sap/commit/f6a6fc9d45a7493377badc0df8ac0461655c605f))

## [0.4.0](https://www.github.com/terraform-google-modules/terraform-google-sap/compare/v0.3.0...v0.4.0) (2020-07-27)


Expand Down
2 changes: 1 addition & 1 deletion modules/netweaver/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-sap:netweaver/v1.0.0"
module_name = "blueprints/terraform/terraform-google-sap:netweaver/v0.5.0"
}

}
2 changes: 1 addition & 1 deletion modules/sap_hana/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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/v0.5.0"
}

}
2 changes: 1 addition & 1 deletion modules/sap_hana_ha/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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/v0.5.0"
}

}

0 comments on commit 74b6567

Please sign in to comment.