Available Harbor versions
You can get the list of available minor versions of Harbor to create your Registry.
During creation, you will need to specify the <major>.<minor> version of Harbor that you want to use. Numspot manages the patch versions so as to always provide you with the most up-to-date version.
Permissions
No IAM (Identity and Access Management) permission is required to perform this action.
- API
The GET /registry/versions request returns the list of minor versions of Harbor offered by Numspot.
Example response
{
"items": ["2.13", "2.14"]
}