Skip to content

Commit 85d5385

Browse files
rkdarstmbmilligan
authored andcommitted
Add a changelog to bottom of README.md (#67)
* Add a changelog to bottom of README.md * Changelog: Add longer note of SlurmSpawner --uid removal
1 parent 0ec332a commit 85d5385

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This package formerly included WrapSpawner and ProfilesSpawner, which provide me
2727
### Overview
2828

2929
This file contains an abstraction layer for batch job queueing systems (`BatchSpawnerBase`), and implements
30-
Jupyterhub spawners for Torque, SLURM, SGE, HTCondor and eventually others.
30+
Jupyterhub spawners for Torque, Moab, SLURM, SGE, HTCondor, LSF, and eventually others.
3131
Common attributes of batch submission / resource manager environments will include notions of:
3232
* queue names, resource manager addresses
3333
* resource limits including runtime, number of processes, memory
@@ -135,3 +135,21 @@ clusters, as well as an option to run a local notebook directly on the jupyterhu
135135
req_runtime='8:00:00', req_memory='4gb', state_exechost_exp='')),
136136
]
137137
```
138+
139+
140+
## Recent changes / upgrading
141+
142+
### 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)
155+

0 commit comments

Comments
 (0)