Skip to content

Commit

Permalink
chore(master): release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 12, 2023
1 parent a68339d commit 749e3cc
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].

## [2.6.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.5.1...v2.6.0) (2023-06-12)


### Features

* 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))
* 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))


### Bug Fixes

* **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))

## [2.5.1](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v2.5.0...v2.5.1) (2023-04-06)


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

}

0 comments on commit 749e3cc

Please sign in to comment.