From 5391dbced8c27a9b7f066b1094da5d4ad8f3f89a Mon Sep 17 00:00:00 2001 From: Arnaud Meukam Date: Fri, 29 Aug 2025 22:08:31 +0200 Subject: [PATCH] Update 1.34 release notes Follow-up of: - https://github.com/kubernetes/kops/pull/17587 Signed-off-by: Arnaud Meukam --- docs/releases/1.34-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releases/1.34-NOTES.md b/docs/releases/1.34-NOTES.md index 8623bf5d9d..2378572565 100644 --- a/docs/releases/1.34-NOTES.md +++ b/docs/releases/1.34-NOTES.md @@ -8,6 +8,7 @@ This is a document to gather the release notes prior to the release. * Default SSH key is now `~/.ssh/id_ed25519.pub`, instead of the less secure `~/.ssh/id_rsa.pub`. * `crictl` and `nerdctl` are now only installed on demand, by setting `spec.containerd.installCriCtl=true` and `spec.containerd.installNerdCtl=true`. +* `ebtables`, `ethtool` and `socat` are no longer installed by default. ## Some Feature