From cfe4df542779e73502e32f7ec48bf22589ca9909 Mon Sep 17 00:00:00 2001 From: Dong Chen Date: Tue, 20 Dec 2016 16:36:48 -0800 Subject: [PATCH] Bump version to 1.2.6-rc1 Signed-off-by: Dong Chen --- CHANGELOG.md | 21 +++++++++++++++++++++ version/version.go | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b167a1d96f..64132c753f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## 1.2.6-rc1 (2016-12-19) + +#### API + +- Switch from engine-api to docker/api/type and docker/clients +- Pass size parameter through on container inspect + +#### Scheduler + +- Precompile filter regular expression to reduce PU usage +- Remove setTCPUserTimeout to avoid TCP connection leak +- Fix network endpoints for rescheduling +- Give up leadership when manager shuts down + +#### MISC + +- Migrate documentation to https://github.com/docker/docker.github.io/tree/master/swarm +- Update Swarm CI to use go 1.7.1 +- support GOARCH to be able to build for other architectures +- Send Swarm logs to stdout + ## 1.2.5 (2016-08-18) #### Scheduler diff --git a/version/version.go b/version/version.go index a24e1eb003..e13016f4ef 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version var ( // VERSION should be updated by hand at each release - VERSION = "1.2.5" + VERSION = "1.2.6" // GITCOMMIT will be overwritten automatically by the build system GITCOMMIT = "HEAD"