Skip to main content

2025-12-02 (v5.168)

· 2 min read
Eric Garcia
Software Engineer
Michael McQuade
Director of Engineering
Joey Lin
Joey Lin
Software Engineer
Josh McMahan
Josh McMahan
Software Engineer
Yifan Lin
Software Engineer
Louis Le
Louis Le
Software Engineer
Matt Long
Matt Long
Support Engineer
Natalia Guevara
Natalia Guevara
Software Engineer
Quan Nguyen
Software Engineer
Ricardo Martinez
Ricardo Martinez
SDE in Test

Enhancements and Features

Markdown table support

You can now use extended markdown such as tables anywhere you could previously use markdown.

Google Assured Workloads support for Cloud Networks

Cloud account networks now work with Google Cloud Assured Workloads

Refreshed workflow pages design

We've refreshed the workflow pages, making them more similar to the design of the compute resource and storage pages.

Workflows can access scheduler type on input form

Workflows can now access scheduler type via expressions:

jobs:
echo_on_remote:
steps:
- name: Print scheduler type
run: |
echo ${{ inputs.cluster.schedulerType }}
'on':
execute:
inputs:
cluster:
type: compute-clusters
slurmPartition:
type: slurm-partitions
hidden: ${{ inputs.cluster.schedulerType !== 'slurm' }}
optional: true

Install nvidia-container-toolkit in cluster images

New base images for clusters will have nvidia-container-toolkit pre-installed.

Support storage type on workflow form

The storage type on the workflow builder now exists.

Bug Fixes

  • Os-login not disabled on GCP instances
  • User login times not localized
  • Add org fields wrong color
  • Sessions widget doesn't auto refresh
  • Clicking reset to default theme not working
  • Unable to select image on new partition
  • Storage permission "View & Edit" incorrectly named
  • Errors on snapshot page not showing error message
  • Spaces in remote workflow properties break the workflow
  • Sparse checkout not saving
  • Kubernetes home page widget always shows error
  • Instance dropdown not showing "all sizes" link
  • Stop button should be disabled if cluster is provisioning
  • Placeholder not allowed on dropdown type
  • Restore snapshot on disk page not working
  • Localize helm updated at times
  • Sessions page has unthemed text
  • Workflow slider type always says it must be false
  • Tooltips go under table headers
  • Blank message pops up when deleting cluster
  • Existing clusters without sftp disconnect during healthcheck
  • Kubernetes config data overlaps parent panel

Other Changes

  • Localize run canceled message