-
Notifications
You must be signed in to change notification settings - Fork 29
monorepo: add imported gRPC spec #75
monorepo: add imported gRPC spec #75
Conversation
filter-junit: Fix golint error
Signed-off-by: Animesh Kumar <[email protected]>
filter-junit: Fix gofmt error
…eout cloud build: bump timeout in Prow job
Making this repo Draft only unitl kep is merged
Add steps on promoting release images
Go 1.15 was released and is the major version that Kubernetes 1.19.0 is going to use. There are probably bugs in the older 1.13.3 that were fixed, so we should update.
switch to Go 1.15
Kubernetes 1.19.0 uses Go 1.15, but refers to it as 1.15.0. This broke both the check whether we need to install 1.15 (because "go version" reports 1.15, which didn't match 1.15.0) and then downloading the release archive (because the URL also only uses 1.15).
It used to be necessary to override from where the E2E suite came on a case-by-case basis (initially, testing was using a more recent suite against an older Kubernetes). This should never become necessary again and the lack of a specific entry for 1.18 already had the unintended effect that Kubernetes 1.18 was tested with the suite from master, so overall it is better to always use the E2E suite which matches Kubernetes.
…ixes Kubernetes 1.19 fixes
Use staging registry for canary tests
adds issue templates to the COSI controller
Update release process
Only set staging registry when running canary job
Signed-off-by: Mateusz Urbanek <[email protected]>
Bumps the github-dependencies group with 2 updates: [github.com/spf13/cobra](https://github.com/spf13/cobra) and [github.com/spf13/viper](https://github.com/spf13/viper). Updates `github.com/spf13/cobra` from 1.4.0 to 1.8.0 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.4.0...v1.8.0) Updates `github.com/spf13/viper` from 1.12.0 to 1.18.2 - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.12.0...v1.18.2) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps library/golang from 1.21.1 to 1.22.2. --- updated-dependencies: - dependency-name: library/golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…thub-dependencies-2d28be0971 Bump the github-dependencies group with 2 updates
…y/golang-1.22.2 Bump library/golang from 1.21.1 to 1.22.2
Add BlaineEXE to the owners file to allow reviewing and merging code changes.
Add BlaineEXE to the owners file to allow reviewing and merging code changes.
Add BlaineEXE to the owners file
Add BlaineEXE to the owners file
…corder Added EventRecorder to the Controller
Signed-off-by: Mateusz Urbanek <[email protected]>
Signed-off-by: Mateusz Urbanek <[email protected]>
…duur Add shanduur to owners file
Add shanduur to owners file
…orted-controller monorepo: add imported controller
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BlaineEXE 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 |
It looks like there are EasyCLA errors again. 1 commit from deleted GH user 3 commits from deleted GH user And a single commit from @xing-yang would you like to force merge this, or do you want to reach out to Grant to see if he'll add his purestorage email back as well? @ggriffiths do you have a preference? We have been informed by The Linux Foundation that we can force-merge with these CLA errors in this case where we are doing |
We'll force merge this PR: |
This PR does exactly 1 thing:
git subtree add --prefix pkg/imported-grpc grpc/master
where grpc is https://github.com/kubernetes-sigs/container-object-storage-interface-specThis adds all gRPC spec commits (with history intact), plus the subtree commit to merge them. Due to the huge scope, no other changes are made.
Follow up to #72.