Skip to content

Commit 422855b

Browse files
committed
Updates to reflect the use of JupyterHub 3
1 parent d0c57e5 commit 422855b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/source/administrator/upgrading/upgrade-1-to-2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ and the configuration reference entries under
4949

5050
## JupyterHub 2 and related hub components
5151

52-
Z2JH 2.0.0 upgrades JupyterHub to the 2.\* series, and also upgrades all hub components.
52+
Z2JH 2.0.0 upgrades from JupyterHub 1 directly to JupyterHub 3, and also upgrades all hub components.
5353
If you are using any custom JupyterHub services, addons, API integrations, or extra configuration, you should review the breaking changes in the
54-
[JupyterHub 2.x changelog](https://jupyterhub.readthedocs.io/en/2.3.1/changelog.html).
54+
major releases of JupyterHub 2 and 3 in the [JupyterHub changelog](https://jupyterhub.readthedocs.io/en/latest/changelog.html).
5555

56-
JupyterHub 2 updates the database schema, which means a migration takes place when you upgrade JupyterHub.
56+
JupyterHub 2 and 3 updates the database schema, which means a migration takes place when you upgrade JupyterHub.
5757
Z2JH automatically handles the upgrade if you are using sqlite (`hub.db.type = 'sqlite-pvc'`, the default), but it may not be possible to downgrade to older releases after this.
5858
When using sqlite, JupyterHub automatically creates a backup in the `hub-db` volume,
5959
which can be restored manually if you need to downgrade.

docs/source/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Ensure you backup your system and test any upgrades if you plan to use this in p
2323

2424
#### Highlights
2525

26-
Z2JH 2.0.0 is the first major release since 1.0.0 was released in June 2021, and contains major upgrades to all JupyterHub components.
26+
Z2JH 2.0.0 is the first major release since 1.0.0 was released in June 2021, and contains major upgrades to all JupyterHub components, including a jump directly from JupyterHub 1 to JupyterHub 3.
2727

28-
JupyterHub 3.x includes new RBAC support allowing fine-grained access control to hub services and servers.
28+
JupyterHub 2 and 3 includes new RBAC support allowing fine-grained access control to hub services and servers.
2929

3030
JupyterLab, the next-generation Notebook interface, is now the default interface seen by users. This brings a full development environment with a large number of extensions developed by the Jupyter community.
3131

0 commit comments

Comments
 (0)