Skip to content

Commit 201c46c

Browse files
chore(master): release 4.3.1 (#249)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 14e7ce1 commit 201c46c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

‎CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.1](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v4.3.0...v4.3.1) (2024-07-29)
9+
10+
11+
### Bug Fixes
12+
13+
* **project_cleanup:** check all cluster locations and defer when deleting ([#248](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/248)) ([14e7ce1](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/14e7ce18601cd8040d19abe0369048c6cf95dc3f))
14+
815
## [4.3.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v4.2.0...v4.3.0) (2024-07-26)
916

1017

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

3434
}

0 commit comments

Comments
 (0)