Skip to content

Commit cd293bb

Browse files
chore(master): release 4.0.0 (#164)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 035d8a6 commit cd293bb

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ 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+
## [4.0.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v3.0.0...v4.0.0) (2024-01-30)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* **GO1.21:** support deletion of Tag Keys not in use in organizations in the clean up module ([#175](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/175))
14+
* **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))
15+
16+
### Features
17+
18+
* 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))
19+
* **GO1.21:** support deletion of Tag Keys not in use in organizations in the clean up module ([#175](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/175)) ([6cc42cd](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/6cc42cd3ef23ebd1b17c6cc4ec259ea78ed30d82))
20+
* **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))
21+
22+
23+
### Bug Fixes
24+
25+
* **deps:** Bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /modules/project_cleanup/function_source ([#173](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/173)) ([1d12e4f](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/1d12e4f91f06dd0c352c3fd8e97f5880ca07ec0c))
26+
* **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))
27+
* **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))
28+
* **deps:** update go modules ([#176](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/176)) ([77c764a](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/77c764ae580117ec561f784945b5d1eaa0a041a4))
29+
* **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))
30+
831
## [3.0.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.6.0...v3.0.0) (2023-11-01)
932

1033

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

3434
}

0 commit comments

Comments
 (0)