Markus Thömmes
34b9d11505
Fix dependency linting
2020-10-19 11:33:30 +02:00
Markus Thömmes
e1fd0bd0eb
Bump github.com/Azure/go-autorest/autorest/adal to 0.9.5
2020-10-19 09:59:45 +02:00
Qing Ju
b57d040247
Upgraded aws-sdk-go to v1.35.5 to include more regions, i.e. Millan
...
./hack/pin-dependency.sh github.com/aws/aws-sdk-go v1.35.5
./hack/update-vendor.sh
./hack/lint-dependencies.sh
// Additional changes required by lint-dependencies
hack/pin-dependency.sh github.com/jmespath/go-jmespath v0.4.0
./hack/update-vendor.sh
./hack/lint-dependencies.sh
2020-10-07 16:48:19 -07:00
Matthew Cary
299a296c7a
update-bazel
...
Change-Id: Iebc99ee13587f0cd4c43ab85c7295d458d679d1e
2020-09-18 00:44:39 +00:00
Matthew Cary
74dbf274d9
update storageos vendor for FilteredDial change
2020-09-18 00:07:32 +00:00
Kubernetes Prow Robot
ed3be9d7b9
Merge pull request #93039 from endocrimes/dani/update-go-digest-v1_0_0
...
deps: opencontainers/go-digest -> v1.0.0
2020-09-09 17:01:44 -07:00
Eddie Zaneski
ad3891df1b
Fix broken dependency vbom.ml/util
...
The author of this dependency is removing the vanity url and has
instructed users to use the GitHub path.
This updates the dependency to the module-less pin to the v1 module tag.
https://github.com/fvbommel/util/issues/5
https://github.com/fvbommel/util/issues/6
Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
2020-09-02 17:44:42 -06:00
Kubernetes Prow Robot
e695b40db8
Merge pull request #93499 from ZeroMagic/azure-autorest
...
chore: upgrade Azure/go-autorest/autorest to v0.11.1
2020-09-02 02:37:35 -07:00
Jordan Liggitt
245064a351
Update json-patch to v4.9.0 tagged release
2020-08-20 21:21:09 -04:00
Jordan Liggitt
cc6814f83c
Update to json-patch 4.8.0
2020-08-08 09:53:56 -04:00
Danielle Lancashire
dcf9f19fc7
deps: opencontainers/go-digest -> v1.0.0
2020-07-30 13:10:38 +02:00
ZeroMagic
7b444eeff3
chore: upgrade Azure/go-autorest to v14.2.0
...
use autorest v0.11.1
Signed-off-by: ZeroMagic <jiliu8@microsoft.com>
2020-07-28 08:03:00 +00:00
Jordan Liggitt
f33dc28094
generated: hack/update-hack-tools.sh && hack/update-vendor.sh
2020-07-25 16:45:02 -04: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
Kubernetes Prow Robot
6b5dc37708
Merge pull request #92919 from dashpole/update_cadvisor
...
Update cAdvisor to v0.37.0
2020-07-12 06:59:55 -07:00
Kubernetes Prow Robot
63926cf8e7
Merge pull request #92862 from giuseppe/cgroup-fix-leaks
...
vendor: update github.com/opencontainers/runc
2020-07-11 20:57:11 -07:00
Kubernetes Prow Robot
c9c5c23634
Merge pull request #92824 from andyzhangx/fix-license-issue
...
fix: license issue in blob disk feature
2020-07-10 15:43:31 -07:00
andyzhangx
a552c7640f
fix: license issue in blob disk feature
2020-07-10 01:10:10 +00:00
David Ashpole
1f70708f6c
update cAdvisor to v0.37.0
2020-07-09 10:23:10 -07:00
Sandeep Rajan
2d574a647e
update the corefile-migration library to v1.0.10 which includes support for coredns up to v1.7.0
2020-07-09 11:09:13 -04:00
Giuseppe Scrivano
c655a5b636
vendor: update github.com/opencontainers/runc
...
when the systemd cgroup manager is used, controllers not handled by
systemd are created manually afterwards.
libcontainer didn't correctly cleanup these cgroups that were leaked
on cgroup v1.
Closes: https://github.com/kubernetes/kubernetes/issues/92766
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2020-07-09 09:37:45 +02:00
Kubernetes Prow Robot
1094c03e15
Merge pull request #92722 from munnerz/bump-md2man
...
Bump github.com/cpuguy83/go-md2man dependency to v2.0.0
2020-07-02 04:18:16 -07:00
Kubernetes Prow Robot
bd60f0787e
Merge pull request #92554 from serathius/klog-upgrade
...
Update k8s.io/klog to v2.2.0
2020-07-01 23:13:27 -07:00
James Munnelly
6b75e9efe4
Bump github.com/cpuguy83/go-md2man dependency
...
Signed-off-by: James Munnelly <james.munnelly@jetstack.io>
2020-07-01 21:22:14 +01:00
Antonio Ojea
6f79600e73
bump cni library version to v0.8.0
...
last CNI library release is 0.7.1 from Jun 11, 2019.
Since then, there was introduced new feature and bugfixes.
Currently, this library is only being used by dockershim,
the other CRI plugins are vendoring it directly
However, this will help also to mitigate some of the issues with the
CI jobs that are still using dockershim.
Signed-off-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
2020-07-01 18:09:19 +02:00
Marek Siarkowicz
e72521e1d7
Update k8s.io/klog to v2.2.0
2020-06-29 20:26:49 +02:00
Kubernetes Prow Robot
a03db636da
Merge pull request #91366 from giuseppe/cgroupfs-cgroupv2
...
vendor: update google/cadvisor and opencontainers/runc
2020-06-26 04:17:31 -07:00
Giuseppe Scrivano
a6a3bf2eb4
vendor: update google/cadvisor and opencontainers/runc
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2020-06-24 18:39:50 +02:00
qini
9a37d1d92c
Add mock clients for container service client and deployment client.
2020-06-21 19:52:12 +08:00
Hiroshi Muraoka
5b06aaa7ab
Update github.com/evanphx/json-patch to e83c0a1c26c884f8ec4fb743f6db92a941f605f1
...
Signed-off-by: Hiroshi Muraoka <h.muraoka714@gmail.com>
2020-06-12 11:11:08 +00:00
Kubernetes Prow Robot
2930723a25
Merge pull request #91856 from wawa0210/bump-corefile-migration
...
update corefile-migration library to 1.0.8
2020-06-11 05:31:10 -07:00
andyzhangx
ceecc17001
chore: upgrade azure-sdk-for-go to v43.0.0
2020-06-06 14:03:40 +00:00
wawa0210
f83a7a743b
update corefile-migration library to 1.0.8
2020-06-06 17:31:04 +08: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
RainbowMango
283d9f7483
Pin transitive dependencies:
...
pin dependency github.com/beorn7/perks from v1.0.0 to v1.0.1
pin dependency github.com/golang/protobuf from v1.3.3 to v1.4.2
pin denpendency github.com/json-iterator/go from v1.1.8 to v1.1.9
pin dependency github.com/prometheus/common from v0.4.1 to v0.9.1
pin dependency github.com/prometheus/procfs from v0.0.5 to v0.0.11
pin dependency github.com/alecthomas/template from v0.0.0-20160405071501-a0175ee3bccc to v0.0.0-20190718012654-fb15b899a751
pin dependency github.com/alecthomas/units from v0.0.0-20151022065526-2efee857e7cf to v0.0.0-20190717042225-c3de453c63f4
pin dependency github.com/go-kit/kit from v0.8.0 to v0.9.0
pin dependency github.com/go-logfmt/logfmt from v0.3.0 to v0.4.0
Co-Authored-By: Jordan Liggitt <jordan@liggitt.net>
2020-05-19 09:38:29 +08:00
RainbowMango
d8062e076e
bump github.com/prometheus/client_golang to v1.6.0
2020-05-19 09:37:10 +08:00
Davanum Srinivas
082578c22f
Updating dependency github.com/google/cadvisor to version 6a8d614
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:56 -04:00
Davanum Srinivas
ca8ec8a623
Updating dependency github.com/GoogleCloudPlatform/k8s-cloud-provider to version 7901bc8
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:55 -04:00
Davanum Srinivas
b158354e8a
Updating dependency k8s.io/gengo to version 8167cfd
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:51 -04:00
Kubernetes Prow Robot
678415a8a7
Merge pull request #91044 from gongguan/cobra-1.0.0
...
update spf13/cobra dependency to 1.0.0
2020-05-15 02:48:48 -07:00
louisgong
205ded20da
update spf13/cobra dependency to 1.0.0
2020-05-14 11:03:30 +08:00
Satish Matti
8f75fce78c
Update dependency google.golang.org/api to v0.15.1
...
Steps:
./hack/pin-dependency.sh google.golang.org/api v0.15.1
./hack/update-vendor.sh
./hack/verify-vendor.sh
./hack/pin-dependency.sh github.com/googleapis/gax-go/v2 v2.0.5
./hack/update-vendor.sh
./hack/verify-vendor.sh
./hack/lint-dependencies.sh
2020-05-12 10:26:19 -07:00
Kubernetes Prow Robot
b6514880d4
Merge pull request #90555 from andrewsykim/update-moby-ipvs
...
update github.com/moby/ipvs to v1.0.1 to fix IPVS compatiblity issue with older kernels
2020-05-01 00:40:51 -07:00
Andrew Sy Kim
4c3d9dad5f
update github.com/moby/ipvs to v1.0.1 to fix IPVS compatiblity issue with old kernels
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-04-28 10:31:36 -04:00
Sascha Grunert
519686faeb
Update runtime-spec to v1.0.2
...
We can now use the new version since v1.0.2 has be officially released.
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-04-27 09:34:54 +02:00
Davanum Srinivas
f981628ce8
move linting dependencies to hack/tools/tools.go
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-04-20 13:45:38 -04:00
Davanum Srinivas
12146cb4df
Do not include bazel related deps in root go.mod
...
- add ./hack/tools/go.mod, this makes ./hack/tools a distinct module
- hack/tools/tools.go undescore imports bazel related tools, over time we
can add others.
- hack/*.sh scripts will cd to hack/tools and go install tools from there
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-04-19 22:01:50 -04:00
Marek Siarkowicz
62d010d6ac
Move prometheus visibility rules to build/visible_to
2020-04-09 20:18:26 +02:00
Davanum Srinivas
eee5235d25
Updating dependency github.com/fsnotify/fsnotify to version v1.4.9
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-04-07 20:50:27 -04:00
Kubernetes Prow Robot
037db1cb6c
Merge pull request #89687 from dims/update-docker-dependency
...
Update docker dependency and remove deprecated method use
2020-04-06 15:42:14 -07:00