Skip to content

Commit

Permalink
chore(master): release 4.2.0 (#226)
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>
Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
  • Loading branch information
release-please[bot] and apeabody committed May 22, 2024
1 parent dfeff61 commit 0a2af08
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.2.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v4.1.0...v4.2.0) (2024-05-22)


### Features

* Support deletion of Billing Account Log Sinks ([#227](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/227)) ([e58dc20](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/e58dc20d35745996b9496709e5ed0de43bc558a3))


### Bug Fixes

* **deps:** Update go modules ([#221](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/221)) ([f962d8e](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/f962d8e8e4cbcac7fc46f156932e0d24583a6e78))
* **deps:** Update go modules ([#230](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/230)) ([d9d73b0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/d9d73b0e8b4829527210761ea235a5d81a13cc07))

## [4.1.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v4.0.1...v4.1.0) (2024-05-10)


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

}

0 comments on commit 0a2af08

Please sign in to comment.