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

Fix hub image dependency versions, disable ltiauthenticator, use chartpress==0.5.0 #1518

Merged

Conversation

consideRatio
Copy link
Member

@consideRatio consideRatio commented Dec 7, 2019

Fixes #1501, again.

  • By specifying jupyterhub-kubespawner==0.11 we actually pinned it to 0.11.0 where I assumed it would be considered to mean 0.11.* as conda behaves. That was a faulty assumption that is now corrected.
  • Bumping chartpress just to stay up to date.
  • Disabling ltiauthenticator because it is incompatible with current JupyterHub that depends on oauthlib>=3.0 while ltiauthenticator requires 0.2 and crashes on >=0.3. I may have fixed that upstream in ltiauthenticator with some currently unmerged PRs. See https://github.com/jupyterhub/ltiauthenticator/pulls and Bump oauthlib dependency ltiauthenticator#24 specifically.

It contains a bugfix we weren't affected by and changes in behavior that
won't affect us either. Just staying up to date.
By specifying jupyterhub-kubespawner==0.11 we actually pinned it to
0.11.0 where I assumed it would be considered to mean 0.11.* as conda
behaves. That was a faulty assumption that is now corrected.
@consideRatio consideRatio changed the title Properly bump versions for hub image and use chartpress==0.5.0 fix hub image dependencies, disable ltiauthenticator, use chartpress==0.5.0 Dec 7, 2019
@consideRatio consideRatio changed the title fix hub image dependencies, disable ltiauthenticator, use chartpress==0.5.0 Fix hub image dependency versions, disable ltiauthenticator, use chartpress==0.5.0 Dec 7, 2019
@consideRatio consideRatio merged commit 17e37e5 into jupyterhub:master Dec 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spawner event stream malfunctions :/
1 participant