We’ve just published the first prerelease of JupyterHub 5, which you can get with:
pip install --upgrade --pre jupyterhub
This is a major release because some defaults have changed, the minimum Python version is raised to 3.8, and it requires a database upgrade, but hopefully not a too-disruptive version to upgrade to.
Z2Jh with jupyterhub 5.0.0b1 can be tested already via the z2jh development release 4.0.0-0.dev.git.6586.h0a16e5a0 - no changelog or similar is written yet, but one thing to know is that k8s 1.25+ is now required.
@consideRatio / @krassowski / @minrk I am trying to upgrade to upgrade from JH 3.2.1 to v5 beta but facing issues with config changes. The config file has changed drastically, is there an easier way to migrate it ?
I would try upgrading in stages, first to 4.0, then 4.1 and finally v5 beta. Of note 4.1 includes security fixes which would be a good thing to grab anyways.