Skip to content

Commit 372bc24

Browse files
authored
Merge pull request #1593 from manics/breaking-changes.md
Add breaking changes to CHANGES.md
2 parents 8351995 + 75114ea commit 372bc24

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGES.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@ deployed to production at mybinder.org quickly after they are merged
77
As such, this changelog is broken up by dates, not versions, and is just to
88
make it easier to track what has changed over time_
99

10+
# 0.2.0...HEAD
11+
12+
([full changelog](https://github.com/jupyterhub/binderhub/compare/0.2.0...HEAD))
13+
14+
## Breaking changes
15+
16+
### `dind.enabled` replaced by `imageBuilderType: dind`
17+
18+
The BinderHub builder has been generalised to support non-docker implementations
19+
[#1531](https://github.com/jupyterhub/binderhub/pull/1531).
20+
If you are using Docker-in-Docker replace:
21+
22+
- `dind.enabled: true` ➡️ `imageBuilderType: dind`
23+
24+
The `component: dind` pod builder label is changed to `component: image-builder`
25+
[#1543](https://github.com/jupyterhub/binderhub/pull/1543)
26+
27+
### `imageCleaner.host.enabled` replaced by`imageCleaner.enabled`
28+
29+
When Docker-in-Docker (dind) is enabled the image cleaner used to be run in Docker-in-Docker and on the host Docker.
30+
This is no longer the case, the image cleaner is only run in one place
31+
[#1588](https://github.com/jupyterhub/binderhub/pull/1588).
32+
If you were previously disabling the image cleaner replace:
33+
34+
- `imageCleaner.host.enabled: false` ➡️ `imageCleaner.enabled: false`
35+
36+
# 0.2.0
37+
1038
# master@{2019-07-01}...master@{2019-10-01}
1139

1240
([full changelog](https://github.com/jupyterhub/binderhub/compare/01b1c59b9e7dc81250c1ed579c492ec2fd6baaf6...a168d069772012c52f9ac7056ec22d779927ae69))

0 commit comments

Comments
 (0)