[PCUI] Show supported OS options based on ParallelCluster version#471
Merged
Conversation
Gate OS options in the cluster creation wizard behind version-aware feature flags so only the OSes supported by the selected ParallelCluster version are shown. Old OSes (centos7, ubuntu2004) are kept but hidden for newer versions via the existing deprecation mechanism, and new OSes (alinux2023, ubuntu2404, rocky8, rocky9) are added with their correct introduction versions. Version-to-OS mapping: - 3.0: alinux2, centos7, ubuntu1804, ubuntu2004 - 3.6: + rhel8 - 3.7: + ubuntu2204, - ubuntu1804 - 3.8: + rocky8 - 3.9: + rhel9, rocky9 - 3.10: + alinux2023, - centos7 - 3.13: + ubuntu2404 - 3.14: - ubuntu2004
gmarciani
reviewed
Apr 17, 2026
Collaborator
|
This change is addressing the issue #419. Please report it in the PR description. |
Contributor
Author
Added! |
gmarciani
approved these changes
Apr 17, 2026
hehe7318
added a commit
to hehe7318/aws-parallelcluster-ui
that referenced
this pull request
Apr 21, 2026
…s#471) Gate OS options in the cluster creation wizard behind version-aware feature flags so only the OSes supported by the selected ParallelCluster version are shown. Old OSes (centos7, ubuntu2004) are kept but hidden for newer versions via the existing deprecation mechanism, and new OSes (alinux2023, ubuntu2404, rocky8, rocky9) are added with their correct introduction versions. Version-to-OS mapping: - 3.0: alinux2, centos7, ubuntu1804, ubuntu2004 - 3.6: + rhel8 - 3.7: + ubuntu2204, - ubuntu1804 - 3.8: + rocky8 - 3.9: + rhel9, rocky9 - 3.10: + alinux2023, - centos7 - 3.13: + ubuntu2404 - 3.14: - ubuntu2004
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.
Description
The PR is solving this issue: #419
Gate OS options in the cluster creation wizard behind version-aware feature flags so only the OSes supported by the selected ParallelCluster version are shown. Old OSes (centos7, ubuntu2004) are kept but hidden for newer versions via the existing deprecation mechanism, and new OSes (alinux2023, ubuntu2404, rocky8, rocky9) are added with their correct introduction versions.
Changes
Version-to-OS mapping:
How Has This Been Tested?
Manually deployed PCUI stack, all changes worked as expected.
References
PR Quality Checklist
react-i18nextlibrary (useTranslation hook and/or Trans component), see an example herenpm run buildbuilds without any errorIn order to increase the likelihood of your contribution being accepted, please make sure you have read both the Contributing Guidelines and the Project Guidelines
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.