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.
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
Verification
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.