forked from jupyterhub/zero-to-jupyterhub-k8s
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin and automate doing isolated bumps of hub image dependencies' majo…
…r versions
- Loading branch information
1 parent
dd58e99
commit 4216fe0
Showing
7 changed files
with
71 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# This file is the input to requirements.txt, which is a frozen version of this. | ||
# | ||
# To update: | ||
# - the jupyterhub version or the frozen requirements.txt file, use the | ||
# "Run workflow" button at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/actions/workflows/watch-dependencies.yaml. | ||
# - the major version pins in this file, trigger dependabot to run via | ||
# https://github.com/jupyterhub/zero-to-jupyterhub-k8s/network/updates | ||
# | ||
|
||
# JupyterHub itself | ||
jupyterhub==5.2.1 | ||
|
||
# JupyterHub Spawner, kubernetes specific | ||
jupyterhub-kubespawner==7.* | ||
|
||
# JupyterHub Authenticator choices | ||
jupyterhub-firstuseauthenticator==1.* | ||
jupyterhub-hmacauthenticator==1.* | ||
jupyterhub-ldapauthenticator==2.* | ||
jupyterhub-ltiauthenticator==1.* | ||
jupyterhub-nativeauthenticator==1.* | ||
jupyterhub-tmpauthenticator==1.* | ||
oauthenticator[googlegroups,mediawiki]==17.* | ||
|
||
# JupyterHub service shutting servers after a period of inactivity | ||
jupyterhub-idle-culler==1.* | ||
|
||
# Other optional dependencies for additional features | ||
pymysql==1.* # mysql | ||
psycopg2==2.* # postgres | ||
pycurl==7.* # internal http requests handle more load with pycurl | ||
sqlalchemy-cockroachdb==2.* # cocroachdb | ||
statsd==4.* # statsd metrics collection (TODO: remove soon, since folks use prometheus) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# This file is the input to requirements.txt, which is a frozen version of this. | ||
# | ||
# To update: | ||
# - the jupyterhub version or the frozen requirements.txt file, use the | ||
# "Run workflow" button at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/actions/workflows/watch-dependencies.yaml. | ||
# | ||
|
||
# JupyterHub itself, update this version pinning by running the workflow | ||
# mentioned above. | ||
jupyterhub==5.2.1 | ||
|
||
# UI | ||
jupyterlab | ||
nbclassic | ||
|
||
# plugins | ||
nbgitpuller |