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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,11 @@ make it easier to track what has changed over time_
13
13
14
14
## Breaking changes
15
15
16
+
### `imageCleaner.host.dockerSocket` is replaced by `dockerSocketDir` and `dockerSocketName`
17
+
18
+
`imageCleaner.host.dockerSocket` is replaced by `imageCleaner.host.dockerSocketDir` and `imageCleaner.host.dockerSocketHost`[#2030](https://github.com/jupyterhub/binderhub/pull/2030).
19
+
This gives us more control over how the socket is mounted to work around some bugs.
20
+
16
21
### `binderhub_config.py` is mounted at runtime
17
22
18
23
The `binderhub_config.py` file is now mounted at runtime instead of being built into the BinderHub image
Copy file name to clipboardExpand all lines: helm-chart/binderhub/templates/NOTES.txt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,10 @@ config:
200
200
{{- $breaking = print $breaking "\n\nThe image cleaner is either disabled or adapted to the value of imageBuilderType." }}
201
201
{{- end }}
202
202
203
+
{{- if hasKey .Values.imageCleaner.host "dockerSocket" }}
204
+
{{- $breaking = print $breaking "\n\nCHANGED: imageCleaner.host.dockerSocket has been removed, use imageCleaner.host.dockerSocketDir and imageCleaner.host.dockerSocketHost instead" }}
0 commit comments