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
Following a discussion in #1813 (comment) initiated by @benoitf. We have the following question: What version of Podman Desktop the AI Lab extension support ?
I had in mind that we support up to version 1.8 following our requirement in our packages/backend/package.json
However, @benoitf mentioned that the catalog state that we support up to 1.121.
We do not have any hard requirement on version post 1.12, but some feature are simply not available. For example the navigate resource API was introduced in version 1.10, and we have a check on it, to display or not the button to the user
We are using the latest API version, but we are (in theory) compatible with previous version of Podman Desktop. I would argue that we should have e2e matrix test for all the versions that we device we are compatible with.
Description
Following a discussion in #1813 (comment) initiated by @benoitf. We have the following question: What version of Podman Desktop the AI Lab extension support ?
I had in mind that we support up to version 1.8 following our requirement in our
packages/backend/package.json
podman-desktop-extension-ai-lab/packages/backend/package.json
Line 11 in 3536749
We also have the LABEL set to 1.8 in our container image
podman-desktop-extension-ai-lab/Containerfile
Line 32 in 9a1421f
However, @benoitf mentioned that the catalog state that we support up to 1.121.
We do not have any hard requirement on version post 1.12, but some feature are simply not available. For example the navigate resource API was introduced in version 1.10, and we have a check on it, to display or not the button to the user
podman-desktop-extension-ai-lab/packages/backend/src/managers/podmanConnection.ts
Lines 231 to 232 in a3fbfb6
We are using the latest API version, but we are (in theory) compatible with previous version of Podman Desktop. I would argue that we should have e2e matrix test for all the versions that we device we are compatible with.
Footnotes
https://github.com/containers/podman-desktop-catalog/blob/b870a1489fcf55f0a60f50a3555c71dd3b1093ed/api/extensions.json#L689 ↩
The text was updated successfully, but these errors were encountered: