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

Commit ec84706

Browse files
authored
Merge pull request #2574 from dongluochen/bump-1.2.6-rc1
Bump version to 1.2.6-rc1
2 parents 87c150b + cfe4df5 commit ec84706

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 1.2.6-rc1 (2016-12-19)
4+
5+
#### API
6+
7+
- Switch from engine-api to docker/api/type and docker/clients
8+
- Pass size parameter through on container inspect
9+
10+
#### Scheduler
11+
12+
- Precompile filter regular expression to reduce PU usage
13+
- Remove setTCPUserTimeout to avoid TCP connection leak
14+
- Fix network endpoints for rescheduling
15+
- Give up leadership when manager shuts down
16+
17+
#### MISC
18+
19+
- Migrate documentation to https://github.com/docker/docker.github.io/tree/master/swarm
20+
- Update Swarm CI to use go 1.7.1
21+
- support GOARCH to be able to build for other architectures
22+
- Send Swarm logs to stdout
23+
324
## 1.2.5 (2016-08-18)
425

526
#### 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.2.5"
5+
VERSION = "1.2.6"
66

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

0 commit comments

Comments
 (0)