-
Notifications
You must be signed in to change notification settings - Fork 105
Clarify version compatibility by removing specific patch versions #1582
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
base: main
Are you sure you want to change the base?
Conversation
Updated the supported operating systems section to use major.minor or major.minor.X instead of specific patch versions. This resolves confusion about patch version support and ensures clarity that all patch versions within the major.minor range are supported.
✅ Deploy Preview for hardcore-allen-f5257d ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
I'm not sure what the right thing to do here is but |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working now. I've set it to backport to 5.5; the variable wasn't implemented in earlier versions.
Related MC PR: hazelcast/management-center-docs#449 |
Updated the supported operating systems section to use major.minor or major.minor.X instead of specific patch versions. This resolves confusion about patch version support and ensures clarity that all patch versions within the major.minor range are supported.
Fixes: #1568