Skip to content

Commit

Permalink
chore(master): release 2.5.0 (#77)
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 Jun 10, 2022
1 parent f4ab92b commit 531a093
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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].

## [2.5.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.4.0...v2.5.0) (2022-06-09)


### Features

* removal of folder should use the same time constraint used for projects ([#79](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/79)) ([f4ab92b](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/f4ab92b878ef75b961ab971e5ef31f82d76ee768))
* support deletion of firewall policies attached to folders in clean up module ([#76](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/76)) ([87037dd](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/87037ddbb93534ed173a9cc902eb674f7056333e))

## [2.4.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.3.0...v2.4.0) (2022-05-09)


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

}
2 changes: 1 addition & 1 deletion 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/v2.4.0"
module_name = "blueprints/terraform/terraform-google-scheduled-function/v2.5.0"
}

}

0 comments on commit 531a093

Please sign in to comment.