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.4.0

06 Jan 09:54
8fcecd8
Compare
Choose a tag to compare

Modules affected

  • gke-cluster [BACKWARDS INCOMPATIBLE]

Description

  • Remove enable_kubernetes_dashboard input variable.

Related links

v0.3.9

18 Dec 09:25
a32244a
Compare
Choose a tag to compare

Modules affected

  • gke-cluster

Description

  • Fix a terraform validation warning.

Related links

v0.3.8

30 Sep 08:36
1763bb3
Compare
Choose a tag to compare

Modules affected

  • gke-cluster

Description

  • Add ability to encrypt etcd secrets at rest.

Related links

v0.3.7

19 Sep 13:58
8d25033
Compare
Choose a tag to compare

Modules affected

  • gke-cluster

Description

  • Add ability to configure G Suite security-group when creating a cluster.

Related links

v0.3.6

12 Sep 16:00
527bc37
Compare
Choose a tag to compare

Modules affected

  • N/A

Description

  • Add local.tls_algorithm_config when calling kubergrunt helm grant.

Special thanks

Special thanks to @bhegazy for their contribution!

Related links

v0.3.5

09 Sep 20:53
a056008
Compare
Choose a tag to compare

Modules affected

  • gke-cluster

Description

This release fixes a bug where the GKE cluster managed by the gke-cluster module will be forced to recreate on every re-apply.

Related links

v0.3.4

30 Aug 09:21
47e81dd
Compare
Choose a tag to compare

Modules affected

  • gke-service-account

Description

This release exposes a variable service_account_roles which can be used to add extra roles the service account

Related links

v0.3.3

20 Aug 15:42
abc5aae
Compare
Choose a tag to compare

Modules affected

  • gke-cluster

Description

This release exposes a variable alternative_default_service_account which can be used to specify a Service Account that should be used by the default node pool during cluster creation, that is alternative to the default Service Account. This should be used if the default Service Account is deleted from the Project.

Related links

v0.3.2

04 Jul 07:45
05e3d5b
Compare
Choose a tag to compare

Modules affected

  • gke-cluster
  • gke-service-account

Description

  • There is an undocumented Role needed to use the new Stackdriver for GKE.
  • Change the logic for deriving the latest available k8s version so that the latest available GKE master version is used, instead of the latest available node version.

Special thanks

Special thanks to @Miradorn and @ExalDraen for their contributions!

Related links

v0.3.1

21 Jun 09:31
443a2c0
Compare
Choose a tag to compare

Modules affected

  • gke-cluster

Description

  • There is a bug in Terraform 0.12 which prevents the evaluation of data.google_container_engine_versions.location if it is in a ternary operation.

Related links