mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Add script to lookup component version from github releases. To sort, we're using sort -V or --version-sort, depending which option is available. This which has some limitations: - pre-releases (-) are sorted as post-releases - post-releases and build metadata (+) are ignored This is the best option available for SemVer sorting without requiring the user to install additional depedencies, like nodejs.