Skip to content

Commit 4a79e73

Browse files
chore(master): release 6.0.0
1 parent 7d64d76 commit 4a79e73

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

‎CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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+
## [6.0.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v5.0.0...v6.0.0) (2024-10-10)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* **deps:** Update Terraform terraform-google-modules/pubsub/google to v7 ([#264](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/264))
14+
15+
### Bug Fixes
16+
17+
* **deps:** Update go modules and/or dev-tools ([#261](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/261)) ([7d64d76](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/7d64d76f194106a1b463274aaae80baa9fc56a04))
18+
* **deps:** Update Terraform terraform-google-modules/pubsub/google to v7 ([#264](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/264)) ([b1931fe](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/b1931fe9f75c6009c5db13c91541c284cb0245e5))
19+
820
## [5.0.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v4.4.0...v5.0.0) (2024-09-05)
921

1022

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

3434
}

0 commit comments

Comments
 (0)