[CFX-5788] Add MinimumVersion for Prerequisites#567
Merged
taras-pokornyy merged 2 commits intoJun 17, 2026
Merged
Conversation
ajalon1
approved these changes
Jun 17, 2026
Contributor
|
/approve-smoke-tests |
Contributor
|
🔐 Fork PR smoke tests triggered by @ajalon1 What happens next:
|
Contributor
|
🔐 Fork smoke tests started by maintainer ⏳ Security scans passed. Running smoke tests... Commit: |
Contributor
|
✅ All smoke tests passed! (Fork PR) ✅ Security Scan: success |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RATIONALE
Add MinimumVersion for Prerequisites and
--version/versionto each commandCHANGES
PR Automation
Comment-Commands: Trigger CI by commenting on the PR:
/trigger-smoke-testor/trigger-test-smoke- Run smoke tests/trigger-install-testor/trigger-test-install- Run installation testsLabels: Apply labels to trigger workflows:
run-smoke-testsorgo- Run smoke tests on demand (only works for non-forked PRs)Important
For Forked PRs: The
run-smoke-testslabel won't work. A required Smoke Tests check will block merge until a maintainer acts:/approve-smoke-teststo run smoke tests (results will set the check)/skip-smoke-teststo bypass the check without running testsPlease comment requesting a maintainer review if you need smoke tests to run.
Note
Low Risk
Only changes default prerequisite metadata used by local dependency checks; no runtime or security-critical logic is modified in this diff.
Overview
Default quickstart prerequisites now declare minimum versions and use version-printing commands instead of bare binary names in
RequiredTools.Python (3.9.6), uv (0.11.20), task (3.50.0), and pulumi (3.245.0) each get a
MinimumVersionand aCommandlikepython3 --versionorpulumi version, so the existingCheckPrerequisites/isVersionInstalledpath can reject installs that are present but too old when repo YAML does not override requirements.Reviewed by Cursor Bugbot for commit 6da13f9. Configure here.