Skip to content

Commit bf64fa6

Browse files
chore(master): release 3.0.0
1 parent d046d2b commit bf64fa6

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+
## [3.0.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.6.0...v3.0.0) (2023-11-01)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* **deps:** Update TF modules (major) ([#142](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/142))
14+
15+
### Bug Fixes
16+
17+
* Add required api to README ([#139](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/139)) ([d046d2b](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/d046d2bcc224aa0ed26fd14b954eeb10c23ddcc8))
18+
* **deps:** Update TF modules (major) ([#142](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/142)) ([f1cf69e](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/f1cf69eeb1cf21fd576b96beb9a5c05a3e736834))
19+
820
## [2.6.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.5.1...v2.6.0) (2023-06-15)
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/v2.6.0"
28+
module_name = "blueprints/terraform/terraform-google-scheduled-function:project_cleanup/v3.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/v2.6.0"
31+
module_name = "blueprints/terraform/terraform-google-scheduled-function/v3.0.0"
3232
}
3333

3434
}

0 commit comments

Comments
 (0)