Skip to content

Commit 4287d62

Browse files
chore(master): release 4.3.0 (#243)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 732890b commit 4287d62

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

‎CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.3.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v4.2.0...v4.3.0) (2024-07-26)
9+
10+
11+
### Features
12+
13+
* **project_cleanup:** remove clusters prior to project ([#246](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/246)) ([92553eb](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/92553eb2b86a46bc2b30c116c7e77b9446032dd6))
14+
15+
16+
### Bug Fixes
17+
18+
* **cleanup:** add missing IAM roles for project_cleanup function ([#233](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/233)) ([21f8d09](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/21f8d09944ca977726a2533f12f2943a6dfac1b2))
19+
* **deps:** bump google.golang.org/grpc from 1.64.0 to 1.64.1 in /modules/project_cleanup/function_source ([#244](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/244)) ([94d54f7](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/94d54f7955b556f46d7d5feac1b66c655c7b0b51))
20+
* **deps:** Update go modules ([#242](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/242)) ([9973bcc](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/9973bcc2b33a4836653042603f1523bcbe9ad1d3))
21+
* **deps:** Update go modules ([#245](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/245)) ([65ae587](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/65ae58756b76c7b33a18bea547a435dab045f17c))
22+
* **deps:** Update go modules ([#247](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/247)) ([732890b](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/732890b9e5942aa4048a6e2620bb460f5c63631e))
23+
824
## [4.2.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v4.1.0...v4.2.0) (2024-05-22)
925

1026

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

3434
}

0 commit comments

Comments
 (0)