Skip to content

Commit

Permalink
changelog for 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Jan 3, 2017
1 parent 2bed0df commit 92246eb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ command line for details.

## [Unreleased]

## [0.6] - 2016-01-02

- Add `DockerSpawner.format_volume_name` for custom naming strategies for mounted volumes.
- Support `mem_limit` config introduced in JupyterHub 0.7.
- Support `will_resume` flag necessary for resuming containers with
`DockerSpawner.remove_containers = False` and JupyterHub 0.7
(requires JupyterHub 0.7.1).

## [0.5] - 2016-10-05

- return ip, port from `DockerSpawner.start`, for future-compatibility (setting ip, port directly is deprecated in JupyterHub 0.7).
Expand Down Expand Up @@ -35,7 +43,8 @@ command line for details.
First release


[Unreleased]: https://github.com/jupyterhub/dockerspawner/compare/0.5.0...HEAD
[Unreleased]: https://github.com/jupyterhub/dockerspawner/compare/0.6.0...HEAD
[0.6]: https://github.com/jupyterhub/dockerspawner/compare/0.5.0...0.6.0
[0.5]: https://github.com/jupyterhub/dockerspawner/compare/0.4.0...0.5.0
[0.4]: https://github.com/jupyterhub/dockerspawner/compare/0.3.0...0.4.0
[0.3]: https://github.com/jupyterhub/dockerspawner/compare/0.2.0...0.3.0
Expand Down

0 comments on commit 92246eb

Please sign in to comment.