Skip to content

Commit

Permalink
chore(master): release 5.0.0 (#260)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Sep 5, 2024
1 parent e2239dc commit f3b8e9d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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].

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


### ⚠ BREAKING CHANGES

* **deps:** Update Terraform terraform-google-modules/event-function/google to v4 ([#256](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/256))

### Features

* **deps:** Update Terraform Google Provider to v6 (major) ([#257](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/257)) ([8995383](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/8995383b9c45805b6bd6e8b31b4b261900949ca9))


### Bug Fixes

* **deps:** Update go modules ([#253](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/253)) ([a1ec36f](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/a1ec36f799d4c00f003c5ededf1efda8c80b935b))
* **deps:** Update Terraform terraform-google-modules/event-function/google to v4 ([#256](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/256)) ([e2239dc](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/e2239dc9f2573afc4013b56750ca9fc29484b708))

## [4.4.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v4.3.1...v4.4.0) (2024-07-31)


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

}

0 comments on commit f3b8e9d

Please sign in to comment.