File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ 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+ ## [ 4.4.0] ( https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v4.3.1...v4.4.0 ) (2024-07-31)
9+
10+
11+ ### Features
12+
13+ * expose docker registry setting for project cleanup ([ #250 ] ( https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/250 ) ) ([ 561a6d4] ( https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/561a6d493e22b0fe6c8204993e53c1284178f7ee ) )
14+
815## [ 4.3.1] ( https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v4.3.0...v4.3.1 ) (2024-07-29)
916
1017
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/v4.3.1 "
28+ module_name = " blueprints/terraform/terraform-google-scheduled-function:project_cleanup/v4.4.0 "
2929 }
3030
3131}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ terraform {
2828 }
2929
3030 provider_meta "google" {
31- module_name = " blueprints/terraform/terraform-google-scheduled-function/v4.3.1 "
31+ module_name = " blueprints/terraform/terraform-google-scheduled-function/v4.4.0 "
3232 }
3333
3434}
You can’t perform that action at this time.
0 commit comments