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

Use embedded hashes for our well-known assets #16439

Merged
merged 2 commits into from
May 11, 2024

Commits on May 9, 2024

  1. Use embedded hashes for our well-known assets

    Rather than downloading the hash every time, we can record the hashes
    for our well-known assets and bake them into the kOps binary.  If the
    hash is not baked in, we will continue to fall-back to downloading it,
    this is important for new k8s versions, or where the user specifies a
    version of one of our well-known assets (such as containerd).
    justinsb committed May 9, 2024
    Configuration menu
    Copy the full SHA
    fc049f4 View commit details
    Browse the repository at this point in the history
  2. assets: add hashes for newest assets

    Some new releases, and the latest patch in each.
    justinsb committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4ab4ccf View commit details
    Browse the repository at this point in the history