Skip to content

Commit

Permalink
chore(master): release 4.0.1 (#189)
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] authored May 1, 2024
1 parent 423ec36 commit c3b82cf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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].

## [4.0.1](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v4.0.0...v4.0.1) (2024-05-01)


### Bug Fixes

* delete even single endpoint service ([#207](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/207)) ([423ec36](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/423ec36e0fb7ddb046e3ef6338bbfb18387cbacf))
* **deps:** Update go modules ([#185](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/185)) ([7da1975](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/7da1975b53c4b004a02db2f128e71d656036d570))
* **deps:** Update go modules ([#195](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/195)) ([03ad588](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/03ad58860b0402efd888e79c3286facaebd8ddfd))
* **deps:** Update go modules ([#205](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/205)) ([b8de15f](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/b8de15f73b66648d7ab6585263e6fca5543c89e4))
* **deps:** Update go modules and dev-tools ([#199](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/199)) ([b94bede](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/b94bede8f6da64509dfd36c5c1e378882a37d414))
* **deps:** Update module golang.org/x/net to v0.24.0 ([#197](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/197)) ([35e4084](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/35e4084f97350f3c4101b5e920b666554688bd52))
* updates for go modules ([#184](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/184)) ([ff0be2f](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/ff0be2f2d2b8af2de01ea2601c5aa91edd1c0b2e))

## [4.0.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v3.0.0...v4.0.0) (2024-01-30)


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

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

}

0 comments on commit c3b82cf

Please sign in to comment.