Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli: prevent panic on operator debug #14992

Merged
merged 2 commits into from
Oct 20, 2022
Merged

cli: prevent panic on operator debug #14992

merged 2 commits into from
Oct 20, 2022

Commits on Oct 20, 2022

  1. cli: prevent panic on operator debug

    If the API returns an error during debug bundle collection the CLI was
    expanding the wrong error object, resulting in a panic since `err` is
    `nil`.
    lgfa29 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    7e5eb8d View commit details
    Browse the repository at this point in the history
  2. changelog: add entry for #14992

    lgfa29 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    2c69633 View commit details
    Browse the repository at this point in the history