Skip to content

Commit 7e70385

Browse files
chore(master): release 2.6.0 (#124)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 14843a1 commit 7e70385

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.6.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.5.1...v2.6.0) (2023-06-15)
9+
10+
11+
### Features
12+
13+
* include Ingress Settings variable ([#129](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/129)) ([a68339d](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/a68339d325ff5dd16ca7f97fcdeee100610a8191))
14+
* support adding secrets from secret manager ([#123](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/123)) ([5b8f226](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/5b8f2267016b613234b20a7174ce54242fe5e23f))
15+
16+
17+
### Bug Fixes
18+
19+
* **deps:** update go modules ([#121](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/121)) ([1acd373](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/1acd37393c860889945ded66deb25d3a387986b0))
20+
821
## [2.5.1](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.5.0...v2.5.1) (2023-04-06)
922

1023

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.5.1"
28+
module_name = "blueprints/terraform/terraform-google-scheduled-function:project_cleanup/v2.6.0"
2929
}
3030

3131
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ terraform {
2828
}
2929

3030
provider_meta "google" {
31-
module_name = "blueprints/terraform/terraform-google-scheduled-function/v2.5.1"
31+
module_name = "blueprints/terraform/terraform-google-scheduled-function/v2.6.0"
3232
}
3333

3434
}

0 commit comments

Comments
 (0)