Skip to content

Commit 7f08398

Browse files
chore: release 1.4.0 (#63)
1 parent fda19c7 commit 7f08398

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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.4.0](https://www.github.com/terraform-google-modules/terraform-google-gcloud/compare/v1.3.0...v1.4.0) (2020-07-27)
11+
12+
13+
### Features
14+
15+
* **kubectl:** Generate kubeconfig dynamically ([#62](https://www.github.com/terraform-google-modules/terraform-google-gcloud/issues/62)) ([6501fd8](https://www.github.com/terraform-google-modules/terraform-google-gcloud/commit/6501fd86c85bafa36d351f8d9c2c4ceb12b7571c))
16+
1017
## [1.3.0](https://www.github.com/terraform-google-modules/terraform-google-gcloud/compare/v1.2.0...v1.3.0) (2020-07-19)
1118

1219

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.3"
14+
version = "~> 1.4"
1515
1616
platform = "linux"
1717
additional_components = ["kubectl", "beta"]

0 commit comments

Comments
 (0)