Skip to content

Commit

Permalink
chore(master): release 2.5.1 (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Apr 24, 2023
1 parent 8e99bae commit d5a04b3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][keepachangelog-site],
and this project adheres to [Semantic Versioning][semver-site].

## [2.5.1](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.5.0...v2.5.1) (2023-04-06)


### Bug Fixes

* **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))
* 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))
* 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))

## [2.5.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.4.0...v2.5.0) (2022-06-09)


Expand Down
2 changes: 1 addition & 1 deletion modules/project_cleanup/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-scheduled-function:project_cleanup/v2.5.0"
module_name = "blueprints/terraform/terraform-google-scheduled-function:project_cleanup/v2.5.1"
}

}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-scheduled-function/v2.5.0"
module_name = "blueprints/terraform/terraform-google-scheduled-function/v2.5.1"
}

}

0 comments on commit d5a04b3

Please sign in to comment.