Skip to content

Commit 829c9ff

Browse files
chore: release 2.0.0 (#72)
1 parent 497886c commit 829c9ff

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ The format is based on
77
and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [2.0.0](https://www.github.com/terraform-google-modules/terraform-google-gcloud/compare/v1.4.1...v2.0.0) (2020-08-12)
11+
12+
13+
### ⚠ BREAKING CHANGES
14+
15+
* The module has been changed to not download gcloud by default. You can override this behavior by setting `skip_download = false` or setting the GCLOUD_TF_DOWNLOAD environment variable to "always".
16+
17+
### Features
18+
19+
* Decoupled the upsert command and destroy command ([#71](https://www.github.com/terraform-google-modules/terraform-google-gcloud/issues/71)) ([497886c](https://www.github.com/terraform-google-modules/terraform-google-gcloud/commit/497886c96cec885d5e861b9e4a5f4122e660fd18))
20+
* Skip gcloud download by default. ([#70](https://www.github.com/terraform-google-modules/terraform-google-gcloud/issues/70)) ([7113d90](https://www.github.com/terraform-google-modules/terraform-google-gcloud/commit/7113d902a2a6a1a397d903c842b9cce2886c6700))
21+
1022
### [1.4.1](https://www.github.com/terraform-google-modules/terraform-google-gcloud/compare/v1.4.0...v1.4.1) (2020-07-28)
1123

1224

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Basic usage of this module is as follows:
1111
```hcl
1212
module "gcloud" {
1313
source = "terraform-google-modules/gcloud/google"
14-
version = "~> 1.4"
14+
version = "~> 2.0"
1515
1616
platform = "linux"
1717
additional_components = ["kubectl", "beta"]

0 commit comments

Comments
 (0)