-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Bug 1772451: vendor: bump etcd, bbolt and gRPC-go #24149
Conversation
@hexfusion: This pull request references Bugzilla bug 1772451, which is invalid:
Comment In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/bugzilla refresh |
@hexfusion: This pull request references Bugzilla bug 1772451, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lgtm |
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, hexfusion 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 |
tag worked fine and updated |
/retest Please review the full test history for this PR and help us cut down flakes. |
/test e2e-cmd |
/retest Please review the full test history for this PR and help us cut down flakes. |
8 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
@hexfusion: All pull requests linked via external trackers have merged. Bugzilla bug 1772451 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/cc @abhinavdahiya @crawford @sjenning @wking just FYI. |
After etcd v3.3.15 was released a few major bugs were exposed and were patched through v3.3.17. The bump to etcd was part of kube 1.16.3 but as OpenShift is pinned to 1.16.2 these changes are being introduced by a dependency bump for etcd and bbolt.
[1] kubernetes/kubernetes#83550
[2] etcd-io/etcd#11211
[3] kubernetes/kubernetes#83028
[4] etcd-io/etcd#11184
UPSTREAM: 83970: Bump bbolt to v1.3.3
Kubernetes-commit: 1db282b
UPSTREAM: 83801: Upgrade to etcd client 3.3.17
Kubernetes-commit: 41e03d2
Signed-off-by: Sam Batschelet sbatsche@redhat.com