-
Notifications
You must be signed in to change notification settings - Fork 502
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
Initial commit of release automation tooling. #1
Conversation
94d58dc
to
b0e4e00
Compare
7b38cc2
to
ec715f3
Compare
cc @mikedanese @ihmccreery @eparis @bgrant0607 @fgrzadkowski @zmerlynn |
76aa5ea
to
3fdbc30
Compare
@david-mcmahon Do you want a review of this, or not yet? |
@ihmccreery I'm continuing to add to it, but feel free to comment. |
231ba72
to
6db9bd4
Compare
302c3b9
to
c0381f6
Compare
This has been a WIP for too long. 'Anago' has been doing releases now for some months and this repo is starting to get more attention/references from other subrepos. Can someone give this a look? cc @ihmccreery @eparis @bgrant0607 @fgrzadkowski @zmerlynn @thockin |
I'm going to merge this and we can iterate from there. |
tool itself contains all of the details and instructions and prerequisite | ||
checks needed for anyone to run the tool in at least mock mode. | ||
|
||
There is a simple $USER check to ensure that noone but a certain few people can |
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.
no one
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.
$USER
Hm, rather than reviewing, I will just submit another PR with changes, since this has already been merged. |
Automatic merge from submit-queue Deprecate release infrastructure and doc - moved to kubernetes/release Part 2 of kubernetes/release#1 This PR finalizes the split between the main kubernetes repo and the release tooling now under kubernetes/release. ref #16529
Automatic merge from submit-queue Deprecate release infrastructure and doc - moved to kubernetes/release Part 2 of kubernetes/release#1 This PR finalizes the split between the main kubernetes repo and the release tooling now under kubernetes/release. ref #16529
Type fix "created"->"creating"
Update for 1.11
- Ports state of the repository from https://github.com/alenkacz/ci-signal-report at alenkacz/ci-signal-report@0ab843f - Provides attribution to original authors of the code in this commit in order of commit history - Fixes lint issues in code - Adds copyright header to report.go Commits picked from the above repository: 0ab843f Adding LICENSE file e13b901 Merge pull request #1 from leonardpahlke/update-packaging 21d9d0c update packageing d1c99b8 update structure cf4595d Merge pull request #11 from mkorbi/report-v2 fbf55fb add -short, make version optional, change order of output e1b0a29 Fix go version, rate limit and add version variabl (#10) eaab27f Merge branch 'master' of github.com:alenkacz/ci-signal-report 513789b 1.17 fixes d3b7b85 Group by issues from the same sig (#9) 37672b7 Fix generated urls (#7) c36df2b Try to set up CI 1ea4d5b Always pick resolved column with highest ID (#6) cfd6d63 A bit polishing on readme 710c6f7 Update README.md (#1) d5eb427 Add token help fe16eaa Merge branch 'master' of github.com:alenkacz/ci-signal-report b6071fe Add 1.16 jobs, sig names improvements 8b755a4 Overview d236bf2 Readme 7fcdea6 Initial implementation Co-authored-by: Alena Varkockova <[email protected]> Co-authored-by: Jim Angel <[email protected]> Co-authored-by: Max <[email protected]> Co-authored-by: Max Körbächer <[email protected]> Signed-off-by: Nabarun Pal <[email protected]>
There are many TODOs, but this is a good working baseline from which to build.
We're producing releases using this tooling.