From c1c034e767ae949aa4df3b1d330671131f2a7ace Mon Sep 17 00:00:00 2001 From: Albin Kerouanton Date: Mon, 22 Jan 2024 09:34:41 +0100 Subject: [PATCH] Add a note about moby/moby#46603 in v25.0 release notes Signed-off-by: Albin Kerouanton --- content/engine/release-notes/25.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/engine/release-notes/25.0.md b/content/engine/release-notes/25.0.md index 59de492326..fcc2b4080f 100644 --- a/content/engine/release-notes/25.0.md +++ b/content/engine/release-notes/25.0.md @@ -67,6 +67,7 @@ For a full list of pull requests and changes in this release, refer to the relev - Unpacking layers with extended attributes onto an incompatible filesystem will now fail instead of silently discarding extended attributes. [moby/moby#45464](https://github.com/moby/moby/pull/45464) - Update daemon MTU option to BridgeConfig and display warning on Windows. [moby/moby#45887](https://github.com/moby/moby/pull/45887) - Validate IPAM config when creating a network. Automatically fix networks created prior to this release where `--ip-range` is larger than `--subnet`. [moby/moby#45759](https://github.com/moby/moby/pull/45759) +- Containers connected only to internal networks will now have no default route set, making the `connect` syscall fail-fast. [moby/moby#46603](https://github.com/moby/moby/pull/46603) - containerd image store: Add image events for `push`, `pull`, and `save`. [moby/moby#46405](https://github.com/moby/moby/pull/46405) - containerd image store: Add support for pulling legacy schema1 images. [moby/moby#46513](https://github.com/moby/moby/pull/46513) - containerd image store: Add support for pushing all tags. [moby/moby#46485](https://github.com/moby/moby/pull/46485)