solo-io / service-mesh-extensions

A public registry of all service mesh extensions and other content for the Service Mesh Hub.
Apache License 2.0
14 stars 6 forks source link

Improve mesh version requirement API #70

Open joekelley opened 5 years ago

joekelley commented 5 years ago

Currently, mesh version requirements are specified with min/max allowed versions, inclusive. Example.

We should leverage version constraints to allow for more expressive, concise version requirements. We could enforce the constraints with the solo-io fork of the hashicorp go-version library.