Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-work profile and certificate extension versions to just list version numbers as such and not as version requirements #342

Open
james-ball-qualcomm opened this issue Dec 4, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@james-ball-qualcomm
Copy link
Collaborator

As I think through the conversation I had with Derek and the use cases for profiles and certificates, I've come to the conclusion that version numbers in profiles and certificates should just be a version number, not a version requirement like already exists in a manual's contents.yaml file. That's because they all list specific versions of extensions, not a minimum version. Separately when we want to compare the version numbers of an implementation's extensions to see if it is compliant with a particular profile or certificate, we can use the new replacement class for Gem::version that implements RVI versioning which isn't equal to Semantic versioning.

Yaml files for things like instructions and CSRs that use expressions like >= 1.12 or ~> 1.12 are a different story and shouldn't be changed, just profile and certificate extension version numbers.

image

@james-ball-qualcomm james-ball-qualcomm added the bug Something isn't working label Dec 4, 2024
@james-ball-qualcomm james-ball-qualcomm self-assigned this Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant