From 4cae2337b4bc57cae5dc3696d220e13331eed58d Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 14 Aug 2021 11:54:38 +0200 Subject: [PATCH] Desktop: release notes: mention kernel update and performance fix Signed-off-by: Sebastiaan van Stijn --- desktop/mac/release-notes.md | 5 +++++ desktop/windows/release-notes.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/desktop/mac/release-notes.md b/desktop/mac/release-notes.md index 8a9eeb6fc6..7f6fd2e1b7 100644 --- a/desktop/mac/release-notes.md +++ b/desktop/mac/release-notes.md @@ -36,9 +36,14 @@ This page contains information about the new features, improvements, known issue - [containerd v1.4.9](https://github.com/containerd/containerd/releases/tag/v1.4.9) - [runc v1.0.1](https://github.com/opencontainers/runc/releases/tag/v1.0.1) - [Kubernetes 1.21.3](https://github.com/kubernetes/kubernetes/releases/tag/v1.21.3) +- [Linux kernel 5.10.47](https://hub.docker.com/layers/docker/for-desktop-kernel/5.10.47-0b705d955f5e283f62583c4e227d64a7924c138f/images/sha256-a4c79bc185ec9eba48dcc802a8881b9d97e532b3f803d23e5b8d4951588f4d51?context=repo) ### Bug fixes and minor changes +- Update kernel configuration to fix a performance regression in [Docker Desktop 3.0.0](#docker-desktop-300) + that caused publishing container ports to take 10 times longer than on older + versions. For more information, see [linuxkit/linuxkit#3701](https://github.com/linuxkit/linuxkit/pull/3701) + and [docker/for-mac#5668](https://github.com/docker/for-mac/issues/5668). - Fixed a bug where the DNS server would fail after receiving an unexpectedly large datagram. - Fixed an issue related to hardware acceleration [docker/for-mac#5121](https://github.com/docker/for-mac/issues/5121) - Fixed an issue related to Skip This Update for mac [docker/for-mac#5842](https://github.com/docker/for-mac/issues/5842) diff --git a/desktop/windows/release-notes.md b/desktop/windows/release-notes.md index 25ad881619..69020ce7ca 100644 --- a/desktop/windows/release-notes.md +++ b/desktop/windows/release-notes.md @@ -35,9 +35,14 @@ This page contains information about the new features, improvements, known issue - [containerd v1.4.9](https://github.com/containerd/containerd/releases/tag/v1.4.9) - [runc v1.0.1](https://github.com/opencontainers/runc/releases/tag/v1.0.1) - [Kubernetes 1.21.3](https://github.com/kubernetes/kubernetes/releases/tag/v1.21.3) +- [Linux kernel 5.10.47](https://hub.docker.com/layers/docker/for-desktop-kernel/5.10.47-0b705d955f5e283f62583c4e227d64a7924c138f/images/sha256-a4c79bc185ec9eba48dcc802a8881b9d97e532b3f803d23e5b8d4951588f4d51?context=repo) ### Bug fixes and minor changes +- Update kernel configuration to fix a performance regression in [Docker Desktop 3.0.0](#docker-desktop-300) + that caused publishing container ports to take 10 times longer than on older + versions. For more information, see [linuxkit/linuxkit#3701](https://github.com/linuxkit/linuxkit/pull/3701) + and [docker/for-mac#5668](https://github.com/docker/for-mac/issues/5668). - Fixed a bug where the DNS server would fail after receiving an unexpectedly large datagram. - Fixed spurious traces on iptables updates. - Fixed slowness when adding multiple ports forwarding option.