-
Notifications
You must be signed in to change notification settings - Fork 332
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 "safe" dependencies #200
Conversation
b2d1ad5
to
53c8389
Compare
/test pull-knative-pkg-go-coverage |
Looks like this will need a merge (sorry, holidays were a busy time)! /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: evankanderson, vdemeester 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: Vincent Demeester <[email protected]>
Signed-off-by: Vincent Demeester <[email protected]>
Signed-off-by: Vincent Demeester <[email protected]>
Signed-off-by: Vincent Demeester <[email protected]>
Signed-off-by: Vincent Demeester <[email protected]>
Signed-off-by: Vincent Demeester <[email protected]>
Signed-off-by: Vincent Demeester <[email protected]>
Signed-off-by: Vincent Demeester <[email protected]>
Signed-off-by: Vincent Demeester <[email protected]>
Signed-off-by: Vincent Demeester <[email protected]>
Signed-off-by: Vincent Demeester <[email protected]>
Signed-off-by: Vincent Demeester <[email protected]>
Signed-off-by: Vincent Demeester <[email protected]>
/lgtm |
* support tracing Co-authored-by: fm <[email protected]>
This bump some "safe" dependencies atomically (as 1 update per commit). By "safe" dependency, I means it tried to update dependency that are not constrained, nor overridden, and that do not track
master
.This has been done using
sec
, which means:go test ./...
orgo test ./pkg/...
, …).sec
is really experimental, but my end-goal is to have some kind of bot that could update those safe deps for us 👼.Also, this never update to
latest
either (iflatest
is the latest release, even if it's a major version bump). It's only updating minor or fixes versions./assign @mattmoor