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: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,8 @@ clusters, as well as an option to run a local notebook directly on the jupyterhu
141
141
142
142
### v0.8.1 (bugfix release)
143
143
144
+
* Fix regression: single-user server binding address is overwritten by previous session server address, resulting in failure to start. Issue #76
145
+
144
146
### v0.8.0 (compatible with JupyterHub 0.5.0 through 0.8.1/0.9dev)
145
147
146
148
* SlurmSpawner: Remove `--uid` for (at least) Slurm 17.11 compatibility. If you use `sudo`, this should not be necessary, but because this is security related you should check that user management is as you expect. If your configuration does not use `sudo` then you may need to add the `--uid` option in a custom `batch_script`.
@@ -158,6 +160,7 @@ clusters, as well as an option to run a local notebook directly on the jupyterhu
158
160
* WrapSpawner and ProfilesSpawner, which provide mechanisms for runtime configuration of spawners, have been split out and moved to the [`wrapspawner`](https://github.com/jupyterhub/wrapspawner) package
159
161
* Enable CI testing via Travis-CI
160
162
163
+
161
164
### v0.3 (tag: jhub-0.3, compatible with JupyterHub 0.3.0)
162
165
163
166
* initial release containing `TorqueSpawner` and `SlurmSpawner`
0 commit comments