-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: Upgrade to Quince #5
Conversation
This is to address overhangio/tutor-mfe#122 As a consequence of this change, images will be tagged with a "-nightly" suffix. Next, we'll probably have to build them periodically in CI.
The package version number may not include the "-nightly" suffix. Otherwise, installation fails with: setuptools.extern.packaging.version.InvalidVersion: Invalid version: '15.0.7-nightly'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you try to upgrade JupyterHub to the latest version? If yes, what failed? If not, you should attempt to upgrade all components of this plugin, in particular the packages that are installed in hub/Dockerfile and lab/Dockerfile
tutorjupyter/patches/openedx-dockerfile-post-python-requirements
Outdated
Show resolved
Hide resolved
77b65a8
to
68b18af
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! Just make sure to update the version in setup.py.
2537c31
to
9d9fe3a
Compare
Here are my notes of upgrade process for #2 :
Installed Tutor quince branch.
Installed the plugin from source, and checkout a branch quince.
Merged changes (if any) from the plugin nightly branch.
In the plugin’s setup.py, bumped the version of the “tutor” package that the plugin depends on.
In the about.py module, bumped the version number to the next major release (in our case: “v17.0.0”).
Enabled the plugin.
Built all the tutor images locally tutor config save && tutor images build all.
Replaced all instances of the previous release name (“palm/olive”) by the new one (“quince”) in the entire repo: git grep -i palm and git grep -i olive.
Did basic testing to check its working correctly