File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] [ keepachangelog-site ] ,
66and 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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments