mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
When a provider (e.g. Kind) reports updateInfo but the CLI is not actually installed, the Resources page would show an Update button that hangs indefinitely when clicked. Root cause: the Kind extension registers a provider update even when kindPath is undefined (CLI not installed). Additionally, the renderer only compared versions without checking that the provider has a version at all. Fixes: - Kind extension: skip provider.registerUpdate when kindPath is not set - Renderer: require provider.version to exist before showing the button - ProviderUpdateButton: add the same guard as defense-in-depth Closes #13639 Signed-off-by: Simon Rey <music.music.music@hotmail.com> Made-with: Cursor Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| compose | ||
| docker/packages | ||
| kind | ||
| kube-context | ||
| kubectl-cli | ||
| lima | ||
| podman/packages | ||
| podman-docker-context | ||
| registries | ||
| extensions.spec.ts | ||
| vitest.config.js | ||