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
Copy file name to clipboardExpand all lines: CHANGES.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,11 @@ make it easier to track what has changed over time_
13
13
14
14
## Breaking changes
15
15
16
-
The `binderhub.build.Build` class is replaced by the Traitlets based `binderhub.build.KubernetesBuildExecutor` class [#1581](https://github.com/jupyterhub/binderhub/pull/1581), [#1521](https://github.com/jupyterhub/binderhub/pull/1521).
16
+
### `binderhub.build.Build` replaced by `binderhub.build.KubernetesBuildExecutor`
17
+
18
+
The `binderhub.build.Build` class is replaced by the Traitlets based `binderhub.build.KubernetesBuildExecutor` class
@@ -30,6 +34,26 @@ The following build configuration properties should be set using Traitlets in th
30
34
If you have subclassed `binderhub.build.Build` you must update your subclass (including `__init__()` if defined) to inherit from `binderhub.build.KubernetesBuildExecutor`.
31
35
The behaviour of the class is otherwise unchanged.
32
36
37
+
### `dind.enabled` replaced by `imageBuilderType: dind`
38
+
39
+
The BinderHub builder has been generalised to support non-docker implementations
0 commit comments