Skip to content

Commit

Permalink
chore(master): release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 26, 2024
1 parent b1931fe commit f5d9212
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].

## [6.0.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v5.0.0...v6.0.0) (2024-09-26)


### ⚠ BREAKING CHANGES

* **deps:** Update Terraform terraform-google-modules/pubsub/google to v7 ([#264](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/264))

### Bug Fixes

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

## [5.0.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v4.4.0...v5.0.0) (2024-09-05)


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

}

0 comments on commit f5d9212

Please sign in to comment.