gardener-attic / component-spec

component descriptor specification and language bindings
2 stars 15 forks source link

remove TLD length restriction #94

Closed Diaphteiros closed 1 year ago

Diaphteiros commented 1 year ago

What this PR does / why we need it: The current v2 component-descriptor schema limits the length of top-level domains to 2 to 4 characters. This excludes valid domains like ocm.software. This change keeps the minimum requirement of 2 characters, but removes the maximum limit.

Release note:

The v2 component-descriptor specification now allows component-descriptor names that use top-level domains with more than four characters.