jupyterhub / batchspawner

Custom Spawner for Jupyterhub to start servers in batch scheduled systems
BSD 3-Clause "New" or "Revised" License
190 stars 134 forks source link

Make a release to work with JupyterHub 3+ #277

Closed consideRatio closed 8 months ago

consideRatio commented 1 year ago

It seems we need to get a release out (newer than 1.2.0) to work with JupyterHub 3+, which work currently but not in the latest 1.2.0 release.

mehalter commented 1 year ago

I can also confirm that it seems to be working on main and looking forward to a new release to be able to update JupyterHub on a production cluster! Thanks so much for your hard work here 🥳

FilipeMaia commented 1 year ago

I would urge a quick new release. Having a hard-to-debug failure with the currently released version, when the fix is already merged for several months is not a good experience.

krokicki commented 1 year ago

I just spent four extremely frustrating hours trying to debug this. After finally giving up, I came to log an issue here and stumbled upon this. If the release isn't imminent, and it doesn't seem to be, please consider updating the README to reflect the fact that you have to install from the repo for the time being.

I made PR #290 for adding this warning to the README, to save others the trouble I just went through.

leosala commented 12 months ago

having an updated release would be very useful, we rely on this for multiple Hub instances. @mbmilligan any chance to have this in the next future? How can we help?

basnijholt commented 9 months ago

Any reason to postpone making a release?

Ran into an issue as well, until I realized one needs to install the latest main branch.

aktech commented 9 months ago

@consideRatio @mbmilligan @rkdarst Is there anything I can do to help with the release? We use batchspawner for https://github.com/nebari-dev/nebari-slurm

consideRatio commented 9 months ago

Only @mbmilligan has credentials to push a release to PyPI =/

@mbmilligan this could be addressed by https://github.com/jupyterhub/batchspawner/pull/269

basnijholt commented 9 months ago

@mbmilligan could you add the other maintainers to PyPI?

If there is no activity soon I might fork and publish under batchspawner2 (but rather not 🥲).

JacobJanzen commented 8 months ago

I'm also relying on batchspawner for a project I'm working on and ran into problems when upgrading JupyterHub. Is there any timeline for when we could expect a new release @mbmilligan?

basnijholt commented 8 months ago

@consideRatio perhaps you can make a tag and we can just release batchspawner on conda-forge?

basnijholt commented 8 months ago

Awesome! Did you get the rights to publish to PyPI?

Avatat commented 7 months ago

@basnijholt I can see the new release in PyPI as well :)

Thank you all for the findings and the new release working with the latest JupyterHub! I was able to run JH 4.1.5 on a Slurm queue successfully!