Skip to content

Commit

Permalink
chore(master): release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 8, 2023
1 parent 4796116 commit ae7cc71
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ 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].

## [4.0.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v3.0.0...v4.0.0) (2023-12-08)


### ⚠ BREAKING CHANGES

* **TPG >=4.23:** Add function_docker_registry variables and use them in terraform-google-event-function module ([#150](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/150))

### Features

* add create_bucket flag ([#147](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/147)) ([d2b68fc](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/d2b68fc86c433a0e42a524bf7f5ae8defc2d6522))
* **TPG >=4.23:** Add function_docker_registry variables and use them in terraform-google-event-function module ([#150](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/150)) ([5c9ddcd](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/5c9ddcdc707543d2ad144d00dbbb1f0a33bf25d6))


### Bug Fixes

* **deps:** Update GO modules ([#165](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/165)) ([ccb1961](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/ccb1961b978a9ca51858bdbc901faa15ae4b0b62))
* **deps:** Update GO modules ([#166](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/166)) ([4796116](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/4796116962c2a14336e0da6968f45f3f7abc2cab))
* **deps:** Update module google.golang.org/api to v0.149.0 ([#163](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/163)) ([5ba8c74](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/5ba8c744975069d06e20722f2d1a0d6804a967a5))

## [3.0.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.6.0...v3.0.0) (2023-11-01)


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/v3.0.0"
module_name = "blueprints/terraform/terraform-google-scheduled-function:project_cleanup/v4.0.0"
}

}
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/v3.0.0"
module_name = "blueprints/terraform/terraform-google-scheduled-function/v4.0.0"
}

}

0 comments on commit ae7cc71

Please sign in to comment.