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

Bump packer-plugin-sdk to latest version v0.3.0 #11843

Merged
merged 1 commit into from
Jun 13, 2022

Commits on Jun 10, 2022

  1. Bump packer-plugin-sdk to latest version v0.3.0

    This change brings in updates to Packer's usage of the go-getter plugin
    used within the SDK for downloading ISO files. This can be a potentially
    breaking change for some plugins as the update go-getter settings in the
    SDK prevent reading/writing to suddir that require upload path
    traversal (e.g /tmp/.../etc/hosts).
    
    This change also includes 30 minute maximum timeouts for file
    downloading to prevent resource exhaustion. This can be an issue for
    very large or slow downloads if they exceed more then 30 minutes to
    complete.
    nywilken committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    f6b826e View commit details
    Browse the repository at this point in the history