Skip to content

Commit d5a04b3

Browse files
chore(master): release 2.5.1 (#108)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8e99bae commit d5a04b3

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.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

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

3131
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)