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
// if there is no difference in the minor version (4.y.z where 4.y is the same for current and desired), then we can still upgrade
62
69
ifcurrentMinor==desiredMinor {
70
+
klog.V(4).Infof("Precondition %q passed: minor from the current %s matches minor from the target %s (both %s).", pf.Name(), cv.Status.History[0].Version, releaseContext.DesiredVersion, currentMinor)
0 commit comments