Skip to content

Commit

Permalink
Bump version to 19.03.6.rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Arko Dasgupta <arko.dasgupta@docker.com>
  • Loading branch information
Arko Dasgupta committed Jan 24, 2020
1 parent cda3e39 commit e66282a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,28 @@
For official release notes for Docker Engine CE and Docker Engine EE, visit the
[release notes page](https://docs.docker.com/engine/release-notes/).

## 19.03.6 (2020-01-23)

### Builder

+ builder-next: Allow modern sign hashes for ssh forwarding. [moby/buildkit#1270](https://github.com/docker/engine/pull/453)
- builder-next: Clear onbuild rules after triggering. [moby/buildkit#1324](https://github.com/docker/engine/pull/453)
- bump hcsshim to fix docker build failing on Windows 1903. [moby#39100](https://github.com/docker/engine/pull/429)

### Networking

- Shorten controller ID in exec-root to not hit UNIX_PATH_MAX. [docker/libnetwork#2482](https://github.com/docker/engine/pull/424)
- Fix panic in drivers/overlay/encryption.go. [docker/libnetwork#2483](https://github.com/docker/engine/pull/424)
- Fix hwaddr set race between us and udev. [docker/libnetwork#2495](https://github.com/docker/engine/pull/439)

### Runtime

+ Bump Golang 1.12.15. [docker/engine#452](https://github.com/docker/engine/pull/452)
+ Update containerd binary to v1.2.11. [docker/engine#428](https://github.com/docker/engine/pull/428)
+ Update to runc v1.0.0-rc9. [docker/engine#428](https://github.com/docker/engine/pull/428)
- Fix possible runtime panic in Lgetxattr. [moby#40283](https://github.com/docker/engine/pull/454)
- rootless: fix proxying UDP packets. [moby#40317](https://github.com/docker/engine/pull/434)

## 19.03.5 (2019-11-13)

### Builder
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
19.03.6-test1
19.03.6-rc1

0 comments on commit e66282a

Please sign in to comment.