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

Commit b63b05a

Browse files
committed
Merge pull request #1640 from vieux/bump-v1.1.0-rc1
Bump version to 1.1.0-rc1
2 parents f883a6d + 7b142f5 commit b63b05a

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Changelog
22

3+
## 1.1.0 (2015-01-14)
4+
5+
#### Scheduler
6+
7+
- Add support for container rescheduling on node failure. (experimental)
8+
- Use failureCount as a secondary health indicator
9+
- Add swarm container create retry option
10+
- Fixed the way soft affinities and handled
11+
12+
#### API
13+
14+
- Support private registry on docker run
15+
- Expose error and last update time in docker info
16+
- Sort images by Created
17+
- Fix error when inspect on unhealthy node
18+
- Prevent panic in filters when container has no name
19+
- Add buildtime, kernelversion and experimental to API version
20+
21+
#### Node Managment
22+
23+
- Add a random delay to avoid synchronized registration at swarm join
24+
- Use engine connection error to fail engine fast
25+
- Introduce pending state
26+
27+
#### Mesos integration
28+
29+
- Rename slave to agent
30+
- Upgrade tests to use mesos 0.25
31+
- Code refactors
32+
- Improve debug output
33+
- Enable checkpoint failover in FrameworkInfo
34+
- Fix timeout when pulling images
35+
- Add timeout to refuse offers
36+
37+
#### Misc
38+
39+
- Fix license grant
40+
- Documentation update
41+
- Use discovery from docker/docker
42+
343
## 1.0.1 (2015-12-09)
444

545
#### Scheduler

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package version
22

33
var (
44
// VERSION should be updated by hand at each release
5-
VERSION = "1.0.1"
5+
VERSION = "1.1.0"
66

77
// GITCOMMIT will be overwritten automatically by the build system
88
GITCOMMIT = "HEAD"

0 commit comments

Comments
 (0)