Skip to content

Commit cd34cf6

Browse files
authored
Update changelog for release
1 parent 85d5385 commit cd34cf6

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,19 +137,26 @@ clusters, as well as an option to run a local notebook directly on the jupyterhu
137137
```
138138

139139

140-
## Recent changes / upgrading
140+
## Changelog
141141

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)
143143

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
147146
* Fix up logging
148147
* Merge `user_options` with the template substitution vars instead of having it as a separate key
149148
* Update ip/port handling for JupyterHub 0.8
150-
* Improvements to `SlurmSpawner`, `GridengineSpawner`
151149
* Add `LICENSE` (BSD3) and `CONTRIBUTING.md`
152150
* Add `LsfSpawner` for IBM LFS
153151
* 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`
155162

0 commit comments

Comments
 (0)