Skip to content

Commit

Permalink
chore(master): release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 1, 2023
1 parent f1cf69e commit ac115ad
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][keepachangelog-site],
and this project adheres to [Semantic Versioning][semver-site].

## [3.0.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.6.0...v3.0.0) (2023-11-01)


### ⚠ BREAKING CHANGES

* **deps:** Update TF modules (major) ([#142](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/142))

### Bug Fixes

* **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))

## [2.6.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.5.1...v2.6.0) (2023-06-15)


Expand Down
2 changes: 1 addition & 1 deletion modules/project_cleanup/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-scheduled-function:project_cleanup/v2.6.0"
module_name = "blueprints/terraform/terraform-google-scheduled-function:project_cleanup/v3.0.0"
}

}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-scheduled-function/v2.6.0"
module_name = "blueprints/terraform/terraform-google-scheduled-function/v3.0.0"
}

}

0 comments on commit ac115ad

Please sign in to comment.