Skip to content

Commit eded8fa

Browse files
chore: release 8.0.0 (#402)
* updated CHANGELOG.md [ci skip] * updated README.md [ci skip] Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent dd1e204 commit eded8fa

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
Extending the adopted spec, each change should have a link to its corresponding pull request appended.
88

9+
## [8.0.0](https://www.github.com/terraform-google-modules/terraform-google-project-factory/compare/v7.1.0...v8.0.0) (2020-04-21)
10+
11+
12+
### ⚠ BREAKING CHANGES
13+
14+
* Using the gcloud module now requires `curl` to be installed. See the upgrade guide for details.
15+
16+
### Bug Fixes
17+
18+
* Bump version of terraform-google-gcloud module to 1.0.0 ([#399](https://www.github.com/terraform-google-modules/terraform-google-project-factory/issues/399)) ([2889db1](https://www.github.com/terraform-google-modules/terraform-google-project-factory/commit/2889db19aeb3322d6edf41d7b4aa40f320679650))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* Add upgrade guide for v8.0 ([#401](https://www.github.com/terraform-google-modules/terraform-google-project-factory/issues/401)) ([dd1e204](https://www.github.com/terraform-google-modules/terraform-google-project-factory/commit/dd1e204e219ef5f2f8ef14672d40d900036ef75e))
24+
925
## [7.1.0](https://www.github.com/terraform-google-modules/terraform-google-project-factory/compare/v7.0.2...v7.1.0) (2020-03-17)
1026

1127

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ There are multiple examples included in the [examples](./examples/) folder but s
3434
```hcl
3535
module "project-factory" {
3636
source = "terraform-google-modules/project-factory/google"
37-
version = "~> 7.1"
37+
version = "~> 8.0"
3838
3939
name = "pf-test-1"
4040
random_project_id = "true"

0 commit comments

Comments
 (0)