Skip to content

Commit

Permalink
chore: release 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 10, 2020
1 parent 5886a4e commit e18be17
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [10.0.0](https://github.com/terraform-google-modules/terraform-google-project-factory/compare/v9.2.0...v10.0.0) (2020-11-10)


### ⚠ BREAKING CHANGES

* All null_resources for executing gcloud scripts have been removed. See the upgrade guide for details.

### Bug Fixes

* Add billingbudgets.googleapis.com to precondition script. ([#493](https://github.com/terraform-google-modules/terraform-google-project-factory/issues/493)) ([f9b53c3](https://github.com/terraform-google-modules/terraform-google-project-factory/commit/f9b53c34425790cf95d8912db113956f2d5406ec))
* All dependencies on gcloud have been removed. ([#491](https://github.com/terraform-google-modules/terraform-google-project-factory/issues/491)) ([5886a4e](https://github.com/terraform-google-modules/terraform-google-project-factory/commit/5886a4e4430f551266710d6f635860963be6a4ec))
* Remove whitespace in test/setup-sa ([#495](https://github.com/terraform-google-modules/terraform-google-project-factory/issues/495)) ([6d90ff3](https://github.com/terraform-google-modules/terraform-google-project-factory/commit/6d90ff3869ab390fd3945c222db82c6abe44a456))

## [9.2.0](https://github.com/terraform-google-modules/terraform-google-project-factory/compare/v9.1.0...v9.2.0) (2020-10-16)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ There are multiple examples included in the [examples](./examples/) folder but s
```hcl
module "project-factory" {
source = "terraform-google-modules/project-factory/google"
version = "~> 9.2"
version = "~> 10.0"
name = "pf-test-1"
random_project_id = "true"
Expand Down

0 comments on commit e18be17

Please sign in to comment.