You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### `dind.enabled` replaced by `imageBuilderType: dind`
17
37
18
38
The BinderHub builder has been generalised to support non-docker implementations
@@ -55,6 +75,18 @@ The following build configuration properties should be set using Traitlets in th
55
75
If you have subclassed `binderhub.build.Build` you must update your subclass (including `__init__()` if defined) to inherit from `binderhub.build.KubernetesBuildExecutor`.
56
76
The behaviour of the class is otherwise unchanged.
57
77
78
+
### Z2JH 2 and JupyterHub 3
79
+
80
+
The Z2JH dependency has been updated to 2.0.0 which includes JupyterHub 3
0 commit comments