remove all CLI args from default Spawner implementation

use only env variables, which are safer to ignore and easier to handle in multiple ways
This commit is contained in:
Min RK
2021-05-04 12:30:39 +02:00
parent e75dd1b79c
commit f28b92a99e
5 changed files with 107 additions and 30 deletions

View File

@@ -899,7 +899,7 @@ Bugfixes on 0.6:
### [0.6.0] - 2016-04-25
- JupyterHub has moved to a new `jupyterhub` namespace on GitHub and Docker. What was `juptyer/jupyterhub` is now `jupyterhub/jupyterhub`, etc.
- JupyterHub has moved to a new `jupyterhub` namespace on GitHub and Docker. What was `jupyter/jupyterhub` is now `jupyterhub/jupyterhub`, etc.
- `jupyterhub/jupyterhub` image on DockerHub no longer loads the jupyterhub_config.py in an ONBUILD step. A new `jupyterhub/jupyterhub-onbuild` image does this
- Add statsd support, via `c.JupyterHub.statsd_{host,port,prefix}`
- Update to traitlets 4.1 `@default`, `@observe` APIs for traits