JupyterHub 5.3 released

JupyterHub 5.3.0 has been released!

This is a pretty small release. The highlights of 5.3 are some new configuration options:

and JupyterHub container images being published from the jupyterhub-container-images repo instead of jupyterhub source repo, which means:

  • version-tagged images (quay.io/jupyterhub/jupyterhub:5.3.0) will be able to get security and dependency updates
  • if you want immutable tags, there are now tags that include the version and build number: quay.io/jupyterhub/jupyterhub:5.3.0-0, which will not be updated.

and various other bugfixes and improvements noted in the changelog.

You can get it with pip install 'jupyterhub==5.3.*'

Thanks to all contributors and testers!

4 Likes