This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1080 from vieux/add_changelog
add CHANGELOG.md
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Changelog | ||
|
||
## 0.4 (2015-08-04) | ||
|
||
#### Scheduler | ||
|
||
- Reschedule with soft affinity when image cannot be pulled | ||
|
||
#### Store | ||
|
||
- Replace the store pkg by libKV | ||
- Fixes about consul/etcd and zookeeper | ||
|
||
#### API | ||
|
||
- Fix docker push name matching | ||
- Fix docker exec status code | ||
- Fix docker pull status code | ||
|
||
#### Docker Engine Compatibility | ||
|
||
- Improve docker info with docker client 1.7.x | ||
- Add SystemTime, http_proxy, https_proxy and no_proxy to docker info | ||
|
||
#### Mesos integration | ||
|
||
- Task creation timeout configurable | ||
- Fix issue with hostname in library image | ||
- Use 'docker_port' attribute if available | ||
- Add support for random ports | ||
|
||
#### Misc | ||
|
||
- Add doc on leader election / high availability of swarm manager | ||
- Lots of typos/improvements to the doc | ||
- Switch to golang 1.4 |