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 667c4b8 commit e28e395
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ 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 GO modules ([#126](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/126))
* **deps:** update go to 1.20 ([#132](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/132))
* **deps:** Update TF modules (major) ([#142](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/142))

### Features

* add topic kms key name variable ([#145](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/145)) ([667c4b8](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/667c4b8e45f34b85a42fb3b3f79683f782117183))


### Bug Fixes

* 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))
* **deps:** Update GO modules ([#126](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/126)) ([c544227](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/c544227ad14a7f2004b7689d310e8fb24ee25092))
* **deps:** update go to 1.20 ([#132](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/132)) ([1f95f6b](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/1f95f6bcb19ad99c92f43134923b488ef36dd878))
* **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 e28e395

Please sign in to comment.