Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Bump version to 19.03.6.rc2 #640

Merged
merged 1 commit into from
Feb 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
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)
## 19.03.6 (2020-02-05)

### Builder

- builder-next: Allow modern sign hashes for ssh forwarding. [docker/engine#453](https://github.com/docker/engine/pull/453)
- builder-next: Clear onbuild rules after triggering. [docker/engine#453](https://github.com/docker/engine/pull/453)
- bump hcsshim to fix docker build failing on Windows 1903. [docker/engine#429](https://github.com/docker/engine/pull/429)
- builder-next: Fix issue with directory permissions when usernamespaces is enabled. [moby/moby#40440](https://github.com/moby/moby/pull/40440)
- Bump hcsshim to fix docker build failing on Windows 1903. [docker/engine#429](https://github.com/docker/engine/pull/429)

### Networking

Expand All @@ -19,9 +20,9 @@ For official release notes for Docker Engine CE and Docker Engine EE, visit the

### 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)
* Bump Golang 1.12.16. [moby/moby#40433](https://github.com/moby/moby/pull/40433)
* Update containerd binary to v1.2.12. [moby/moby#40433](https://github.com/moby/moby/pull/40453)
* Update to runc v1.0.0-rc10. [moby/moby#40433](https://github.com/moby/moby/pull/40453)
- Fix possible runtime panic in Lgetxattr. [docker/engine#454](https://github.com/docker/engine/pull/454)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we mention the CVE's that were fixed both in Golang and Runc/containerd ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From a quick scan of the CHANGELOG, I don't think we've specified Golang CVE's in the past, the links should have the CVE details in there

- rootless: fix proxying UDP packets. [docker/engine#434](https://github.com/docker/engine/pull/434)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.03.6-rc1
19.03.6-rc2