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

Commit

Permalink
Merge pull request #2574 from dongluochen/bump-1.2.6-rc1
Browse files Browse the repository at this point in the history
Bump version to 1.2.6-rc1
  • Loading branch information
dongluochen committed Dec 21, 2016
2 parents 87c150b + cfe4df5 commit ec84706
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -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"
Expand Down

0 comments on commit ec84706

Please sign in to comment.