Skip to content

Releases: dominodatalab/terraform-gcp-gke

v3.1.2

19 Aug 20:45
7f9b4b0
Compare
Choose a tag to compare

What's Changed

  • PLAT-8513: Update default kubernetes version to 1.30 by @Secretions in #120

Full Changelog: v3.1.1...v3.1.2

v3.1.1

19 Aug 19:43
6ba9d86
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

11 Jul 01:35
84c3e6f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.1.0

v3.0.2

30 May 22:22
28c5b46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

16 May 22:32
589f12b
Compare
Choose a tag to compare

What's Changed

  • switch upgrade test to use current modules.tf by @steved in #115
  • PLAT-8385: Turn on GCR's tag immutability by @Secretions in #116

Full Changelog: v3.0.0...v3.0.1

v3.0.0

01 Mar 22:35
31bb81b
Compare
Choose a tag to compare

⚠️ Important: If you have existing infrastructure created with a version of this module < v3.0.0 you will need to update the input variable structure.

The following configuration has been removed:

  • description
  • static_ip_enabled

The following configuration has been moved:

Original variable New variable Notes
filestore_disabled storage.filestore.enabled
filestore_capacity_gb storage.filestore.capacity_gb
gcs_force_destroy storage.gcs.force_destroy_on_deletion
kubeconfig_output_path gke.kubeconfig.path
enable_network_policy gke.network_policies
kubernetes_version gke.k8s_version
gke_release_channel gke.release_channel
enable_vertical_pod_autoscaling gke.vertical_pod_autoscaling
master_firewall_ports gke.control_plane_ports
master_authorized_networks_config gke.public_access.cidrs gke.public_access.enabled must also be set to take effect
google_dns_managed_zone managed_dns
database_encryption_key_name kms.database_encryption_key_name

A new, enabled-by-default variable to control GKE dataplane v2 has been introduced: gke.advanced_datapath. For existing infrastructure, make sure to set it to false otherwise it will recreate your cluster.

What's Changed

  • refactor input variables to align with other domino terraform modules by @steved in #114

Full Changelog: v2.7.0...v3.0.0

v2.7.0

25 Jan 23:59
e2a0fbc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.7.0

v2.6.0

23 Jun 16:52
bb5de7f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.6.0

v2.5.0

13 Jun 21:42
47b0cd4
Compare
Choose a tag to compare

What's Changed

  • update workload ID binding for hephaestus, rm target_tags for master firewall rule by @ddl-kfrench in #102

New Contributors

Full Changelog: v2.4.1...v2.5.0

v2.4.1

14 Apr 19:42
ba3cbb5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.4.1