-
Notifications
You must be signed in to change notification settings - Fork 453
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[etcd] Downgrade to release-3.5 branch with otel fix. (#4139)
* Downgrade etcd to release-3.5 branch with otel fix. See etcd-io/etcd#14312 for details of the needed PR. Rewrite integration package imports from the 3.6.0.alpha.0 path to the 3.5.5 path. Incidentally remove the go.etcd.io/etcd/client/v2 replace directive since M3 is already on go 1.17 and release-3.5 branch indirectly pulls in v2.305.4 which does exhibit the problem with sigs.k8s.io/json: ``` % go mod why sigs.k8s.io/json (main module does not need package sigs.k8s.io/json) ``` Signed-off-by: Zack Train <ztrain@uber.com> * Fix etcd/integration tests to use V3. Signed-off-by: Zack Train <ztrain@uber.com> * Missed edit for ClusterV3. Signed-off-by: Zack Train <ztrain@uber.com> Signed-off-by: Zack Train <ztrain@uber.com>
- Loading branch information
Showing
9 changed files
with
95 additions
and
74 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.