Releases: BrownUniversity/terraform-gcp-cluster
Releases · BrownUniversity/terraform-gcp-cluster
v0.1.11 🌈
Changes
- Remove master_ipv4_cidr_block setting @digicosmos86 (#26)
v0.1.10 🌈
v0.1.9 🌈
v0.1.8 🌈
v0.1.7 🌈
v0.1.6 🌈
v0.1.5 🌈
Changes
- chore: enable gce_pd_csi_driver @mirestrepo (#16)
Enabling this makes standard_rwo storage class available, which resolves standard volumes from not binding, possibly due to a timing issue. For ClassStorage standard
volumeBindingMode: Immediate
for standard_rwo ->volumeBindingMode: WaitForFirstConsumer
See more https://stackoverflow.com/questions/72553227/gke-can-t-scale-up-nodes-due-of-persistentvolume
- chore: adds
release_channel
as a variable and sets it toREGULAR
this should help make k8s versions a little more stable.
v0.1.4 🌈
Changes
🧰 Maintenance
Update versions @mirestrepo (#15) in particular, it updates:
- Terraform
- Ruby
- Providers
- Modules in GitHub Actions
- Use org secrets instead of local
- Use official docker build/push action instead of manual steps
- Transition to COS_CONTAINERD
v0.1.3 🌈
Changes
This release makes the GKE cluster get provisioned with a super-specific version of 1.22 and the last version of the Google provider that supports versions less than v4.0.0 (the last one that still supports docker engine rather than container.d. This is likely unsustainable, but will likely be resolved in a v0.1.4 release.