Commit Graph

3 Commits

Author SHA1 Message Date
Artem Chernyshev
ed946b30a6
feat: display OMNI_ENDPOINT in the service account creation UI
Fixes: https://github.com/siderolabs/omni/issues/858

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2025-01-29 15:27:36 +03:00
Noel Georgi
d8e3aadb1b
chore: handle renamed drm extensions
Handle renamed drm extensions.

Fixes: https://github.com/siderolabs/talos/issues/9728

Signed-off-by: Noel Georgi <git@frezbo.dev>
2024-12-10 17:21:46 +05:30
Utku Ozdemir
4a82cd0e8f
chore: rewrite renamed extension names on Talos version updates
If an extension is renamed between minor Talos versions, rewrite its name to the newer one on upgrades and to older one on downgrades.

Handle the rename of `xe-guest-utilities` to `xen-guest-agent` happened on `1.6->1.7`, which was previously not handled correctly.

Additionally, closes siderolabs/omni#519.

Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
2024-08-28 13:48:17 +02:00