Skip to content

Commit

Permalink
chore(master): release 4.4.0 (#251)
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 Jul 31, 2024
1 parent 561a6d4 commit 251dd44
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.4.0](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v4.3.1...v4.4.0) (2024-07-31)


### Features

* expose docker registry setting for project cleanup ([#250](https://github.com/terraform-google-modules/terraform-google-scheduled-function/issues/250)) ([561a6d4](https://github.com/terraform-google-modules/terraform-google-scheduled-function/commit/561a6d493e22b0fe6c8204993e53c1284178f7ee))

## [4.3.1](https://github.com/terraform-google-modules/terraform-google-scheduled-function/compare/v4.3.0...v4.3.1) (2024-07-29)


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

}

0 comments on commit 251dd44

Please sign in to comment.