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

Releases: jetstack/terraform-google-gke-cluster

v0.3.0

24 Aug 10:50
cbd60b2
Compare
Choose a tag to compare

This v0.3.0 release adds a range of new features that have been in the works for a while. These include options for for workload identity, security groups, PodSecurityPolicy controller, release channels and more. It also adds the option to use Cloud NAT to allow private nodes to access the internet in the example project.

This is planned to be the final release of this Terraform module. After this the module will be deprecated in favour of [Google's GKE module](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine. Jetstack will be producing an example project using Google's module as well as migration guidance.

v0.2.0-alpha1

16 Oct 12:01
67d5537
Compare
Choose a tag to compare

This new release converts the module and example project to use Terraform 0.12, with new syntax.

v0.1.0

01 Jul 18:44
Compare
Choose a tag to compare

The first stable release of the Jetstack's best practise GKE cluster Terraform module.

This fixes issues with the GCP project and region not being set, improves how cluster location setting is handled, adds the missing count variable required to create multiple node pools, and sets an explicit Terraform version requirement.

Most importantly the testing script to verify that the module is working has been improved, which should prevent simple errors making it into releases.

There's still a lot of enhancements planned to keep up with best practises and make the module easier to use. Any feedback and PRs are welcomed!

v0.1.0-beta2

30 Apr 14:34
Compare
Choose a tag to compare
v0.1.0-beta2 Pre-release
Pre-release

The second beta of the first release of the Jetstack's best practise GKE cluster module for Terraform. Featuring improved documentation and input variable descriptions.

v0.1-beta1

26 Apr 12:49
b2f2a7f
Compare
Choose a tag to compare
v0.1-beta1 Pre-release
Pre-release

The beta of the first release of the Jetstack's best practise GKE cluster module for Terraform. This also includes an example of how to use it, which could be used as a starting point for a Terraform project.