Joe Betz
|
d73403dc12
|
Pin new dependency: github.com/google/cel-go v0.9.0
|
2021-11-10 13:15:40 -05:00 |
|
Jordan Liggitt
|
5cfc39ef5e
|
Update protobuf,grpc,etcd dependencies
1. Updated etcd/protobuf/grpc dependencies:
echo "
hack/pin-dependency.sh github.com/golang/protobuf latest
hack/pin-dependency.sh google.golang.org/protobuf latest
hack/pin-dependency.sh go.etcd.io/etcd/api/v3 v3.5.0-rc.0
hack/pin-dependency.sh go.etcd.io/etcd/client/v3 v3.5.0-rc.0
hack/pin-dependency.sh go.etcd.io/etcd/client/pkg/v3 v3.5.0-rc.0
hack/pin-dependency.sh go.etcd.io/etcd/pkg/v3 v3.5.0-rc.0
hack/pin-dependency.sh go.etcd.io/etcd/server/v3 v3.5.0-rc.0
hack/pin-dependency.sh go.etcd.io/etcd/tests/v3 v3.5.0-rc.0
hack/pin-dependency.sh google.golang.org/grpc latest
" | bash
2. Linted transitive dependencies until versions are clean:
hack/lint-dependencies.sh | grep " hack/pin-dependency.sh" | bash
3. Linted dependencies until dropped versions are clean:
hack/lint-dependencies.sh | grep "dropreplace" | bash
4. Updated vendor and internal modules:
hack/update-vendor.sh
hack/update-internal-modules.sh
Repeated steps 2-4 until clean
|
2021-06-15 10:06:09 -04:00 |
|
Wenjia Zhang
|
660b17d0ae
|
Pin dependencies and update vendors
|
2019-10-24 14:09:24 -07:00 |
|
Davanum Srinivas
|
8c3188d720
|
Update google.golang.org/genproto to c66870c02cf8
|
2019-08-21 08:16:35 -04:00 |
|
Davanum Srinivas
|
108ccea448
|
Update github.com/coreos/etcd to v3.3.15
Change-Id: I1b16ca712238219d082427c75dd6bc404794abbf
|
2019-08-21 08:16:34 -04:00 |
|
Joe Betz
|
4263c75211
|
Update etcd client to 3.3.9
|
2018-10-08 13:34:34 -07:00 |
|
Joe Betz
|
e31bab4640
|
Version bump to etcd v3.2.13
|
2018-01-07 08:22:08 -08:00 |
|
Wojciech Tyczynski
|
4e8526dc6b
|
Revert "Version bump to etcd v3.2.11, grpc v1.7.5"
|
2017-12-19 15:25:06 +01:00 |
|
Joe Betz
|
05afd248f2
|
Version bump to etcd v3.2.11
|
2017-12-18 14:32:38 -08:00 |
|