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
### v0.8 (compatible with JupyterHub 0.8.1/0.9dev)
143
+
144
+
* Add jinja2 templating support for substitutions
145
+
* 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 for some reason you have removed the sudo, you *must* pay attention and fix things.
146
+
* add `req_ngpus` base option
147
+
* Fix up logging
148
+
* Merge `user_options` with the template substitution vars instead of having it as a separate key
149
+
* Update ip/port handling for JupyterHub 0.8
150
+
* Improvements to `SlurmSpawner`, `GridengineSpawner`
151
+
* Add `LICENSE` (BSD3) and `CONTRIBUTING.md`
152
+
* Add `LsfSpawner` for IBM LFS
153
+
* Add `MultiSlurmSpawner`
154
+
* (first entry, changes older than 1 year not listed here)
0 commit comments