Skip to content

Commit f9c3929

Browse files
chore: release 1.3.0 (#61)
1 parent 9041027 commit f9c3929

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+
## [1.3.0](https://www.github.com/terraform-google-modules/terraform-google-gcloud/compare/v1.2.0...v1.3.0) (2020-07-19)
11+
12+
13+
### Features
14+
15+
* Allow overriding download behavior using `GCLOUD_TF_DOWNLOAD` environment variable. ([#59](https://www.github.com/terraform-google-modules/terraform-google-gcloud/issues/59)) ([9041027](https://www.github.com/terraform-google-modules/terraform-google-gcloud/commit/90410274fbabe1c8ac059bae37d7066ac3c02759))
16+
17+
18+
### Bug Fixes
19+
20+
* Update to allow for usage in ephemeral environments (TFC/TFE) ([#58](https://www.github.com/terraform-google-modules/terraform-google-gcloud/issues/58)) ([e0595b0](https://www.github.com/terraform-google-modules/terraform-google-gcloud/commit/e0595b04256a2ea81882de676ee32301525f32fe))
21+
1022
## [1.2.0](https://www.github.com/terraform-google-modules/terraform-google-gcloud/compare/v1.1.1...v1.2.0) (2020-07-16)
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.2"
14+
version = "~> 1.3"
1515
1616
platform = "linux"
1717
additional_components = ["kubectl", "beta"]

0 commit comments

Comments
 (0)