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
Currently goss supports semver-constraint which can be leveraged to test semver strings. However, goss does not currently have support to test other versioning schemes (e.g. rpm, deb, apk, etc.)
Describe the solution you'd like
Goss to support more version schemas:
rpm-constraint
deb-constraint
apk-constraint
etc..
Unified range language for all *-constraint checks.
Describe alternatives you've considered
There's no good alternative today. One can use string matching or regex, but that is not ideal.
I'm interested in doing this effort myself, and will most likely start working on it in the coming weeks. If anyone is interested in some aspects of this work, please let me know on this issue and we can discuss how it can be broken up into smaller pieces.
Describe the feature:
Currently goss supports
semver-constraint
which can be leveraged to test semver strings. However, goss does not currently have support to test other versioning schemes (e.g. rpm, deb, apk, etc.)Describe the solution you'd like
Goss to support more version schemas:
Unified range language for all
*-constraint
checks.Describe alternatives you've considered
There's no good alternative today. One can use string matching or regex, but that is not ideal.
Related issues and links
The text was updated successfully, but these errors were encountered: