Skip to content

v1.11.0

Latest

Choose a tag to compare

@thesuperzapper thesuperzapper released this 04 Jun 22:08
Immutable release. Only release title and notes can be modified.
v1.11.0
3454bb7

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:

The container registries for the example server images remain under the ghcr.io/kubeflow/kubeflow/notebook-servers/... prefix:

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