-
Notifications
You must be signed in to change notification settings - Fork 58
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
Break release into smaller chunks. #268
Conversation
return nil, errors.New("no blocked hashes in YAML") | ||
} | ||
|
||
blockedKeys := make(blockedKeys, len(list.BlockedHashes)+len(list.BlockedHashesHex)) |
Check failure
Code scanning / CodeQL
Size computation for allocation may overflow
return nil, errors.New("no blocked hashes in YAML") | ||
} | ||
|
||
blockedKeys := make(blockedKeys, len(list.BlockedHashes)+len(list.BlockedHashesHex)) |
Check failure
Code scanning / CodeQL
Size computation for allocation may overflow
case "true": | ||
cfg.tls = &tls.Config{} | ||
case "skip-verify", "preferred": | ||
cfg.tls = &tls.Config{InsecureSkipVerify: true} |
Check failure
Code scanning / CodeQL
Disabled TLS certificate check
need a rebase lgtm :) thanks for doing that |
Thanks! Yeah, I built this on top of this: So, kind of want that going in first, and then I'll rebase this on top of that. |
Signed-off-by: Ville Aikas <[email protected]>
release-ctlog.yaml release-fulcio.yaml release-rekor.yaml release-trillian.yaml release-tuf.yaml Also release setup-scaffolding.sh script. Signed-off-by: Ville Aikas <[email protected]>
Signed-off-by: Ville Aikas <[email protected]>
Signed-off-by: Ville Aikas <[email protected]>
Thanks @cpanato PTAL when you get a moment, little easier to review now :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
Summary
Fix #252
Release Note
Documentation
After the release gets created, update getting-started.md with the updated instructions.