You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently track separate EOL dates for extended support. In many cases, the extended support releases are gated, or provided elsewhere, and as a result - have a distinct "latest" version number.
Examples are:
Quarkus, where extended = distinct builds for RHBQ
Qt, where we only track OSS releases, but extended releases are for commercial support.
This was somewhat accounted for in the releases.json draft, with each distinct "variant" coming with its own latest version. But I'm unsure of how to track this best under our current schema, both for the API and the website.
The reason I'd like to track this is to ensure that users on extendedSupport should not be able to rely on the latest version information (if available), and get accurate alerts (current installed version != latest). As it stands, our tooling does not really support extended version matches.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We currently track separate EOL dates for extended support. In many cases, the extended support releases are gated, or provided elsewhere, and as a result - have a distinct "latest" version number.
Examples are:
This was somewhat accounted for in the
releases.json
draft, with each distinct "variant" coming with its own latest version. But I'm unsure of how to track this best under our current schema, both for the API and the website.The reason I'd like to track this is to ensure that users on extendedSupport should not be able to rely on the latest version information (if available), and get accurate alerts (current installed version != latest). As it stands, our tooling does not really support extended version matches.
Beta Was this translation helpful? Give feedback.
All reactions