mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* Make the registry client collect and return all stack versions * Call the '/v2index' endpoint first and fallback to the index endpoint when listing Stack versions * Display the Stack versions in the 'odo registry' human-readable output * For convenience, sort stack versions based on the semantic version This allows seeing them in a meaningful order in both human-readable and JSON outputs. * Enrich unit tests for 'getRegistryStacks' * Fill the "starterProjects" field for backward compatibility Similar to the "version" field, this represents the list of starter projects of the default Stack version. * Update integration tests * Update documentation