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

fix(upgrade): look for version string in logs bottom up #8926

Merged
merged 3 commits into from
Aug 2, 2023

Commits on Aug 1, 2023

  1. fix(upgrade): look for version string in logs bottom up

    For in place upgrade, the container remains the same and has
    the version string twice, one for the old container and one
    for the new container. We want the version string in the logs
    for the new container. Hence, we look for the string in the logs
    bottom up by using strings.LastIndex instead of strings.Index.
    mangalaman93 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1202be2 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Added a code comment

    all-seeing-code committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a5abc73 View commit details
    Browse the repository at this point in the history
  2. fix linter

    all-seeing-code committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    9c3ead9 View commit details
    Browse the repository at this point in the history