File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ The format is based on
77and 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Basic usage of this module is as follows:
1111``` hcl
1212module "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"]
You can’t perform that action at this time.
0 commit comments