You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: validate Talos extensions against the catalog
Extension names on installation media configs, machine request sets, and extensions configurations are now validated against the Talos extensions catalog for the relevant Talos version. Unknown names, duplicates, and oversized lists are rejected. When no Talos version is set, the default version's catalog is used so the names still get checked. Names without a namespace are looked up under siderolabs/ so older clients that send the documented short form keep working.
The omnictl installation media create command also resolves short or partial extension names to canonical form before sending, replacing the client-side catalog check it used to do.
Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
0 commit comments