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

7 improve version support #9

Merged
merged 22 commits into from
Apr 12, 2024
Merged

7 improve version support #9

merged 22 commits into from
Apr 12, 2024

Conversation

door7302
Copy link
Owner

Add version information on the main page to better track the version used by users during issues

Improve the per-profile versioning feature on JTSO. Now per platform, we support these operators to find out the config to apply depending on the router’s version:

  • == The router’s version must match exactly this profile version
  • <= The router’s version must match exactly or be lower than this profile version
  • = The router’s version must match exactly or be higher than this profile version

  • << The router’s version must be strictly lower than this profile version
  • The router’s version must be strictly higher than this profile version

@door7302 door7302 linked an issue Apr 12, 2024 that may be closed by this pull request
@door7302 door7302 merged commit 946b77e into main Apr 12, 2024
1 check passed
@door7302 door7302 deleted the 7-improve-version-support branch April 15, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

improve version support
1 participant