mirror of https://github.com/docker/docs.git
Merge pull request #2207 from dongluochen/bump-1.2.1
Bump version to v1.2.1
This commit is contained in:
commit
9a968f5c5d
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -1,6 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 1.2.1 (2016-04-22)
|
## 1.2.1 (2016-05-03)
|
||||||
|
|
||||||
|
#### Scheduler
|
||||||
|
|
||||||
|
- Add containerslots filter to allow user to limit container number on a node
|
||||||
|
|
||||||
#### API
|
#### API
|
||||||
|
|
||||||
|
|
@ -10,16 +14,27 @@
|
||||||
- Return an error when assertion fails in hijack
|
- Return an error when assertion fails in hijack
|
||||||
- Return an error when Image Pull fails
|
- Return an error when Image Pull fails
|
||||||
- Fix image pull bug (wait until download finishes)
|
- Fix image pull bug (wait until download finishes)
|
||||||
|
- Fix and document some api response status codes
|
||||||
|
- Add NodeID in docker info
|
||||||
|
- Support docker ps --filter by volume
|
||||||
|
|
||||||
#### Build
|
#### Build
|
||||||
|
|
||||||
- Switch to go 1.6.2
|
|
||||||
- Move dependencies to vendor/
|
- Move dependencies to vendor/
|
||||||
- Update Image Pull to use docker/distribution package
|
- Update Image Pull to use docker/distribution package
|
||||||
|
- Convert docs Dockerfiles to use docs/base:oss
|
||||||
|
|
||||||
|
#### Test
|
||||||
|
|
||||||
|
- Fix api/ps tests
|
||||||
|
- Update api/stats test to prevent timeout on master branch
|
||||||
|
- Use --cpu-shares instead of -c in integration test
|
||||||
|
|
||||||
#### Misc
|
#### Misc
|
||||||
|
|
||||||
- Documentation clean up
|
- Documentation clean up
|
||||||
|
- Close http response body to avoid potential memory leak
|
||||||
|
- Switch context.TODO() to context.Background() to enable context setting
|
||||||
|
|
||||||
## 1.2.0 (2016-04-13)
|
## 1.2.0 (2016-04-13)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue