-
Notifications
You must be signed in to change notification settings - Fork 555
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
[#1408] add fetch-kubernetes-hash script #1409
Conversation
8edaff2
to
9611bdc
Compare
Running this script could have output in the following format(for copy&paste into file.go): $ bash ./scripts/fetch-kubernetes-hash.sh
$ cat kubernetes-hash.json |
Hi @yjqg6666 , it's a very useful script. And could you please move this file into |
9611bdc
to
ca94e5d
Compare
@24sama Moved and rebased on the current master. |
Thanks! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 24sama, yjqg6666 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM label has been added. Git tree hash: 277477761c160b71579fb2c9dc07b1fcb31656d5
|
What type of PR is this?
/kind feature
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #1408
Special notes for reviewers:
This script is used to help adding new k8s version support.
This script require jq had been installed.
Hash file kubernetes-hashes.json would be created and can be diffed to pkg/files/file.go.
Reference: #1306.
Related to: #1407.