Releases: dominodatalab/terraform-gcp-gke
Releases · dominodatalab/terraform-gcp-gke
v3.1.2
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
What's Changed
- PLAT-8513: Intermediate upgrade to 1.29 by @Secretions in #121
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- update README by @steved in #118
- Non-filestore GCP terraform option by @Secretions in #119
Full Changelog: v3.0.2...v3.1.0
v3.0.2
What's Changed
- PLAT-8394: Platform SA GCR creds option by @Secretions in #117
Full Changelog: v3.0.1...v3.0.2
v3.0.1
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
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
Full Changelog: v2.7.0...v3.0.0
v2.7.0
v2.6.0
What's Changed
- enable gke Image Streaming on Domino nodes by @ddl-kfrench in #103
- bump pre-commit-terraform to v1.81.0 by @ddl-kfrench in #104
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
- update workload ID binding for hephaestus, rm target_tags for master firewall rule by @ddl-kfrench in #102
New Contributors
- @ddl-kfrench made their first contribution in #102
Full Changelog: v2.4.1...v2.5.0