JupyterHub 5.3.0 has been released!
This is a pretty small release. The highlights of 5.3 are some new configuration options:
- more options related to user_options and options forms
- new config for resolving XSRF issues in certain proxy issues
- a new SharedPasswordAuthenticator for short-term workshop-type use cases with trusted users
- better support for ipv6
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!