Skip to content

[extension-minikube] - update MAPT from v0.8.2 to v0.14.4 #646

Description

@serbangeorge-m

Update the MAPT version used for minikube e2e VM provisioning from v0.8.2 to the latest release. This is the most outdated consumer — 6 minor versions behind the other repos and 12 behind latest.

Changes

  • Update hardcoded env vars in .github/workflows/e2e-windows.yaml:
    • MAPT_VERSION: v0.8.2 → MAPT_VERSION: v0.14.4 (line 82)
  • Optional migration: Consider switching from hardcoded env vars + inline MAPT invocation to repo variables (vars.MAPT_VERSION_TAG) + composite actions from podman-desktop/e2e for consistency with other repos

Verification

  • Review MAPT changelog from v0.8.2 through v0.14.4 for breaking changes — this is a major jump
  • Trigger e2e-windows.yaml workflow to validate
  • Depends on successful validation in podman-desktop/e2e

Note

This repo uses inline MAPT podman run commands (lines 139, 245) instead of the shared create-instance/destroy-instance composite actions. The version bump should work as-is, but migrating to composite actions would reduce future drift.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions