-
Notifications
You must be signed in to change notification settings - Fork 972
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
Bump ginkgo version to v2.3.0 #2532
Bump ginkgo version to v2.3.0 #2532
Conversation
/kind bug |
b503eda
to
463b2bb
Compare
Signed-off-by: kerthcet <kerthcet@gmail.com>
Signed-off-by: kerthcet <kerthcet@gmail.com>
Signed-off-by: kerthcet <kerthcet@gmail.com>
463b2bb
to
c246e6c
Compare
950d5ef
to
908c33b
Compare
/hold |
908c33b
to
5b324bb
Compare
Signed-off-by: kerthcet <kerthcet@gmail.com>
5b324bb
to
382ab35
Compare
@hzxuzhonghu Would you mind to take a look, this is all I done here:
|
Actually this is an urgent problem, for all the PRs are blocked in merging. cc @Thor-wl @william-wang |
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.
/hold cancel
Thanks for your contribution.
/lgtm
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: william-wang 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 |
Signed-off-by: kerthcet kerthcet@gmail.com
CI failed because of the latest ginkgo introduced a new feature grace-period in v2.3.0,but we use v2.0.0 in volcano. I'd like to specify ginkgo version as documented in go.mod
in case of the incompatible release.
RE:
CI failed because of the latest ginkgo introduced a new feature grace-period in v2.3.0, bump ginkgo version to v2.3.0
Special Notes:
go mod tidy && go mod vendor
to update dependencies.hack/update-vendor-licenses.sh
to makemake verify
passed.