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

Update go-qcow2reader to 0.6.0 #2933

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Commits on Nov 25, 2024

  1. Update go-qcow2reader to 0.6.0

    This must be manual updated since this version made incompatible
    changes.
    
    With this version we cannot track conversion progress using the image,
    since convert reads only the allocated extents of the image. We need to
    pass the progress bar using convert.Options.
    
    pb.ProgressBar need to be adapted to convert.Updater interface, so
    progressbar returns now our own type. This can be used later for other
    improvement like hiding the progress bar.
    
    Signed-off-by: Nir Soffer <[email protected]>
    nirs committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    a65b114 View commit details
    Browse the repository at this point in the history