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
FIX: Bug 1982737 - Make malformed CSV fail nicely (#2673)
- Modified bundle unpacking to fail installPlan with a nice message if
after unbundling csv manifests APIVersion or Kind are blank.
- Adds FatalError type to return to checked when syncing install plans
to see if the error causing issues is fatal or should cause the
IP to be transitioned to failed state.
- Makes installPlan fail with a nicer more user friendly message than
the current difficult to understand message regarding serviceAccounts.
- Adds tests using internal magic-catalog library to confirm that unpacking
fails when APIVersion is blank.
Signed-off-by: Noah Sapse <[email protected]>
Co-authored-by: Noah Sapse <[email protected]>
0 commit comments