Release Notes ========================= See :doc:`ops/versions` for how to get more detailed information. This page mentions more high-level releases, changes, etc. 3.7.1 (2025-01-31): MIG GPU Support --------------------------------------------------------- See https://github.com/sagemathinc/cocalc/issues/8161 for :ref:`gpu-support`. 3.6.0 (2024-12-09): SSO and Software Environment ------------------------------------------------------ New default software environment (:term:`SageMath` 10.5 and other updates) and updating known working versions of dependencies. Also, improving documentation for configuring :ref:`sso`, configuring a :ref:`conf-software-env` and building a :ref:`custom-software-env`. 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 :ref:`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 :ref:`static` service does not need a :term:`ClusterIP` and we set it to ``None`` – for consistency with the other services. This will cause a conflict when :ref:`upgrading` 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.