generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 4
Merge COSI API monorepo #1
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update the bucket info api and add namespace to BucketAccess client
Update code with KEP
Fixing the pkg import in the BucketInfo api
Fixing the import string
Updating code with KEP
Fixing the api repo import and updated the rbac rules for CRDs
Added push to Cloudbuild.yaml and swapped out quay.io with gcr repo
Fix the annotation of the kustomization file
…tools Update go version in release tools
Fixing the text in deployment guide
update kubernetes version to v1.24.0
Doc changes
Fixing the pipeline to push build images
Signed-off-by: Mateusz Urbanek <[email protected]>
Signed-off-by: Mateusz Urbanek <[email protected]>
Signed-off-by: Mateusz Urbanek <[email protected]>
Signed-off-by: Mateusz Urbanek <[email protected]>
add kubebuilder suggested e2e and lint targets
set up new release tooling for controller/sidecar subrepos
feat: add COSI test suite using Chainsaw
Remove the remaining, unused components that were imported from the previously-standalone spec (proto), controller, and sidecar repos. All needed components from the imported repos are now part of this API repo. Signed-off-by: Blaine Gardner <[email protected]>
remove unused components of merged repos
Update the Kustomize deployment, and update the readme to note the latest install documentation. Since the readme is small, also update the readme to include the most minimal current information. Signed-off-by: Blaine Gardner <[email protected]>
Change the strategy as to which submodules vendor go code. Submodules that support build binaries should be vendored. This is the controller and sidecar. Submodules that do not directly support built binaries should not be vendored. This is the client and proto. Signed-off-by: Blaine Gardner <[email protected]>
change go vendor strategy
Update kustomize deployment and readme
Signed-off-by: Mateusz Urbanek <[email protected]>
Signed-off-by: Mateusz Urbanek <[email protected]>
Signed-off-by: Mateusz Urbanek <[email protected]>
Added make targets to run E2E tests on ephemeral clusters
Merge the work-in-progress COSI monorepo onto the new COSI repo main branch, which only has boilerplate info present. Notable conflicts: - OWNERS: move wlan0 and mukhoakash to emeritus section - README.md: use the prior, more complete readme info - others: the latest, modern boilerplate file details Signed-off-by: Blaine Gardner <[email protected]>
Contributor
Author
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BlaineEXE, shanduur 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
approved
Indicates a PR has been approved by an approver from all required OWNERS files.
cncf-cla: no
Indicates the PR's author has not signed the CNCF CLA.
size/XXL
Denotes a PR that changes 1000+ lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I used
git merge
instead ofgit rebase
to ensure that none of the existing history would be rewritten. I had to usegit merge --allow-unrelated-histories
to get it to work.Note for @xing-yang and @shanduur , we will have to rename
main
tomaster
in order for sig-storage release tooling to work. Currently the release tooling scripts assumemaster
only. For now, I think we can merge this tomain
and rename after.