From e8419e29c447650fd5ed0b88b02e8aeaa3229ac0 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Sat, 9 Aug 2025 09:36:14 +0300 Subject: [PATCH] Update docs --- 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 7d56e9fcb9..8623bf5d9d 100644 --- a/docs/releases/1.34-NOTES.md +++ b/docs/releases/1.34-NOTES.md @@ -7,6 +7,7 @@ This is a document to gather the release notes prior to the release. # Significant changes * 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`. ## Some Feature