admonition about installing the beta

This commit is contained in:
Min RK
2021-09-17 10:54:43 +02:00
parent 5f19989467
commit 14997152b9
2 changed files with 10 additions and 0 deletions

View File

@@ -10,6 +10,15 @@ command line for details.
JupyterHub 2.0 is a big release! JupyterHub 2.0 is a big release!
:::{admonition} testing the beta
2.0 is a big release and in beta;
upgrading requires database updates and downtime,
and may not be easily reversible if you have problems.
Please test the beta if you can and give feedback,
but **it is not recommended to test in production**!
:::
The most significant change is the addition of [roles and scopes][rbac] The most significant change is the addition of [roles and scopes][rbac]
to the JupyterHub permissions model, to the JupyterHub permissions model,
allowing more fine-grained access control. allowing more fine-grained access control.

View File

@@ -22,6 +22,7 @@ extensions = [
] ]
myst_enable_extensions = [ myst_enable_extensions = [
'colon_fence',
'deflist', 'deflist',
] ]
# The master toctree document. # The master toctree document.