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 #2009 from dongluochen/bump-1.2.0-rc1
Browse files Browse the repository at this point in the history
Bump version to 1.2.0-rc1
  • Loading branch information
dongluochen committed Mar 22, 2016
2 parents 1d17bc6 + 27cf675 commit 027b34a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Changelog

## 1.2.0-rc1 (2016-03-22)

#### Scheduler

- Move rescheduling out of experimental
- Differentiate constraint errors from affinity errors
- Printing unsatisfiable constraints for container scheduling failure

#### API

- Introduce engine-api client to Swarm
- Implement 'info' and 'version' with engine-api
- Fix swarm api response status code
- Spport ps node filter
- Fix HostConfig for /start endpoint

#### Node management

- Prevent crash on channel double close
- Manager retries EventMonitoring on failure.
- Docker engine updates hostname/domainname
- Force inspect for containers in Restarting state.
- Increase max thread count to 50k to accommodate large cluster or heavy workload
- Force to validate min and max refresh interval to be positive

#### Mesos integration

- Support rescind offer in swarm
- Update mesos tests

#### Misc

- Skip redundant endpoints in "network inspect"
- Remove parameter which is not used in createDiscovery
- Validate duration flags:--delay, --timeout, --replication-ttl
- Fix image matching via id

## 1.1.3 (2016-03-03)

- Fix missing HostConfig for rescheduled containers
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.1.3"
VERSION = "1.2.0"

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

0 comments on commit 027b34a

Please sign in to comment.