Skip to content

Commit bd2ed17

Browse files
chore: release 9.0.0 (#435)
1 parent dd2dd99 commit bd2ed17

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ 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+
## [9.0.0](https://www.github.com/terraform-google-modules/terraform-google-project-factory/compare/v8.1.0...v9.0.0) (2020-08-13)
10+
11+
12+
### ⚠ BREAKING CHANGES
13+
14+
* This change requires that you use the `shared_vpc` submodule to manage service account access. See the [upgrade guide](./docs/upgrading_to_project_factory_v9.0.md) for details.
15+
16+
### Features
17+
18+
* Added shared_vpc_access submodule to enable GKE and Dataproc Service Account access. ([#434](https://www.github.com/terraform-google-modules/terraform-google-project-factory/issues/434)) ([f16fd05](https://www.github.com/terraform-google-modules/terraform-google-project-factory/commit/f16fd05302179cd2a20485781f3f640a8d5d88ba))
19+
20+
21+
### Bug Fixes
22+
23+
* Fix regression in shared VPC service account submodule ([#438](https://www.github.com/terraform-google-modules/terraform-google-project-factory/issues/438)) ([dd2dd99](https://www.github.com/terraform-google-modules/terraform-google-project-factory/commit/dd2dd997650ebea9df220bc750a21a6e813cc962))
24+
* relax version to allow 0.13 ([#437](https://www.github.com/terraform-google-modules/terraform-google-project-factory/issues/437)) ([9eb64e2](https://www.github.com/terraform-google-modules/terraform-google-project-factory/commit/9eb64e2217bef8477ae07e1a834c4bfb3f64273f))
25+
926
## [8.1.0](https://www.github.com/terraform-google-modules/terraform-google-project-factory/compare/v8.0.2...v8.1.0) (2020-07-22)
1027

1128

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 = "~> 8.1"
37+
version = "~> 9.0"
3838
3939
name = "pf-test-1"
4040
random_project_id = "true"

0 commit comments

Comments
 (0)