mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-13 11:34:54 +00:00
Run the E2E test on kind / setup-test-matrix (push) Failing after 3s
e2e-test-kind.yaml / extract (push) Failing after 6s
Run the E2E test on kind / get-go-version (push) Failing after 8s
Run the E2E test on kind / build (push) Skipped
Run the E2E test on kind / run-e2e-test (push) Skipped
push.yml / extract (push) Failing after 5s
Main CI / get-go-version (push) Failing after 6s
Main CI / Build (push) Skipped
formatUserPriorities stripped only spaces, so an enableapigroupversions ConfigMap written with CRLF line endings (common for files edited on Windows) kept a trailing carriage return in each version string, e.g. "v2beta1\r". versionsContain compares versions with equality, so the user priority never matched and was silently ignored. Trim the trailing carriage return so stored versions match again. Signed-off-by: HeonJe LEE <lhjnano@gmail.com>