Skip to content

Commit

Permalink
chore(master): release 4.3.1 (#249)
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 Jul 30, 2024
1 parent 14e7ce1 commit 201c46c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.3.1](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v4.3.0...v4.3.1) (2024-07-29)


### Bug Fixes

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

## [4.3.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v4.2.0...v4.3.0) (2024-07-26)


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

}

0 comments on commit 201c46c

Please sign in to comment.