From 8aee327ec3f918ae5abfefc429a22e8713121fb7 Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Tue, 30 May 2023 15:57:42 -0600 Subject: [PATCH] engine: fix missing PR number in 24.0 release notes Signed-off-by: Bjorn Neergaard --- engine/release-notes/24.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/release-notes/24.0.md b/engine/release-notes/24.0.md index 8876318214..0041187a45 100644 --- a/engine/release-notes/24.0.md +++ b/engine/release-notes/24.0.md @@ -97,7 +97,7 @@ For a full list of pull requests and changes in this release, refer to the relev * libnetwork: Remove unused code related to classic Swarm. [moby/moby#44965](https://github.com/moby/moby/pull/44965) * libnetwork: Remove usage of the `xt_u32` kernel module from encrypted Swarm overlay networks. [moby/moby#45281](https://github.com/moby/moby/pull/45281) * Remove support for BuildKit's deprecated `buildinfo` in favor of standard provenance attestations. [moby/moby#45097](https://github.com/moby/moby/pull/45097) -* Remove the deprecated AUFS and legacy `overlay` storage drivers. [moby/moby#45342](https://github.com/moby/moby/pull/45342), [moby/moby#](https://github.com/moby/moby/pull/45359) +* Remove the deprecated AUFS and legacy `overlay` storage drivers. [moby/moby#45342](https://github.com/moby/moby/pull/45342), [moby/moby#45359](https://github.com/moby/moby/pull/45359) * Remove the deprecated `overlay2.override_kernel_check` storage driver option. [moby/moby#45368](https://github.com/moby/moby/pull/45368) * Remove workarounds for obsolete versions of `apparmor_parser` from the AppArmor profiles. [moby/moby#45500](https://github.com/moby/moby/pull/45500) * API: `GET /images/json` no longer represents empty RepoTags and RepoDigests as`:`/`@`. Empty arrays are returned instead on API >= 1.43. [moby/moby#45068](https://github.com/moby/moby/pull/45068)