About this Release
This is the first release of Kubeflow Notebooks since the kubeflow/kubeflow repo split, see kubeflow/kubeflow#7549 for more details.
Going forward, the notebooks-v1 branch of the kubeflow/notebooks repository will be the home of the components which make up Kubeflow Notebooks v1:
- Example Notebook Server Images
- Frontend WebApps:
- Jupyter WebApp
- TensorBoards WebApp
- Volumes WebApp
- Controllers:
- Kubeflow Notebooks Controller
- Kubeflow PVCViewer Controller
- Kubeflow TensorBoard Controller
What has Changed?
The example notebook servers have been significantly updated, and now contain much newer versions of dependencies like Jupyter, PyTorch, and more. Please see kubeflow/notebooks#1152 for details.
The container registries for WebApp and Controller images have moved under the ghcr.io/kubeflow/notebooks/... prefix:
ghcr.io/kubeflow/notebooks/jupyter-web-appghcr.io/kubeflow/notebooks/tensorboards-web-appghcr.io/kubeflow/notebooks/volumes-web-appghcr.io/kubeflow/notebooks/notebook-controllerghcr.io/kubeflow/notebooks/pvcviewer-controllerghcr.io/kubeflow/notebooks/tensorboard-controller
The container registries for the example server images remain under the ghcr.io/kubeflow/kubeflow/notebook-servers/... prefix:
ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-scipyghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-cuda-fullghcr.io/kubeflow/kubeflow/notebook-servers/codeserver-pythonghcr.io/kubeflow/kubeflow/notebook-servers/rstudio-tidyverse- ...and others...
There have also been numerous dependency updates and bug fixes.
Upgrade Notes (1.10 -> 1.11)
For users who are deploying Kubeflow Notebooks using the Kubeflow Manifests, the update should be safe to do in-place as the structure of the kustomize manifests has not changed.
The first version of kubeflow/manifests which includes Notebooks v1.11 will be 26.03.1 (note, the 26.03 release included Kubeflow Notebooks v1.10 which was from the old repository).
Full Changelog: 290935a...v1.11.0