Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for JupyterHub 2.0 #818

Closed
jtpio opened this issue Jun 14, 2022 · 6 comments
Closed

Support for JupyterHub 2.0 #818

jtpio opened this issue Jun 14, 2022 · 6 comments
Labels
enhancement New feature or request

Comments

@jtpio
Copy link
Contributor

jtpio commented Jun 14, 2022

Proposed change

Currently TLJH pins to jupyterhub==1.* here:

"jupyterhub==1.*",

This indicates that TLJH might not be compatible with JupyterHub 2.0.

Since JupyterHub 2.0 has been out for a while, it would be interesting to see TLJH adopting it too.

Alternative options

Not sure if TLJH can support multiple versions of JupyterHub at the same time?

Who would use this feature?

Folks wanting to migrate to the latest stable JupyterHub version, and benefit from its new features and bug fixes.

(Optional): Suggest a solution

Maybe just updating to jupyterhub==2.* could be a good starting point.

@jtpio jtpio added the enhancement New feature or request label Jun 14, 2022
@jtpio
Copy link
Contributor Author

jtpio commented Jun 14, 2022

Maybe just updating to jupyterhub==2.* could be a good starting point.

Actually there seems to be an open PR doing just that: #777

@jtpio jtpio mentioned this issue Jun 14, 2022
2 tasks
@manics
Copy link
Member

manics commented Jun 14, 2022

The actual change should be relatively easy.... the problem is doing it without inadvertently upgrading or breaking existing deployments: #724

@astrojuanlu
Copy link

Better skip to 3.0 directly? 🙂

@westurner
Copy link

  • TST: Create a directory structure for migration tests between TLJH & JupyterHub major versions?

@manics
Copy link
Member

manics commented Feb 10, 2023

Once we've got a proper release out we can install the last major release for testing upgrades.

@consideRatio
Copy link
Member

We now have jupyterhub 3 in the main branch. Follow #873 for the work towards getting the release out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants