mirror of https://github.com/docker/docs.git
commit
39ca8e97eb
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.1.1 (2016-02-17)
|
||||||
|
|
||||||
|
- Performance improvements around networking with Docker engine 1.10
|
||||||
|
- Fix reschedule issue regarding events
|
||||||
|
- Implement engine refresh backoff strategy for failing nodes
|
||||||
|
|
||||||
## 1.1.0 (2016-02-04)
|
## 1.1.0 (2016-02-04)
|
||||||
|
|
||||||
#### Scheduler
|
#### Scheduler
|
||||||
|
|
|
@ -2,7 +2,7 @@ package version
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// VERSION should be updated by hand at each release
|
// VERSION should be updated by hand at each release
|
||||||
VERSION = "1.1.0"
|
VERSION = "1.1.1"
|
||||||
|
|
||||||
// GITCOMMIT will be overwritten automatically by the build system
|
// GITCOMMIT will be overwritten automatically by the build system
|
||||||
GITCOMMIT = "HEAD"
|
GITCOMMIT = "HEAD"
|
||||||
|
|
Loading…
Reference in New Issue