Skip to content

Commit 65cecb3

Browse files
chore(master): release 2.5.0
1 parent f4ab92b commit 65cecb3

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

‎CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog][keepachangelog-site],
66
and this project adheres to [Semantic Versioning][semver-site].
77

8+
## [2.5.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.4.0...v2.5.0) (2022-06-09)
9+
10+
11+
### Features
12+
13+
* 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))
14+
* 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))
15+
816
## [2.4.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.3.0...v2.4.0) (2022-05-09)
917

1018

‎modules/project_cleanup/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-scheduled-function:project_cleanup/v2.4.0"
28+
module_name = "blueprints/terraform/terraform-google-scheduled-function:project_cleanup/v2.5.0"
2929
}
3030

3131
}

‎versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-scheduled-function/v2.4.0"
28+
module_name = "blueprints/terraform/terraform-google-scheduled-function/v2.5.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)