Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Releases: gruntwork-io/terraform-google-gke

v0.3.0

17 Jun 13:22
Compare
Choose a tag to compare

Modules affected

  • gke-cluster [BACKWARDS INCOMPATIBLE]
  • gke-service-account [BACKWARDS INCOMPATIBLE]

Description

All the modules are now Terraform 0.12.0 compatible. Note that this means the modules are no longer compatible with Terraform 0.11 and under. Starting this release, you must use Terraform 0.12.0 or greater to use this module.

All the module variables have been updated to use concrete types based on the new type system introduced in terraform 0.12.0. You can learn more about the types in the official documentation.

Note that as part of this, we switched to using null to indicate unset values when passing them through to resources. If you were previously using a 0 value ("" for strings and 0 for numbers), review the module variables.tf file to double check if the 0 value has been converted to a null.

Related links

v0.2.0

03 Jun 22:05
d49470a
Compare
Choose a tag to compare

Modules affected

  • gke-cluster

Description

  • logging_service and monitoring_service defaults were changed to use Stackdriver Kubernetes Engine Monitoring instead of legacy Stackdriver support. (breaking)

Related links

v0.1.2

15 May 07:28
1872722
Compare
Choose a tag to compare

Modules affected

  • N/A

Description

  • Enable parallel tests and update examples to allow custom kubectl config paths.

Related links

v0.1.1

09 May 17:15
6b06895
Compare
Choose a tag to compare

Modules affected

  • N/A

Description

  • Update README links to be absolute

Related links

v0.1.0

07 May 16:35
05d0077
Compare
Choose a tag to compare

Modules affected

  • gke-cluster

Description

  • Update README, add root examples for Terraform Module Registry
  • Add an example configuring Tiller on a private cluster to the repo root.
  • Use name_prefix in the network module invocations in examples.
  • Use the Tiller deployment module

Related links

v0.0.5

12 Apr 07:19
7afc279
Compare
Choose a tag to compare

Modules affected

  • gke-cluster

Description

Related links

v0.0.4

10 Apr 14:56
eda8942
Compare
Choose a tag to compare

Modules affected

  • gke-cluster

Description

  • This release adds support for private clusters.

Related links

v0.0.3

05 Apr 14:27
f5566e3
Compare
Choose a tag to compare

Modules affected

  • gke-cluster
  • gke-service-account

Description

  • This release adds support for custom service accounts and VPC native clusters.

Related links

v0.0.2

28 Feb 13:25
b90352e
Compare
Choose a tag to compare

Modules affected

  • gke-cluster

Description

  • This release adds an example and tests for securely installing Helm onto a GKE cluster using Kubergrunt.

Related links

v0.0.1

31 Jan 03:49
83d6816
Compare
Choose a tag to compare

Modules affected

  • gke-cluster

Description

  • This is the initial release of our GKE cluster module with support for launching a regional public cluster.

Related links