Skip to content

compatibility matrix AI Lab with Podman Desktop #1823

@axel7083

Description

@axel7083

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions