Skip to content

Commit a029b6b

Browse files
chore(main): release 8.0.0
1 parent 47afef0 commit a029b6b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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+
## [8.0.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v7.0.0...v8.0.0) (2025-10-28)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* **deps:** Update Terraform terraform-google-modules/event-function/google to v6 ([#324](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/324))
14+
15+
### Bug Fixes
16+
17+
* **deps:** Update Terraform terraform-google-modules/event-function/google to v6 ([#324](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/324)) ([04fe5da](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/04fe5da627d059a0108aff4bf192158654d88a8c))
18+
819
## [7.0.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v6.0.0...v7.0.0) (2025-09-11)
920

1021

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/v7.0.0"
28+
module_name = "blueprints/terraform/terraform-google-scheduled-function:project_cleanup/v8.0.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/v7.0.0"
31+
module_name = "blueprints/terraform/terraform-google-scheduled-function/v8.0.0"
3232
}
3333

3434
}

0 commit comments

Comments
 (0)