Skip to content

Commit 4aabb7c

Browse files
chore(main): release 7.0.0
1 parent 405010d commit 4aabb7c

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+
## [7.0.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v6.0.0...v7.0.0) (2025-09-10)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* **deps:** update function_runtime to nodejs20 ([#281](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/281))
14+
* **TF>=1.3:** update terraform, go modules and dev-tools ([#272](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/272))
15+
16+
### Bug Fixes
17+
18+
* **deps:** update function_runtime to nodejs20 ([#281](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/281)) ([405010d](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/405010d95090282aa080b91c2a82437ad5af8b1e))
19+
* **TF>=1.3:** update terraform, go modules and dev-tools ([#272](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/272)) ([d9feac0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/d9feac02fa65ea075daeeced1abb81ffbef078b8))
20+
821
## [6.0.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v5.0.0...v6.0.0) (2024-10-11)
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/v6.0.0"
28+
module_name = "blueprints/terraform/terraform-google-scheduled-function:project_cleanup/v7.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/v6.0.0"
31+
module_name = "blueprints/terraform/terraform-google-scheduled-function/v7.0.0"
3232
}
3333

3434
}

0 commit comments

Comments
 (0)