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

Add single step update #1639

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Add single step update #1639

merged 2 commits into from
Nov 18, 2024

Commits on Nov 17, 2024

  1. Fix buffer size for inmemory version

    When allocating the buffer for a version string, the size should be
    one greater than the max string size as the null string is inserted at
    the content size index which leads to a buffer overflow.
    
    Signed-off-by: William Douglas <william.douglas@intel.com>
    bryteise committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    8cc2d86 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Add --incremental support for update

    Allow users to update by stepping through each release between their
    current version and the latest. This option is primarily for cases
    where update is failing due to memory or disk space running out when
    updating normally.
    
    Signed-off-by: William Douglas <william.douglas@intel.com>
    bryteise committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    63fdc78 View commit details
    Browse the repository at this point in the history