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

Commit 2005aec

Browse files
authored
Merge pull request #2753 from nishanttotla/bump-v1.2.7
Bump version to 1.2.7
2 parents 9f55c32 + db5369c commit 2005aec

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

CHANGELOG.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## 1.2.7 (2017-06-30)
4+
5+
#### API
6+
7+
- Add name filter for `network ls`
8+
- Allow control over where volumes get created with a whitelist label
9+
- Immediately flush response headers for ContainerWait requests
10+
- Add support for network filters on containers and label filters on volumes
11+
- Don't throw away most of the JSONMessage content when pulling images
12+
- Add progress reporting during image pulls
13+
- Add filter to list dangling images
14+
- Add OSType as a label for node constraints
15+
- Don't fail docker pull operations when running both Linux and Windows nodes
16+
- Add support for some new image build options
17+
- Node filters for networks and volumes
18+
19+
#### Events
20+
21+
- Move events handling to use watch queues from `github.com/docker/swarmkit`
22+
- Event stream retry interval capped to 10 seconds
23+
24+
#### Networking
25+
26+
- Fix refresh loop after `network ls` stopped returning containers attached to networks (for newer API versions)
27+
28+
#### Discovery
29+
30+
- Deprecate Docker Hub discovery (token based); to be removed in an upcoming release
31+
32+
#### Misc
33+
34+
- Move vendoring to use `github.com/LK4D4/vndr` instead of Godeps
35+
- Fix several test failures
36+
- Parallelize engine operations
37+
338
## 1.2.6 (2017-01-17)
439

540
#### API
@@ -24,7 +59,7 @@
2459
- Remove dependency on IPv4 addresses
2560
- Support event top, resize, commit and so on to avoid unnecessary refreshing
2661
- Sequentialize event monitor to an engine to avoid data race
27-
- When an active engine sends EOF on event stream, restart event monitor so we don't lose events
62+
- When an active engine sends EOF on event stream, restart event monitor so we don't lose events
2863
- When proxying a request, cancel request if user connection is broken
2964

3065
#### MISC

version/version.go

Lines changed: 1 addition & 1 deletion
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.6"
5+
VERSION = "1.2.7"
66

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

0 commit comments

Comments
 (0)