From 8ac2f62778125423e0fcfa79dc88258e86c48277 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Thu, 27 Aug 2026 11:53:41 +0200 Subject: [PATCH 1/2] changelog: add issue link to bridge-utils removal Add a link to the original issue https://github.com/flatcar/Flatcar/issues/638 in the changelog missing in from https://github.com/flatcar/scripts/pull/4159. Signed-off-by: Dongsu Park --- changelog/changes/2026-07-29-drop-bridge-utils.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/changes/2026-07-29-drop-bridge-utils.md b/changelog/changes/2026-07-29-drop-bridge-utils.md index f65629cb10a..28bb5298397 100644 --- a/changelog/changes/2026-07-29-drop-bridge-utils.md +++ b/changelog/changes/2026-07-29-drop-bridge-utils.md @@ -1 +1 @@ -- Removed the `net-misc/bridge-utils` package. It is deprecated upstream in favor of the `bridge` utility from iproute2, which Flatcar ships through `sys-apps/iproute2`. Use `ip link add ... type bridge` instead of `brctl addbr ...`. +- Removed the `net-misc/bridge-utils` package. It is deprecated upstream in favor of the `bridge` utility from iproute2, which Flatcar ships through `sys-apps/iproute2`. Use `ip link add ... type bridge` instead of `brctl addbr ...`. ([Flatcar#638](https://github.com/flatcar/Flatcar/issues/638)) From 95638263a283817667e84d9ab22a2451d78aa440 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Thu, 27 Aug 2026 11:55:41 +0200 Subject: [PATCH 2/2] changelog: fix file name of weekly updates changelog Fix file name of weekly updates changelog from https://github.com/flatcar/scripts/pull/3174. Signed-off-by: Dongsu Park --- ...{3035-08-06-weekly-updates.md => 2025-08-06-weekly-updates.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename changelog/updates/{3035-08-06-weekly-updates.md => 2025-08-06-weekly-updates.md} (100%) diff --git a/changelog/updates/3035-08-06-weekly-updates.md b/changelog/updates/2025-08-06-weekly-updates.md similarity index 100% rename from changelog/updates/3035-08-06-weekly-updates.md rename to changelog/updates/2025-08-06-weekly-updates.md