Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2207 from dongluochen/bump-1.2.1
Browse files Browse the repository at this point in the history
Bump version to v1.2.1
  • Loading branch information
dongluochen committed May 3, 2016
2 parents b2de648 + 63418b2 commit 9a968f5
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# 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

Expand All @@ -10,16 +14,27 @@
- Return an error when assertion fails in hijack
- Return an error when Image Pull fails
- 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

- Switch to go 1.6.2
- Move dependencies to vendor/
- 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

- 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)

Expand Down

0 comments on commit 9a968f5

Please sign in to comment.