mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-08-27 00:37:20 +00:00
* Add workaround for EKS version string The EKS version string returned is not semver compliant. To work around this, we remove the suffix for version strings that contain -eks-. Fixes #1441 * Add parsing version test cases * Rename function --------- Co-authored-by: Evans Mungai <evans@replicated.com>