Skip to content

Commit 4cf3732

Browse files
committed
Update changelog for release
1 parent c320f05 commit 4cf3732

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,13 @@ clusters, as well as an option to run a local notebook directly on the jupyterhu
146146
* Add new option exec_prefix, which defaults to `sudo -E -u {username}`. This replaces explicit `sudo` in every batch command - changes in local commands may be needed.
147147
* Add many more tests.
148148
* Update minimum requirements to JupyterHub 0.8.1 and Python 3.4.
149+
* New option: `req_keepvars_extra`, which allows keeping extra variables in addition to what is defined by JupyterHub itself (addition of variables to keep instead of replacement). #99
150+
* Add `req_prologue` and `req_epilogue` options to scripts which are inserted before/after the main jupyterhub-singleuser command, which allow for generic setup/cleanup without overriding the entire script. #96
151+
* Add a new page `SPAWNERS.md` which information on specific spawners. #97
152+
* Pass the environment dictionary to the queue and cancel commands as well. This is mostly user environment, but may be useful to these commands as well in some cases. #108, #111
153+
* SlurmSpawner: add the `req_reservation` option. #
154+
* Improve debugging on failed submission by raising errors including error messages from the commands. #106
155+
* Many other non-user or developer visible changes. #107 #106 #100
149156

150157
### v0.8.1 (bugfix release)
151158

0 commit comments

Comments
 (0)