File tree Expand file tree Collapse file tree 6 files changed +11
-14
lines changed Expand file tree Collapse file tree 6 files changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,11 @@ this list should be updated.
14
14
15
15
- K8s 1.23 is now required.
16
16
- The Helm chart's provided images now use Python 3.11 instead of Python 3.9.
17
- - JupyterHub 3.0.0 is upgraded to 4.0.0b2.
18
- - Although it is not officially supported to run a JupyterHub server with a
19
- major version different from the singleuser servers' ` jupyterhub-singleuser `
20
- version, it seems possible during this upgrade. We recommend your singleuser
21
- images are upgraded as soon as practical, before or after the JupyterHub
22
- chart is upgraded. We expect running user servers to be able to keep running
23
- during the upgrade.
24
- - Please refer to the [ JupyterHub changelog] for details
17
+ - JupyterHub 3.0.0 is upgraded to 4.0.0.
18
+ - Please refer to the [ JupyterHub changelog] for details, but note that this
19
+ upgrade won't require user servers to be restarted or first install version
20
+ 4 of ` jupyterhub ` (PyPI) or ` jupyterhub-base ` (conda-forge) in their user
21
+ environments.
25
22
- KubeSpawner 4.2.0 is upgraded to 5.0.0
26
23
- Please read to the [ KubeSpawner changelog] 's breaking changes and be aware
27
24
that configuring [ ` singleuser.extraEnv ` ] ( schema_singleuser.extraEnv ) is to
Original file line number Diff line number Diff line change 7
7
8
8
# JupyterHub itself, update this version pinning by running the workflow
9
9
# mentioned above.
10
- jupyterhub==4.0.0b2
10
+ jupyterhub==4.0.0
11
11
12
12
## Authenticators
13
13
jupyterhub-firstuseauthenticator>=1
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ jsonschema==4.17.3
62
62
# oauthenticator
63
63
jupyter-telemetry == 0.1.0
64
64
# via jupyterhub
65
- jupyterhub == 4.0.0b2
65
+ jupyterhub == 4.0.0
66
66
# via
67
67
# -r requirements.in
68
68
# jupyterhub-firstuseauthenticator
@@ -126,7 +126,7 @@ prometheus-client==0.16.0
126
126
# via jupyterhub
127
127
psycopg2 == 2.9.6
128
128
# via -r requirements.in
129
- pyasn1 == 0.4.8
129
+ pyasn1 == 0.5.0
130
130
# via ldap3
131
131
pycparser == 2.21
132
132
# via cffi
Original file line number Diff line number Diff line change 7
7
8
8
# JupyterHub itself, update this version pinning by running the workflow
9
9
# mentioned above.
10
- jupyterhub==4.0.0b2
10
+ jupyterhub==4.0.0
11
11
12
12
# UI
13
13
jupyterlab
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jupyter-ydoc==0.2.4
145
145
# via
146
146
# jupyter-server-ydoc
147
147
# jupyterlab
148
- jupyterhub == 4.0.0b2
148
+ jupyterhub == 4.0.0
149
149
# via -r requirements.in
150
150
jupyterlab == 3.6.3
151
151
# via -r requirements.in
Original file line number Diff line number Diff line change 2
2
apiVersion : v2
3
3
name : jupyterhub
4
4
version : 0.0.1-set.by.chartpress
5
- appVersion : " 4.0.0b2 "
5
+ appVersion : " 4.0.0 "
6
6
description : Multi-user Jupyter installation
7
7
keywords : [jupyter, jupyterhub, z2jh]
8
8
home : https://z2jh.jupyter.org
You can’t perform that action at this time.
0 commit comments