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

pre-reqs: Update nydus snapshotter version #378

Commits on May 15, 2024

  1. pre-reqs: Update nydus snapshotter version

    - Bump the nydus snapshotter version to v0.13.13, in order to
    pick the nydus-snapshotter caching workaround
    containerd/nydus-snapshotter#593
    
    Signed-off-by: stevenhorsman <steven@uk.ibm.com>
    stevenhorsman committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8b38b26 View commit details
    Browse the repository at this point in the history
  2. pre-reqs: Remove duplicate of versions

    - To avoid having to update the versions in multiple places (which was missed last release),
    remove the default versions logic in payload.sh, as it is only called from the Makefile
    If a version is incorrectly set, then just rely on
    `set -o nounset` to warn the user about this
    
    Signed-off-by: stevenhorsman <steven@uk.ibm.com>
    stevenhorsman committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3cd1a12 View commit details
    Browse the repository at this point in the history