Release Notes

See Versions for how to get more detailed information. This page mentions more high-level releases, changes, etc.

3.6.0 (2024-12-09): SSO and Software Environment

New default software environment (SageMath 10.5 and other updates) and updating known working versions of dependencies.

Also, improving documentation for configuring Single Sign On, configuring a Software Environments and building a Custom Software Environment.

3.5.0 (2024-10-07): New file watcher

Projects (project server) now use a new file-watcher to detect changes to files. This should be more robust across various types of file-systems.

3.4.0 (2024-08-30): Ubuntu 24.04

Images are now based on Ubuntu 24.04, which refreshes the available software, etc.

3.3.0 (2024-07-31): Support multiple instances

On Kubernetes’ side, non-namespaced resources now get a unique name. This makes it easier to deploy multiple instances in the same cluster across different namespaces.

3.1.0 (2024-06-17): GPU Support via Licenses

Simplifies configuring specific projects to make use of a GPU: ref:gpu-support.

3.0.0 (2024-05-20): Splitting Project Server vs. Software Environment

From now on it is much easier to create customized software environments, because there are only very minimal requirements on the software image you have to provide.

2.16.0 (2024-05-08): static service

Breaking change: The Static serivce does not need a ClusterIP and we set it to None – for consistency with the other services.

This will cause a conflict when Updating via HELM. Simply delete the service before upgrading will fix this:

$ kubectl [--namespace cocalc] delete service static

2.15.0 (2024-04-11): Sage 10.3, more LLMs, etc.

This makes more language models available, updates Sage to 10.3, and various bugfixes.