Releases: BrownUniversity/terraform-gcp-jupyterhub
Releases · BrownUniversity/terraform-gcp-jupyterhub
v0.1.12 🌈
Changes
- chore: update for Fall 2024 @digicosmos86 (#35)
v0.1.11 🌈
Changes
- chore: add tests for nfs volumes @digicosmos86 (#33)
- chore: Remove checks for dirty dirs @digicosmos86 (#32)
v0.1.10 🌈
Changes
- chore: update for 2023 @digicosmos86 (#29)
v0.1.9 🌈
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 🌈
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 🌈
v0.1.6 🌈
Changes
🐛 Bug Fixes
- fix: pin gke to a version that stills supports docker @mirestrepo (#20)
- ci: pin Ruby version in CI docker image