Update docs

This commit is contained in:
Ciprian Hacman 2025-08-09 09:36:14 +03:00
parent 5bce5f397a
commit e8419e29c4
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ This is a document to gather the release notes prior to the release.
# Significant changes # Significant changes
* Default SSH key is now `~/.ssh/id_ed25519.pub`, instead of the less secure `~/.ssh/id_rsa.pub`. * 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 ## Some Feature