Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compatibility matrix AI Lab with Podman Desktop #1823

Open
axel7083 opened this issue Oct 1, 2024 · 1 comment
Open

compatibility matrix AI Lab with Podman Desktop #1823

axel7083 opened this issue Oct 1, 2024 · 1 comment

Comments

@axel7083
Copy link
Contributor

axel7083 commented Oct 1, 2024

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

We also have the LABEL set to 1.8 in our container image

io.podman-desktop.api.version=">= 1.8.0"

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

// starting from podman desktop 1.10 we have the navigate functions
const hasNavigateFunction = !!navigation.navigateToResources;

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

  1. https://github.com/containers/podman-desktop-catalog/blob/b870a1489fcf55f0a60f50a3555c71dd3b1093ed/api/extensions.json#L689

@axel7083
Copy link
Contributor Author

axel7083 commented Oct 1, 2024

cc @jeffmaury

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant