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

feat: Upgrade to Quince #5

Merged
merged 13 commits into from
Dec 11, 2023
Merged

feat: Upgrade to Quince #5

merged 13 commits into from
Dec 11, 2023

Conversation

mhsiddiqui
Copy link
Contributor

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

regisb and others added 10 commits May 26, 2023 18:26
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'
Copy link
Contributor

@regisb regisb left a 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

CHANGELOG.md Outdated Show resolved Hide resolved
@mhsiddiqui mhsiddiqui force-pushed the quince branch 4 times, most recently from 77b65a8 to 68b18af Compare December 7, 2023 07:22
Copy link
Contributor

@regisb regisb left a 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.

setup.py Outdated Show resolved Hide resolved
@regisb regisb merged commit 7326f78 into master Dec 11, 2023
1 check passed
@regisb regisb deleted the quince branch December 11, 2023 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants