Skip to content

Commit

Permalink
chore(master): release 5.0.0 (#85)
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>
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
release-please[bot] and apeabody authored Sep 13, 2024
1 parent 7eb2b92 commit 5f87b51
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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


### ⚠ BREAKING CHANGES

* **TPG>=6:** upgrade to TPGv6 ([#84](https://github.com/terraform-google-modules/terraform-google-folders/issues/84))

### Features

* **TPG>=6:** upgrade to TPGv6 ([#84](https://github.com/terraform-google-modules/terraform-google-folders/issues/84)) ([7eb2b92](https://github.com/terraform-google-modules/terraform-google-folders/commit/7eb2b92736f6336c718dec6f5506a1c41c0eb9c9))

## [4.0.1](https://github.com/terraform-google-modules/terraform-google-folders/compare/v4.0.0...v4.0.1) (2023-10-17)


Expand Down
6 changes: 3 additions & 3 deletions 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 = "~> 4.0"
version = "~> 5.0"
parent = "folders/65552901371"
Expand Down Expand Up @@ -100,8 +100,8 @@ These sections describe requirements for using this module.

The following dependencies must be available:

- [Terraform][terraform] v0.13
- [Terraform Provider for GCP][terraform-provider-gcp] plugin v2.0
- [Terraform][terraform] v1.3+
- [Terraform Provider for GCP][terraform-provider-gcp] plugin v6

### Service Account

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: 4.0.1
version: 5.0.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/v4.0.1"
module_name = "blueprints/terraform/terraform-google-folders/v5.0.0"
}
}

0 comments on commit 5f87b51

Please sign in to comment.