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 #2103 from dongluochen/bump-v1.2.0-rc3
Browse files Browse the repository at this point in the history
Bump version to v1.2.0-rc3
  • Loading branch information
dongluochen committed Apr 8, 2016
2 parents 6404bad + 621cf86 commit 4ff0b10
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
- Differentiate constraint errors from affinity errors
- Printing unsatisfiable constraints for container scheduling failure
- Enable rescheduling on master manager to prevent replica managers from rescheduling containers
- Output error when starting a rescheduled container fails
- Output error when starting a rescheduled container fails, and when removing container fails at node recovery
- Validate cluster swarm.overcommit option

#### API

Expand All @@ -22,6 +23,7 @@
- Print container 'created' state at ps
- Update dockerclient to get labels on volumes, networks, images
- Support private images, labels and other new flags in docker build
- Select apiClient version according to node docker version

#### Node management

Expand All @@ -32,6 +34,14 @@
- Increase max thread count to 50k to accommodate large cluster or heavy workload
- Force to validate min and max refresh interval to be positive
- Skip unstable tests from Docker bug 14203
- Fix race condition between node removal from discovery and scheduler
- Fix data race with node failureCount
- Display warning message if an engine has labels with "node=xxx"

#### Discovery

- Remove parameter which is not used in createDiscovery
- Fix Consul leader election failure on multi-server

#### Mesos integration

Expand All @@ -41,7 +51,6 @@
#### 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
- Make port 0 invalid as listening port
Expand Down

0 comments on commit 4ff0b10

Please sign in to comment.