Skip to content

Releases: BrownUniversity/terraform-gcp-jupyterhub

v0.1.12 🌈

26 Aug 16:04
18410cf
Compare
Choose a tag to compare

Changes

v0.1.11 🌈

14 Dec 18:58
c86a383
Compare
Choose a tag to compare

Changes

v0.1.10 🌈

03 Aug 17:09
71d5fe6
Compare
Choose a tag to compare

Changes

v0.1.9 🌈

11 Jan 23:07
9eed22d
Compare
Choose a tag to compare

Changes

  • Uses version (v0.1.4) of infoblox module with pinned provider that introduced a bug
  • Used version (v0.1.5) of cluster module that enables gce_pd_csi_driver and changes hub-db-dir storage to standard-rwo class

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

  • Adds kubernetes_version as a variable and tests for 1.24. 1.25 breaks the pod-scheduler

At the moment we are using helm chart 1.20… not sure if this is fixed in 2.0, but this is likely coming from a newer k8s version and a depreciation of v1beta1 policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget See Discourse thread

v0.1.8 🌈

24 Aug 18:23
ca53a02
Compare
Choose a tag to compare

Changes

isa-gke-auth @mirestrepo (#24)

  • Updates versions of libraries and modules
  • Remove local-exec as a way to authenticate gke and use gke_auth module instead
  • Update docker build and publish to official actions instead of manual cli steps
  • Patch tests to retry in case hub takes a little to be ready

v0.1.7 🌈

19 Jul 15:45
8f35baa
Compare
Choose a tag to compare

Changes

This version updates the terraform-gcp-cluster version reference to v0.1.3, which uses a very specific version of GKE in order to avoid having to swap from docker to containerd as the runtime.

🐛 Bug Fixes

v0.1.6 🌈

06 Jun 01:41
d264df8
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • fix: pin gke to a version that stills supports docker @mirestrepo (#20)
  • ci: pin Ruby version in CI docker image

v0.1.5 🌈

26 Jul 14:43
7c465a3
Compare
Choose a tag to compare

Changes

🧰 Maintenance

v0.1.4 🌈

08 Sep 14:50
2a3da56
Compare
Choose a tag to compare

Changes

🚀 Features

v0.1.3 🌈

21 Aug 04:05
2127b90
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes