From 1d8d00a55e422260dea37e49f253b5aca9f1bd27 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Thu, 16 Jul 2015 09:23:33 -0700 Subject: [PATCH] add changelog Signed-off-by: Victor Vieux --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..13421431a3 --- /dev/null +++ b/CHANGELOG.md @@ -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