Skip to content

Commit 0a2af08

Browse files
chore(master): release 4.2.0 (#226)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
1 parent dfeff61 commit 0a2af08

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

‎CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.2.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v4.1.0...v4.2.0) (2024-05-22)
9+
10+
11+
### Features
12+
13+
* 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))
14+
15+
16+
### Bug Fixes
17+
18+
* **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))
19+
* **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))
20+
821
## [4.1.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v4.0.1...v4.1.0) (2024-05-10)
922

1023

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

3434
}

0 commit comments

Comments
 (0)