Skip to content

Commit 90fe370

Browse files
chore: release 2.0.0 (#57)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent a698724 commit 90fe370

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog][keepachangelog-site],
66
and this project adheres to [Semantic Versioning][semver-site].
77

8+
## [2.0.0](https://www.github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v1.6.0...v2.0.0) (2021-04-29)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* add Terraform 0.13 constraint and module attribution (#50)
14+
15+
### Features
16+
17+
* add Terraform 0.13 constraint and module attribution ([#50](https://www.github.com/terraform-google-modules/terraform-google-scheduled-function/issues/50)) ([3bb8cba](https://www.github.com/terraform-google-modules/terraform-google-scheduled-function/commit/3bb8cba3170252d4b390525dfcbfab20cc9b4531))
18+
19+
20+
### Bug Fixes
21+
22+
* Add folder editor permissions to delete folders for cleanup submodule ([#55](https://www.github.com/terraform-google-modules/terraform-google-scheduled-function/issues/55)) ([f9e3841](https://www.github.com/terraform-google-modules/terraform-google-scheduled-function/commit/f9e3841556f35a621d8d50530f9591d88f090dd8))
23+
824
## [1.6.0](https://www.github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v1.5.1...v1.6.0) (2021-04-05)
925

1026

modules/project_cleanup/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-scheduled-function:project_cleanup/v1.0.0"
28+
module_name = "blueprints/terraform/terraform-google-scheduled-function:project_cleanup/v2.0.0"
2929
}
3030

3131
}

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-scheduled-function/v1.0.0"
28+
module_name = "blueprints/terraform/terraform-google-scheduled-function/v2.0.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)