Jordan Liggitt
9e1064a26b
Regenerate vendor
2022-05-04 10:27:41 -04:00
Daniel Canter
3eef755b3b
vendor: bump hcsshim to v0.8.22
...
This tag of hcsshim brings in a couple welcome features/improvements. One being
exposing a way to query for hns endpoint statistics (Packets received/sent etc.).
This tag also contains some optimizations for querying whether a certain HCN feature
is supported, which is a common workflow in kube-proxy on Windows. The first result
from querying HCN is now cached so further calls can skip the hcn query as well as the
version range parsing that was performed. This also gets rid of some redundant logs
that used to hit everytime the version range parsing occurred.
The Go-winio dep bump, and all of the ctrd deps are transitive only. Nothing new is needed/intended
to be used.
Signed-off-by: Daniel Canter <dcanter@microsoft.com>
2021-09-10 00:54:24 -07:00
Benjamin Elder
56e092e382
hack/update-bazel.sh
2021-02-28 15:17:29 -08:00
Eddie Zaneski
f951b4c3f3
Update Microsoft/go-winio to released version
...
Move off a pinned hash to a cut version
Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
2020-11-05 09:09:26 -07:00
elweb9858
593e32ae53
Updating hcsshim version to introduce updated version check for dsr mode in winkernel kube-proxy
2020-07-15 16:53:22 -07:00
Davanum Srinivas
9f00e5769e
Update hcsshim to v0.8.9
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-19 19:53:55 -04:00
Davanum Srinivas
d1a1e86182
Updating dependency github.com/Microsoft/go-winio to version v0.4.15-0.20190919025122-fc70bd9a86b5
2020-03-25 12:09:41 -04:00
张潇
f461225ba5
Update go-winio module version from 0.4.11 to 0.4.14
2019-11-29 08:12:42 +08:00
Jordan Liggitt
297570e06a
hack/update-vendor.sh
2019-11-06 17:42:34 -05:00
xiaozhang
aa2fe07da8
Update go mod hcsshim version to fix the kube-proxy issue cannot access service by self nodeip:port on windows
2019-09-23 13:07:49 -04:00
Kalya Subramanian
c32c26000d
Update hcsshim to include DSR features
2019-05-20 21:54:44 +00:00
Jordan Liggitt
d0261b1077
generated: hack/update-vendor.sh
2019-04-03 10:19:40 -04:00
ksubrmnn
a4272099e7
Update hcsshim and gowinio for Windows Overlay
2019-02-05 10:39:23 -08:00
Jeff Grafton
23ceebac22
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
Jeff Grafton
a725660640
Update to gazelle 0.12.0 and run hack/update-bazel.sh
2018-06-22 16:22:18 -07:00
Jess Frazelle
b6b47649e0
vendor: update hcsshim to v0.6.11
...
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-06-14 10:54:13 -04:00
Jeff Grafton
efee0704c6
Autogenerate BUILD files
2017-12-23 13:12:11 -08:00
Jeff Grafton
aee5f457db
update BUILD files
2017-10-15 18:18:13 -07:00
Madhan Raj Mookkandy
63020d5f72
Vendor changes
...
Vendoring (NEW) in github.com/Microsoft/hcsshim
2017-09-14 16:00:07 -07:00
Jeff Grafton
653d05c169
Regenerate all BUILD files in vendor/ from scratch using gazelle
2017-08-16 15:48:25 -07:00
Jeff Grafton
a7f49c906d
Use buildozer to delete licenses() rules except under third_party/
2017-08-11 09:32:39 -07:00
Jeff Grafton
33276f06be
Use buildozer to remove deprecated automanaged tags
2017-08-11 09:31:50 -07:00
Jeff Grafton
cf55f9ed45
Autogenerate BUILD files
2017-08-11 09:30:23 -07:00
Dong Liu
33c34f0ae4
Upgrade go-winio package to v0.4.2, supporting go v1.8 .
2017-06-02 05:59:20 -05:00
Mike Danese
a05c3c0efd
autogenerated
2017-04-14 10:40:57 -07:00
saadali
c708e2cc82
Update vendor dir and Godeps.json with new Godep
2016-05-11 17:02:50 -07:00
Tim Hockin
3c0c5ed4e0
Move deps from _workspace/ to vendor/
...
godep restore
pushd $GOPATH/src/github.com/appc/spec
git co master
popd
go get go4.org/errorutil
rm -rf Godeps
godep save ./...
git add vendor
git add -f $(git ls-files --other vendor/)
git co -- Godeps/LICENSES Godeps/.license_file_state Godeps/OWNERS
2016-05-08 20:30:21 -07:00