mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-17 21:44:23 +00:00
Run the E2E test on kind / setup-test-matrix (push) Failing after 2s
Scorecard supply-chain security / Scorecard analysis (push) Skipped
e2e-test-kind.yaml / extract (push) Failing after 6s
Run the E2E test on kind / get-go-version (push) Failing after 7s
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 6s
Main CI / get-go-version (push) Failing after 7s
Main CI / Build (push) Skipped
* Do not assume a port name is a string when clearing node ports deleteNodePorts reads the last-applied-configuration annotation, which is free-form JSON controlled by whoever produced the backup, and cast p["name"] to string without checking. A port whose name is a number crashed the restore of that Service with an interface conversion panic. Every sibling in the same loop already uses the comma-ok form. Signed-off-by: Arpit Jain <arpitjain099@gmail.com> * Add changelog file Signed-off-by: Arpit Jain <arpitjain099@gmail.com> * Convert name to string by Sprint. Signed-off-by: Xun Jiang <xun.jiang@broadcom.com> --------- Signed-off-by: Arpit Jain <arpitjain099@gmail.com> Signed-off-by: Xun Jiang <xun.jiang@broadcom.com> Co-authored-by: Xun Jiang <xun.jiang@broadcom.com>