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 #2158 from dongluochen/bump-1.2.1rc1
Browse files Browse the repository at this point in the history
bump 1.2.1-rc1
  • Loading branch information
dongluochen committed Apr 23, 2016
2 parents bf9e985 + 7cca0cb commit 584e10c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 1.2.1 (2016-04-22)

#### API

Use engine-api to handle large number of API calls
Update ContainerConfig to embed HostConfig and NetworkingConfig
stop/restart/kill an non-existent container should returns 500 rather than 404
Return an error when assertion fails in hijack
Return error when Image Pull fails
Fix image pull bug (wait until download finishes)

#### Build

Switch to go 1.6.2
Move dependencies to vendor/
Updating Image Pull to use docker/distribution package

#### Misc

Documentation clean up

## 1.2.0 (2016-04-13)

#### Scheduler
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package version

var (
// VERSION should be updated by hand at each release
VERSION = "1.2.0"
VERSION = "1.2.1"

// GITCOMMIT will be overwritten automatically by the build system
GITCOMMIT = "HEAD"
Expand Down

0 comments on commit 584e10c

Please sign in to comment.