Skip to content

Commit

Permalink
chore(main): release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 3, 2025
1 parent a354c9d commit b21835f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.1.0](https://github.com/terraform-google-modules/terraform-google-folders/compare/v5.0.0...v5.1.0) (2025-01-03)


### Features

* Add support for conditional per_folder_admins and all_folder_adm… ([#88](https://github.com/terraform-google-modules/terraform-google-folders/issues/88)) ([fa587ae](https://github.com/terraform-google-modules/terraform-google-folders/commit/fa587ae8887c834fab14b30bacec91609c74044b))

## [5.0.0](https://github.com/terraform-google-modules/terraform-google-folders/compare/v4.0.1...v5.0.0) (2024-09-12)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Basic usage of this module is as follows:
```hcl
module "folders" {
source = "terraform-google-modules/folders/google"
version = "~> 5.0"
version = "~> 5.1"
parent = "folders/65552901371"
Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-folders.git
sourceType: git
version: 5.0.0
version: 5.1.0
actuationTool:
type: Terraform
version: '>= 1.3.0'
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-folders/v5.0.0"
module_name = "blueprints/terraform/terraform-google-folders/v5.1.0"
}
}

0 comments on commit b21835f

Please sign in to comment.