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
For each supported resource group, we currently have a list of all supported resources, across all supported versions. When the group has a lot of different versions, we end up with a lot of repetition.
Describe the improvement
Break the existing list of "Released" resources into two groups - recommended and supported - so that it's easier for users to spot the one they want (and to guide users towards using more recent versions).
Recommended - the latest supported version of each resource, preferring stable if available
Supported - all the other resources
For some of the smaller groups, the "Supported" list would be empty, and omitted.
Additional context
For DBforPostgreSQL resources, the division would look like this:
Recommended
These are the recommended resource versions to use.
Describe the current behavior
For each supported resource group, we currently have a list of all supported resources, across all supported versions. When the group has a lot of different versions, we end up with a lot of repetition.
Describe the improvement
Break the existing list of "Released" resources into two groups - recommended and supported - so that it's easier for users to spot the one they want (and to guide users towards using more recent versions).
stable
if availableFor some of the smaller groups, the "Supported" list would be empty, and omitted.
Additional context
For DBforPostgreSQL resources, the division would look like this:
Recommended
These are the recommended resource versions to use.
Supported
In addition to the recommended versions listed above, these resources versions are also supported.
The text was updated successfully, but these errors were encountered: