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
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,19 +137,26 @@ clusters, as well as an option to run a local notebook directly on the jupyterhu
137
137
```
138
138
139
139
140
-
## Recent changes / upgrading
140
+
## Changelog
141
141
142
-
### v0.8 (compatible with JupyterHub 0.8.1/0.9dev)
142
+
### v0.8 (compatible with JupyterHub 0.5.0 through 0.8.1/0.9dev)
143
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
144
+
* 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`.
145
+
* add `req_ngpus` and `req_options` base options
147
146
* Fix up logging
148
147
* Merge `user_options` with the template substitution vars instead of having it as a separate key
149
148
* Update ip/port handling for JupyterHub 0.8
150
-
* Improvements to `SlurmSpawner`, `GridengineSpawner`
151
149
* Add `LICENSE` (BSD3) and `CONTRIBUTING.md`
152
150
* Add `LsfSpawner` for IBM LFS
153
151
* Add `MultiSlurmSpawner`
154
-
* (first entry, changes older than 1 year not listed here)
152
+
* Add `MoabSpawner`
153
+
* Add `condorSpawner`
154
+
* Add `GridEngineSpawner`
155
+
* SlurmSpawner: add `req_partition` and `req_qos` options
156
+
* 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
157
+
* Enable CI testing via Travis-CI
158
+
159
+
### v0.3 (tag: jhub-0.3, compatible with JupyterHub 0.3.0)
160
+
161
+
* initial release containing `TorqueSpawner` and `SlurmSpawner`
0 commit comments