File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ 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.5.1] ( https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.5.0...v2.5.1 ) (2023-04-06)
9+
10+
11+ ### Bug Fixes
12+
13+ * ** deps:** update module golang.org/x/net to v0.7.0 [ security] ([ #98 ] ( https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/98 ) ) ([ 8fd376d] ( https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/8fd376d477444e36951d407c62d60c2d98f1c337 ) )
14+ * fixes for tflint ([ #110 ] ( https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/110 ) ) ([ 098214d] ( https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/098214d3e3b5a6220f46589f9467e607c8a04b67 ) )
15+ * update function_max_instances to null default ([ #106 ] ( https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/106 ) ) ([ 8f32217] ( https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/8f32217ba0570ef2b1476b1e1f6ae1728c2cae12 ) )
16+
817## [ 2.5.0] ( https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.4.0...v2.5.0 ) (2022-06-09)
918
1019
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/v2.5.0 "
28+ module_name = " blueprints/terraform/terraform-google-scheduled-function:project_cleanup/v2.5.1 "
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/v2.5.0 "
31+ module_name = " blueprints/terraform/terraform-google-scheduled-function/v2.5.1 "
3232 }
3333
3434}
You can’t perform that action at this time.
0 commit comments