Walter Fender
66284b220b
Adds staging directory for controller-manager code
...
* Creates staging directory for common controller-manager code
* Adds the following initial files to this directory:
* .github/PULL_REQUEST_TEMPLATE.md
* code-of-conduct.md
* LICENSE
* OWNERS
* README.md
* SECURITY_CONTACTS
* Code committed to the controller-manager staging directory will be published to: https://github.com/kubernetes/controller-manager
Initial approval deads2k (sig-api-machinery chair)
The config we would expect any controller manager to need to connect to the API server, set up metrics endpoints, create per-controller-loop API clients, and spin up the individual loops could make sense under a k8s.io/controller-manager package.
Then cmd/kube-controller-manager could continue to contain the weirdnesses specific to kube-controller-manager.
This is similar to the way we split out recommended API server setup into k8s.io/apiserver and tried to limit kube-apiserver oddities to cmd/kube-apiserver and pkg/kubeapiserver
Removed extraneous release reference. Ran update-vendor.
Fixed Readme.
Added a doc.go to staging/controller-manager
Fix package to not have dash.
```
NONE
```
/kind cleanup
/sig api-machinery
/area kube-controller-manager
/area cloud-controller-manager
2020-05-27 17:30:36 -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
c225d13abc
Switch to static bash for etcd
...
- use bash-static and avoid dragging in all of debian-base
- use distroless as the base image
- the shell script needs a `cp` utility, add a go based one for just
files (no support for directories!)
- Rework the calls to `mv` and recursive `cp` in the code
- we don't need to support windows in this container image
- the test case was slightly off as it was assuming that the old
directory was copied into the new directory, but the desired
functionality is that all files in the old directory should be in the
new directory.
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-19 17:05:24 -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
07d88617e5
Run hack/update-vendor.sh
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:54:33 -04:00
Davanum Srinivas
442a69c3bd
switch over k/k to use klog v2
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:54:27 -04:00
Davanum Srinivas
3992c8669f
Updating dependency golang.org/x/mod to version v0.1.0
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:53:02 -04:00
Davanum Srinivas
e3a1dde5a1
Updating dependency golang.org/x/mobile to version v0.0.0-20190719004257-d2bd2a29d028
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:53:02 -04:00
Davanum Srinivas
4fca8bba14
Updating dependency golang.org/x/image to version v0.0.0-20190802002840-cff245a6509b
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:53:02 -04:00
Davanum Srinivas
15fa9902e9
Updating dependency golang.org/x/oauth2 to version v0.0.0-20191202225959-858c2ad4c8b6
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:53:01 -04:00
Davanum Srinivas
a31d23dce3
Updating dependency golang.org/x/lint to version v0.0.0-20191125180803-fdd1cda4f05f
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:53:01 -04:00
Davanum Srinivas
cd596c5bdf
Updating dependency golang.org/x/exp to version v0.0.0-20191227195350-da58074b4299
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:53:00 -04:00
Davanum Srinivas
75091f6153
Updating dependency github.com/ianlancetaylor/demangle to version v0.0.0-20181102032728-5e5cf60278f6
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:53:00 -04:00
Davanum Srinivas
4335e46738
Updating dependency honnef.co/go/tools to version v0.0.1-2019.2.3
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:53:00 -04:00
Davanum Srinivas
f541ac3139
Updating dependency google.golang.org/appengine to version v1.6.5
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:59 -04:00
Davanum Srinivas
3a44a2ab41
Updating dependency go.opencensus.io to version v0.22.2
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:59 -04:00
Davanum Srinivas
a185928a25
Updating dependency github.com/jstemmer/go-junit-report to version v0.9.1
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:58 -04:00
Davanum Srinivas
584cccad8b
Updating dependency github.com/google/pprof to version v0.0.0-20191218002539-d4f498aebedc
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:58 -04:00
Davanum Srinivas
9bdefa900a
Updating dependency github.com/golang/groupcache to version v0.0.0-20191227052852-215e87163ea7
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:58 -04:00
Davanum Srinivas
f25cb97234
Updating dependency google.golang.org/genproto to version v0.0.0-20200115191322-ca5a22157cba
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:57 -04:00
Davanum Srinivas
8a9bbd691e
Updating dependency cloud.google.com/go to version v0.51.0
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:57 -04:00
Davanum Srinivas
f1036ad75e
Updating dependency sigs.k8s.io/apiserver-network-proxy/konnectivity-client to version 33b9978
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:56 -04: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
449810c785
Updating dependency k8s.io/utils to version 2df71eb
...
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
815c6d4c90
Updating dependency k8s.io/kube-openapi to version 656914f
...
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
be5279947c
go-isatty to v0.0.4 as needed by lint-dependencies
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-04-20 13:45:46 -04: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
Kubernetes Prow Robot
ec00b4fcc2
Merge pull request #89833 from liggitt/json-raw
...
preserve integers decoding raw JSON values
2020-04-09 12:53:47 -07:00
Kubernetes Prow Robot
b3837f858a
Merge pull request #89942 from dims/update-fsnotify-to-pick-up-bug-fixes
...
Updating dependency github.com/fsnotify/fsnotify to version v1.4.9
2020-04-08 16:47:57 -07:00
Lubomir I. Ivanov
8183787493
update system-validators to v1.1.2
...
Version v1.1.0 added support for validating cgroups v2.
v1.1.1 includes a fix for a broken cross-build on !linux.
v1.1.2 reverted a breaking API change with the introduction of CgroupsSpec.
2020-04-08 20:41:23 +03: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
Kubernetes Prow Robot
07c556f40e
Merge pull request #89822 from jingyih/update_etcd_client_3p4p7
...
Update etcd client to v3.4.7 in k8s v1.19
2020-04-05 15:15:46 -07:00
Jordan Liggitt
8b9165839f
k8s.io/kube-openapi v0.0.0-20200403204345-e1beb1bd0f35
...
fix client-side validation to allow a value of 0 for a number field
2020-04-03 22:18:49 -04:00
Aaron Crickenberger
f9538b118d
Update k8s.io/gengo to e0e292d8aa12
...
This is mainly to pick up the bugfix for reducing log noise while
running import-boss
2020-04-03 14:40:22 -07:00
Kubernetes Prow Robot
d911254deb
Merge pull request #89704 from liggitt/gnostic
...
github.com/googleapis/gnostic v0.4.1
2020-04-03 14:19:46 -07:00
jingyih
4df38040dc
Pin go.etcd.io/etcd to 3.4.7 and rebuild vendor
2020-04-03 07:15:59 -07:00
Kubernetes Prow Robot
2fd8debe9b
Merge pull request #87926 from fedepaol/agnostsctp
...
Preliminary SCTP connectivity tests
2020-04-02 02:12:24 -07:00
Jordan Liggitt
93c7b24562
github.com/googleapis/gnostic v0.4.1
2020-03-31 23:07:50 -04:00
Davanum Srinivas
8e8e15357b
update docker dependency
...
Tag:
https://github.com/moby/moby/tree/v19.03.8
SHA:
aa6a9891b09cce3d9004121294301a30d45d998d
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-03-31 10:21:28 -04:00
Kubernetes Prow Robot
f95b9fa00f
Merge pull request #89116 from rikatz/issue89109
...
Update ipvs library to the new repo and upgrade library version
2020-03-30 15:50:40 -07:00
Kubernetes Prow Robot
b0cb4930e5
Merge pull request #89491 from dims/remove-outdated-comment-about-go-criu
...
remove outdated comment about go-criu version
2020-03-26 11:14:35 -07:00
Ricardo Pchevuzinske Katz
7da8b2b981
Update ipvs library to the new repo and upgrade library version
2020-03-26 12:00:51 -03:00
Ricardo Pchevuzinske Katz
5c48f209a5
Update ipvs library to the new repo and upgrade library version
2020-03-26 11:20:01 -03:00
Davanum Srinivas
6df4717259
remove outdated comment about go-criu version
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-03-25 17:12:17 -04:00
Davanum Srinivas
f82014e897
Switch to released tags of containerd/ projects
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-03-25 17:07:42 -04:00
Davanum Srinivas
04e0c93088
Remove pinned module versions that are not actually used
2020-03-25 12:09:41 -04:00
Davanum Srinivas
864646a6a5
Updating dependency github.com/checkpoint-restore/go-criu to version bdb7599cd87b
2020-03-25 12:09:41 -04:00
Davanum Srinivas
d275539551
Updating dependency golang.org/x/xerrors to version v0.0.0-20191204190536-9bdfabe68543
2020-03-25 12:09:41 -04:00
Davanum Srinivas
2b8b3b4008
Updating dependency golang.org/x/time to version v0.0.0-20191024005414-555d28b269f0
2020-03-25 12:09:41 -04:00
Davanum Srinivas
75ceb7baa8
Updating dependency golang.org/x/net to version v0.0.0-20200202094626-16171245cfb2
2020-03-25 12:09:41 -04:00
Davanum Srinivas
9e91a7ddc1
Updating dependency gopkg.in/check.v1 to version v1.0.0-20190902080502-41f04d3bba15
2020-03-25 12:09:41 -04:00
Davanum Srinivas
7555985346
Updating dependency google.golang.org/genproto to version v0.0.0-20191230161307-f3c370f40bfb
2020-03-25 12:09:41 -04:00
Davanum Srinivas
2dc8963d4f
Updating dependency github.com/vishvananda/netns to version v0.0.0-20191106174202-0a2b9b5464df
2020-03-25 12:09:41 -04:00
Davanum Srinivas
af1833daf2
Updating dependency github.com/prometheus/procfs to version v0.0.5
2020-03-25 12:09:41 -04:00
Davanum Srinivas
a1ef1e80be
Updating dependency github.com/opencontainers/selinux to version v1.3.3
2020-03-25 12:09:41 -04:00
Davanum Srinivas
01e553fa1c
Updating dependency github.com/opencontainers/runtime-spec to version v1.0.1
2020-03-25 12:09:41 -04:00
Davanum Srinivas
a850e2b914
Updating dependency github.com/mistifyio/go-zfs to version v2.1.2-0.20190413222219-f784269be439+incompatible
2020-03-25 12:09:41 -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
Davanum Srinivas
6b864dc4e1
Updating dependency github.com/matttproud/golang_protobuf_extensions to version v1.0.2-0.20181231171920-c182affec369
2020-03-25 12:09:41 -04:00
Davanum Srinivas
54967fe393
Updating dependency github.com/kr/pretty to version v0.2.0
2020-03-25 12:09:41 -04:00
Davanum Srinivas
f4bcf812b0
Updating dependency github.com/konsorten/go-windows-terminal-sequences to version v1.0.2
2020-03-25 12:09:41 -04:00
Davanum Srinivas
8041c58b47
Updating dependency github.com/gorilla/mux to version v1.7.3
2020-03-25 12:09:41 -04:00
Davanum Srinivas
0dd6bf6258
Updating dependency github.com/google/go-cmp to version v0.4.0
2020-03-25 12:09:32 -04:00
Davanum Srinivas
cccdf5cde6
Updating dependency github.com/godbus/dbus to version v0.0.0-20190422162347-ade71ed3457e
2020-03-25 12:01:19 -04:00
Davanum Srinivas
b117d2dc25
Updating dependency github.com/containerd/typeurl to version v0.0.0-20190911142611-5eb25027c9fd
2020-03-25 12:01:19 -04:00
Davanum Srinivas
1281a206e0
Updating dependency github.com/containerd/console to version v0.0.0-20180822173158-c12b1e7919c1
2020-03-25 12:01:19 -04:00
Davanum Srinivas
3e43b0722a
Updating dependency github.com/cilium/ebpf to version v0.0.0-20191113100448-d9fb101ca1fb
2020-03-25 12:01:19 -04:00
Davanum Srinivas
4274ea2c89
Update cadvisor and containerd
2020-03-25 12:01:19 -04:00
Hemant Kumar
a1ae67d691
bump k8s.io/utils package
...
This fixes bug with xfs mount failing because of xfs_repair
being called. Fixes https://github.com/kubernetes/utils/issues/141
2020-03-24 17:21:59 -04:00
Antonio Ojea
dc025534af
bump k8s.io utils
...
Fix a bug in k8s.io/utils/net.GetIndexedIP() that wasn't working
with IPv6 addresses with leading zeros.
2020-03-22 22:21:47 +01:00
Matt Boersma
aa75686727
Update vendored MountSensitive code for Windows
2020-03-20 14:41:31 -06:00
Kubernetes Prow Robot
bd07a408c1
Merge pull request #89159 from dims/move-term-package-to-component-base
...
Move term package to component base and switch to moby/term
2020-03-19 10:27:54 -07:00
Kubernetes Prow Robot
a98840bc3b
Merge pull request #89169 from jingyih/update_etcd_client_3p4p4
...
Update etcd client to v3.4.4 in k8s v1.19
2020-03-19 06:05:28 -07:00
Davanum Srinivas
574c75e8fe
Updating dependency github.com/pkg/errors to version v0.9.1
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-03-19 08:27:42 -04:00
Davanum Srinivas
865fd48482
Updating dependency github.com/google/go-cmp to version v0.3.1
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-03-19 07:18:10 -04:00
Davanum Srinivas
ee43102806
update vendor
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-03-19 07:18:10 -04:00
jingyih
1f7ccbcfc3
Pin go.etcd.io/etcd to 3.4.4 and rebuild vendor
2020-03-16 11:55:49 -07:00
andyzhangx
da20cc202f
chore: upgrade to azure-sdk v40.2.0
...
chore: use autorest v0.9.6
fix go module issue
fix go module error
2020-03-13 11:51:25 +00:00
Antoine Pelisse
df41fd932b
Bump sigs.k8s.io/structured-merge-diff to v3
2020-03-05 15:19:50 -08:00
Dan Winship
55d3408211
agnhost: add SCTP support to netexec
2020-03-04 23:34:15 +01:00
Kubernetes Prow Robot
f692f5cfcd
Merge pull request #88049 from mtaufen/provider-info-agnhost
...
Update agnhost to test OIDC validation of JWT tokens
2020-03-04 03:43:47 -08:00
Charles Eckman
5ceecd3ba3
Update agnhost to test OIDC validation of JWT tokens
...
Extends agnhost with the capability to validate a mounted token against
the API server's OIDC endpoints.
Co-authored-by: Michael Taufen <mtaufen@google.com>
2020-03-03 15:27:47 -08:00
saad-ali
22e8189f40
Update dep k8s.io/utils to 0a110f9eb7ab
2020-03-03 11:20:08 -08:00
Jefftree
0989770135
Update network proxy to v0.0.7
2020-03-02 10:09:00 -08:00
Sandeep Rajan
cb12e8a059
update corefile-migration library to 1.0.6
2020-02-24 15:00:55 -05:00
Kubernetes Prow Robot
6461e6f4fb
Merge pull request #87179 from Jefftree/netproxy-uds
...
UDS + GRPC Support for Network Proxy
2020-02-20 21:20:32 -08:00
Benjamin Elder
86ead63158
update golang.org/x/crypto
2020-02-20 13:17:51 -08:00
Jefftree
907ab25b6f
vendor network proxy client
2020-02-20 10:19:38 -08:00
Andrew Sy Kim
1653476e3f
proxier: use IPSet from k8s.io/utils/net to store local addresses
...
This allows the proxier to cache local addresses instead of fetching all
local addresses every time in IsLocalIP.
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
2020-02-11 16:44:34 -05:00
andrewsykim
9e5a06c3ed
update vendor k8s.io/utils to 5f6fbceb4c31
...
Signed-off-by: andrewsykim <kim.andrewsy@gmail.com>
2020-02-11 16:35:49 -05:00
Joe Betz
d9faaca647
Bump to latest SMD to pick up performance optimizations
2020-02-07 16:11:06 -08:00
Jordan Liggitt
0b32e142d4
Drop k8s.io/node-api packages
2020-02-07 10:07:14 -05:00
Kubernetes Prow Robot
e4061baeac
Merge pull request #87830 from dims/update-sigs.k8s.io/yaml-to-v1.2.0
...
Updating dependency sigs.k8s.io/yaml to version v1.2.0
2020-02-06 17:48:01 -08:00
Kubernetes Prow Robot
caae5467c3
Merge pull request #87695 from andrewsykim/ipvs-handle-ipv6-dest
...
update github.com/docker/libnetwork to c8a5fca4a652
2020-02-06 17:45:59 -08:00
Davanum Srinivas
5bb1838c5c
Updating dependency sigs.k8s.io/yaml to version v1.2.0
2020-02-04 15:45:47 -05:00
Kubernetes Prow Robot
608ac4e67d
Merge pull request #87517 from odinuge/prom-client_model
...
Bump dependency github.com/prometheus/client_model@v0.2.0
2020-01-30 16:59:12 -08:00
andrewsykim
8d7780d635
update github.com/docker/libnetwork to c8a5fca4a652
...
Signed-off-by: andrewsykim <kim.andrewsy@gmail.com>
2020-01-30 15:58:12 -05:00
Kubernetes Prow Robot
5595eaa0ad
Merge pull request #87516 from odinuge/runc-rc10
...
Bump dependency opencontainers/runc@v1.0.0-rc10
2020-01-29 22:10:41 -08:00
Kubernetes Prow Robot
fc3b7b6dcd
Merge pull request #87431 from dprotaso/bump-gofuzz
...
bump github.com/google/gofuzz
2020-01-29 22:10:27 -08:00
Kubernetes Prow Robot
f5a008746a
Merge pull request #83526 from eloyekunle/feat/gengo-reverse-import
...
import-boss reverse import
2020-01-28 18:50:13 -08:00
Jordan Liggitt
dc731e4a1c
Clarify sha matching etcd release tag
2020-01-28 13:15:31 -05:00
Elijah Oyekunle
cece51b9b0
bump gengo version
2020-01-28 10:58:15 +01:00
Odin Ugedal
292804ae1c
Bump dependency github.com/prometheus/client_model@v0.2.0
2020-01-24 13:27:15 +01:00
Odin Ugedal
5ba2a8da09
Pin dependency github.com/cilium/ebpf
...
Use same as opencontainers/runc
2020-01-24 13:13:44 +01:00
Odin Ugedal
088ee920e0
Bump dependency opencontainers/runc@v1.0.0-rc10
2020-01-24 13:11:01 +01:00
Kubernetes Prow Robot
07b358b190
Merge pull request #87467 from cjcullen/yaml
...
Update gopkg.in/yaml.v2 to v2.2.8
2020-01-23 17:41:32 -08:00
CJ Cullen
b86df2bec4
update gopkg.in/yaml.v2 to v2.2.8
2020-01-23 09:10:54 -08:00
Dave Protasowski
c8dbde8666
bump github.com/google/gofuzz
...
This includes the ability for the fuzzer to skip certain struct fields
2020-01-21 20:41:02 -05:00
jennybuckley
b33fbc84d9
Update Structured Merge Diff to V3
2020-01-21 15:23:13 -08:00
Kubernetes Prow Robot
b869053987
Merge pull request #87253 from SaranBalaji90/update-aws-sdk
...
Update aws-sdk-go dependency to v1.28.2
2020-01-20 09:05:36 -08:00
Kubernetes Prow Robot
33aa665c34
Merge pull request #87326 from wawa0210/bump-golang-mock
...
Bump golang/mock version to v1.3.1
2020-01-20 07:25:51 -08:00
张潇
8cbc5dc03f
Bump golang/mock version to v1.3.1
2020-01-18 12:24:43 +08:00
Davanum Srinivas
2f78a9480f
Updating dependency google.golang.org/genproto to version v0.0.0-20190819201941-24fa4b261c55
2020-01-17 11:23:53 -05:00
Davanum Srinivas
cac0451836
Updating dependency github.com/prometheus/client_model to version v0.0.0-20190812154241-14fe0d1b01d4
2020-01-17 11:23:53 -05:00
Davanum Srinivas
3b29bcf52d
Updating dependency google.golang.org/grpc to version v1.26.0
2020-01-17 11:23:52 -05:00
Davanum Srinivas
9c78f05d06
Updating dependency github.com/gogo/protobuf to version v1.3.1
2020-01-17 11:23:52 -05:00
Sri Saran Balaji Vellore Rajakumar
a94346bef9
Update aws-sdk-go dependency to v1.28.2
2020-01-16 19:22:14 -08:00
Kubernetes Prow Robot
5d1c301610
Merge pull request #87158 from dims/pick-closest-tags-for-a-few-packages
...
Pick closest tags for a few packages and avoid random SHA
2020-01-15 16:40:22 -08:00
Davanum Srinivas
3709f9264d
Document the actual git tag the SHA was picked from
...
the 3 packages do not have semver tags, the git tags are not good either
for go proxy or go get or pin-dependencies script for that matter. So we
should just document the git tag we picked the SHA from in go.mod
2020-01-15 12:08:47 -05:00
Davanum Srinivas
2a731eb411
Updating dependency github.com/checkpoint-restore/go-criu to version 17b0214
2020-01-15 12:08:22 -05:00
Davanum Srinivas
103d77c619
Updating dependency github.com/coreos/pkg to version 97fdf19
2020-01-15 12:08:12 -05:00
Davanum Srinivas
a6d72ab713
Updating dependency github.com/elazarl/goproxy to version 947c36d
2020-01-15 11:56:41 -05:00
Jordan Liggitt
e8a8bdb4ca
hack/update-vendor.sh
2020-01-14 22:01:55 -05:00
Kubernetes Prow Robot
d5145ffc10
Merge pull request #87107 from dims/updating-googleapis/gnostic-to-v0.1.0
...
updating googleapis/gnostic to v0.1.0
2020-01-13 13:59:53 -08:00
Kubernetes Prow Robot
bb3f8c7c89
Merge pull request #87088 from dims/switch-to-newer-gonum
...
Drop random SHA and update gonum.org/v1/gonum to v0.6.2
2020-01-13 13:59:29 -08:00
Davanum Srinivas
420d5d10c4
updating googleapis/gnostic to v0.1.0
...
per https://github.com/googleapis/gnostic/releases/tag/v0.1.0 , the
v0.1.0 was made specifically for use by k8s, but we still seem to be
using a random SHA. Let's try to switch to a tagged version.
2020-01-11 22:41:19 -05:00
Kubernetes Prow Robot
7f2128757b
Merge pull request #85458 from cjcullen/yaml
...
Update gopkg.in/yaml.v2 to v2.2.7
2020-01-11 03:49:36 -08:00
Kubernetes Prow Robot
5ade844b72
Merge pull request #87093 from dims/update-prometheus/client_model-to-v0.1.0
...
Move from random SHA - update github.com/prometheus/client_model to v0.1.0
2020-01-11 02:44:02 -08:00
Davanum Srinivas
b5f050a5cb
Move from random SHA - update github.com/prometheus/client_model to v0.1.0
2020-01-10 16:44:42 -05:00
Davanum Srinivas
f66ef23c11
update gonum.org/v1/gonum to v0.6.2
2020-01-10 15:26:48 -05:00
Davanum Srinivas
8f1e3c2235
updating github.com/smartystreets/goconvey v1.6.4
2020-01-10 14:55:43 -05:00
Davanum Srinivas
8253480ea4
update github.com/morikuni/aec to v1.0.0
2020-01-10 14:52:12 -05:00
SataQiu
2497a1209b
bump k8s.io/utils version
2019-12-21 14:54:44 +08:00
Carlos de Paula
c71dd7e4ee
Bump Ginkgo module to release version
2019-12-19 19:34:07 -03:00
Carlos de Paula
ecfd30d251
Bump Ginkgo to support building on riscv64 arch
2019-12-19 19:34:00 -03:00
Odin Ugedal
4769cbedd5
Update go version in go.mod
...
We now use go 1.13 and not 1.12
2019-12-14 12:43:14 +01:00
CJ Cullen
aa278345fa
update gopkg.in/yaml.v2 to v2.2.7
2019-12-02 09:26:32 -08:00
张潇
f461225ba5
Update go-winio module version from 0.4.11 to 0.4.14
2019-11-29 08:12:42 +08:00
David Ashpole
a445c97a0e
update cadvisor dependency to v0.35.0
2019-11-27 14:22:51 -08:00
Dr. Stefan Schimanski
ef88c43c02
hack/pin-dependency.sh github.com/go-openapi/validate v0.19.5
2019-11-20 18:33:45 +01:00
Travis Rhoden
0c5c3d8bb9
Remove pkg/util/mount (moved out of tree)
...
This patch removes pkg/util/mount completely, and replaces it with the
mount package now located at k8s.io/utils/mount. The code found at
k8s.io/utils/mount was moved there from pkg/util/mount, so the code is
identical, just no longer in-tree to k/k.
2019-11-15 08:29:12 -07:00
Kubernetes Prow Robot
b0c26e5a5a
Merge pull request #83576 from andrewsykim/udpate-netlink
...
update github.com/vishvananda/netlink to v1.0.0
2019-11-14 20:51:49 -08:00
Kubernetes Prow Robot
31200d08d6
Merge pull request #83505 from misterikkit/govmomi-dep
...
Update dependency vmware/govmomi to v0.20.3
2019-11-14 17:49:37 -08:00
Kubernetes Prow Robot
24334444b4
Merge pull request #85175 from liggitt/golang-org-comments
...
Add comments to explain golang.org replace directives
2019-11-14 13:31:27 -08:00
Kubernetes Prow Robot
7f7f99b7b5
Merge pull request #83964 from Jefftree/bdd-conformance
...
Initial Implementation for kubetestgen for Conformance.
2019-11-14 13:29:37 -08:00
Kubernetes Prow Robot
72bcec4e4d
Merge pull request #84832 from gnufied/update-csi-version
...
bump CSI version to 1.2.0
2019-11-13 21:46:34 -08:00
Kubernetes Prow Robot
85bc79d81f
Merge pull request #85227 from apelisse/update-smd
...
Update structured-merge-diff to latest version
2019-11-13 20:02:24 -08:00
Jonathan Basseri
42290ddf04
Update dependency vmware/govmomi to v0.20.3
...

misterikkit committed on Oct 4
govmomi is the vSphere client library used by the vSphere cloud provider
and storage plugin. A bug in the SOAP client prevented storage classes
that use vSphere storage policies (aka SPBM) from working.
This bumps our dependency on vmware/govmomi from v0.20.1 to v0.20.3 to
pick up the fix in vmware/govmomi#1498
Here are all changes in the release:
https://github.com/vmware/govmomi/compare/v0.20.1...v0.20.3
2019-11-13 13:43:47 -08:00
Kubernetes Prow Robot
c33af5b2fe
Merge pull request #85108 from rajansandeep/prepcorednsfor1.17-kubeadm
...
Bump CoreDNS version to 1.6.5 and update manifest
2019-11-13 13:03:22 -08:00
Antoine Pelisse
4f0346530d
Update structured-merge-diff to latest version
2019-11-13 10:31:01 -08:00
Jordan Liggitt
9f40e19d7a
Add comments to explain golang.org replace directives
2019-11-12 23:54:26 -05:00
Kubernetes Prow Robot
ea2750eaa6
Merge pull request #84718 from yastij/remove-validators
...
remove system validators package from kubeadm and use k8s.io/system-validators
2019-11-12 11:50:53 -08:00
Sandeep Rajan
2544a764db
bump vendor of corefile-migration lib to 1.0.4 which support migration of coredns up to version 1.6.5
2019-11-12 13:10:35 -05:00
Kubernetes Prow Robot
897ce3073c
Merge pull request #84533 from davidz627/fix/deprecatedPath
...
Remove plugin watching of deprecated directory and CSI v0 support in accordance with deprecation policy
2019-11-12 04:48:20 -08:00
Yassine TIJANI
b9fe59c93e
remove system validators package from kubeadm and use k8s.io/system-validators instead
...
Signed-off-by: Yassine TIJANI <ytijani@vmware.com>
2019-11-12 01:09:56 +01:00
David Zhu
802fe12803
Remove plugin watching of deprecated directory {kubelet_root_dir}/plugins and support for CSI V0 in accordance with deprecation announcement in https://v1-13.docs.kubernetes.io/docs/setup/release/notes/
2019-11-11 11:42:58 -08:00
Kubernetes Prow Robot
3387d6cfc7
Merge pull request #83840 from liggitt/json-iter
...
bump json-iterator dependency
2019-11-08 17:32:34 -08:00
Jefftree
fd7eaffd99
kubetestgen implementation
2019-11-08 15:40:22 -08:00
Andrew Sy Kim
bbca2594f5
update github.com/docker/libnetwork to f0e46a7 - which bumps it's dependency to github.com/vishvananda/netlink to v1.0.0
...
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
Co-authored-by: Moriadry <preciousdp11@gmail.com>
2019-11-08 16:16:04 -05:00
Andrew Sy Kim
d8706f04b9
update github.com/vishvananda/netlink to v1.0.0
...
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
Co-authored-by: Moriadry <preciousdp11@gmail.com>
2019-11-08 16:16:04 -05:00
Jordan Liggitt
e323279ab9
bump github.com/json-iterator/go v1.1.8
2019-11-08 09:09:48 -05:00
yue9944882
8e7606f328
update k8s.io/kube-openapi to 30be4d16710a
2019-11-07 18:39:08 +08:00
Jordan Liggitt
297570e06a
hack/update-vendor.sh
2019-11-06 17:42:34 -05:00
Jordan Liggitt
9a5b7c24ad
hack/lint-dependencies.sh
...
hack/pin-dependency.sh github.com/go-openapi/swag v0.19.5
hack/pin-dependency.sh github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
hack/pin-dependency.sh github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e
hack/pin-dependency.sh github.com/mattn/go-isatty v0.0.9
hack/pin-dependency.sh github.com/pkg/errors v0.8.1
hack/pin-dependency.sh github.com/spf13/pflag v1.0.5
hack/pin-dependency.sh gopkg.in/inf.v0 v0.9.1
2019-11-06 17:39:05 -05:00
Jordan Liggitt
0982782678
bump golang/x/... dependencies
...
go1.13-levels
hack/pin-dependency.sh golang.org/x/crypto release-branch.go1.13
hack/pin-dependency.sh golang.org/x/net release-branch.go1.13
hack/pin-dependency.sh golang.org/x/tools release-branch.go1.13
hack/pin-dependency.sh golang.org/x/sys release-branch.go1.13
preferred levels for repos without 1.13 branches:
hack/pin-dependency.sh golang.org/x/lint v0.0.0-20190409202823-959b441ac422
hack/pin-dependency.sh golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
hack/pin-dependency.sh golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
hack/pin-dependency.sh golang.org/x/text v0.3.2
hack/pin-dependency.sh golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
2019-11-06 17:39:05 -05:00
Jordan Liggitt
d5d0c7af1c
bump github.com/go-openapi/jsonpointer v0.19.3
...
To fix bug exposed by reflect.Value#IsZero method added in go1.13
2019-11-06 17:39:05 -05:00
Jordan Liggitt
9f30c783bc
bump kazel, bazel, gazelle
...
hack/pin-dependency.sh k8s.io/repo-infra v0.0.1-alpha.1
To fix non-idempotent BUILD file generation
hack/pin-dependency.sh github.com/bazelbuild/bazel-gazelle v0.19.0
hack/pin-dependench.sh github.com/bazelbuild/buildtools 0.29.0
for go1.13.3 support
hack/lint-dependencies.sh
hack/pin-dependency.sh github.com/bazelbuild/buildtools v0.0.0-20190917191645-69366ca98f89
to pick up preferred version for repo-infra
2019-11-06 17:39:05 -05:00
Hemant Kumar
0513ee7d6c
bump CSI version to 1.2.0
2019-11-05 17:59:27 -05:00
Mike Danese
f0d45ee31f
remove github.com/pborman/uuid
2019-11-04 23:21:50 -08:00
Mike Danese
380f42727d
remove dependency on cfssl
2019-11-04 08:37:10 -08:00
Travis Rhoden
81f66ecbb5
Update k8s.io/utils dependency to latest
2019-10-31 08:35:01 -06:00
Kubernetes Prow Robot
4d55d1d695
Merge pull request #84543 from andyzhangx/update-azure-go-sdk
...
Update Azure/azure-sdk-for-go
2019-10-30 21:56:48 -07:00
andyzhangx
cdbb616b8a
Update Azure/azure-sdk-for-go
2019-10-30 04:18:15 +00:00
Sean Sullivan
bb30a469b6
update-vendor.sh; updates modules files
2019-10-29 16:12:58 -07:00
Wenjia Zhang
660b17d0ae
Pin dependencies and update vendors
2019-10-24 14:09:24 -07:00
Joe Betz
1db282bb3e
Bump bbolt to v1.3.3
2019-10-15 13:38:16 -07:00
Kubernetes Prow Robot
5e2650883a
Merge pull request #83801 from jpbetz/etcd-3_3_17_client
...
Upgrade to etcd client 3.3.17
2019-10-11 21:17:03 -07:00
Joe Betz
41e03d26d5
Upgrade to etcd 3.3.17
2019-10-11 13:28:41 -07:00
Yassine TIJANI
5d49cbd3ca
bump k8s.io/utils to pickup bug fix for rangesize
...
Signed-off-by: Yassine TIJANI <ytijani@vmware.com>
2019-10-11 16:45:21 +02:00
Joe Betz
2a4217340e
Revert #83735 : Update etcd client to 3.3.16
2019-10-11 00:17:00 -07:00
Kubernetes Prow Robot
8f968c41d2
Merge pull request #83735 from jpbetz/etcd3316-client
...
Update etcd client to 3.3.16
2019-10-10 13:42:13 -07:00
Joe Betz
ad6aeecf30
Update etcd client to 3.3.16
2019-10-10 07:49:36 -07:00
Wojciech Tyczynski
053721d9d5
Update munnerz/goautoneg dependency
2019-10-10 12:53:34 +02:00
Odin Ugedal
42d1238962
Bump dependency github.com/godbus/dbus@v19 (2ff6f7ffd60f)
2019-10-05 14:37:48 +02:00
Odin Ugedal
c07408380d
Bump dependency github.com/coreos/go-systemd@v19 (95778df)
2019-10-05 14:28:46 +02:00
Odin Ugedal
6e079bfb7d
Bump dependency syndtr/gocapability@v0.0.0-20180916011248-d98352740cb2
2019-10-05 14:14:29 +02:00
Odin Ugedal
47906acc96
Bump dependency opencontainers/selinux@v1.3.1-0.20190929122143-5215b1806f52
2019-10-05 13:56:58 +02:00
Odin Ugedal
a2117bd49d
Bump dependency github.com/mrunalp/fileutils@7d4729fb36185a7c1719923406c9d40e54fb93c7
2019-10-05 13:50:59 +02:00
Odin Ugedal
708a917b7d
Bump dependency opencontainers/runc@v1.0.0-rc9
2019-10-05 13:45:54 +02:00
Kubernetes Prow Robot
b140b43107
Merge pull request #82176 from pohly/ginkgo-stack-fix
...
Ginkgo update + stack fix
2019-10-05 00:59:25 -07:00
Patrick Ohly
27b9a9c238
vendor: update gomega to v1.7.0
...
Updated to keep both Ginkgo and Gomega at the latest releases.
2019-10-04 21:38:51 +02:00
Jordan Liggitt
8aeffa8716
bump gopkg.in/yaml.v2 v2.2.4
2019-10-02 14:46:15 -04:00
Patrick Ohly
ecd7ae55bc
e2e log: Ginkgo 1.10.1 fixes stack skip
...
Now Ginkgo properly skips the initial stack entry.
2019-10-01 21:27:29 +02:00
Patrick Ohly
02ce619078
e2e log: fix full stacktrace with Ginkgo 1.10.0
...
Ginkgo 1.10.0 includes the relevant fix for dumping the full stack
(https://github.com/onsi/ginkgo/pull/590 ), so when using that release
we can simplify the logging unit test.
By changing the skipping, we can avoid the rather volatile util.go
entries. However, that gomega is part of the stack trace still needs
to be fixed in Gingko.
2019-10-01 21:25:59 +02:00
Kubernetes Prow Robot
29a52f5241
Merge pull request #82496 from hasheddan/azure-vmss-expand
...
use vmss instance view expansion and azure-sdk-for-go v33.1.0
2019-09-26 14:39:51 -07:00
Kubernetes Prow Robot
14d889f6ef
Merge pull request #83027 from liggitt/fix/gomod-error-import
...
Update go mod hcsshim version to fix the kube-proxy issue cannot access service by self nodeip:port on windows
2019-09-25 22:05:07 -07:00
Yassine TIJANI
16fe4d7627
bump k8s.io/utils to pickup ipallocator changes
...
Signed-off-by: Yassine TIJANI <ytijani@vmware.com>
2019-09-25 16:15:30 +02:00
Kubernetes Prow Robot
e519736dfd
Merge pull request #79261 from draveness/feature/bump-prometheus-common
...
feat: bump prometheus common to v0.1.0
2019-09-23 14:55:25 -07: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
hasheddan
4fbdb08f98
use vmss instance view expansion and azure-sdk v33.1.0
...
Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2019-09-23 11:19:38 -05:00
danielqsj
c2a4906152
Bump k8s.io/klog to v1.0.0
2019-09-23 16:51:43 +08:00
draveness
57da7a3508
feat: bump github.com/prometheus/procfs to v0.0.2
2019-09-22 20:04:15 +08:00
draveness
ac9b2516d4
feat: bump github.com/prometheus/client_model to v0.0.0-20190129233127-fd36f4220a90
2019-09-22 20:04:15 +08:00
draveness
dcd413ae5f
feat: bump github.com/beorn7/perks to v1.0.0
2019-09-22 20:04:15 +08:00
draveness
270df13e4f
feat: bump github.com/prometheus/client_golang to v0.9.4
2019-09-22 20:04:08 +08:00
draveness
c42393c16d
feat: bump github.com/prometheus/common to v0.4.1
2019-09-22 20:04:01 +08:00
Kubernetes Prow Robot
124ed02c93
Merge pull request #82805 from liggitt/bump-heketi
...
Bump github.com/heketi/heketi to c2e2a4ab7ab9
2019-09-17 16:55:27 -07:00
Jordan Liggitt
a1b31aaf74
Bump github.com/heketi/heketi to c2e2a4ab7ab9
2019-09-17 16:54:46 -04:00
Dan Winship
b6c3d5416a
Drop iptables firewalld monitoring support
...
The firewalld monitoring code was not well tested (and not easily
testable), would never be triggered on most platforms, and was only
being taken advantage of from one place (kube-proxy), which didn't
need it anyway since it already has its own resync loop.
Since the firewalld monitoring was the only consumer of pkg/util/dbus,
we can also now delete that.
2019-09-15 15:35:40 -04:00
Carlos de Paula
8cd98fbd60
Bump gonvml module and remove CGO dependency.
...
Signed-off-by: Carlos de Paula <me@carlosedp.com>
2019-09-04 15:27:57 -03:00
Kubernetes Prow Robot
443002fcb7
Merge pull request #81413 from Bisnode/OIDC-honour-nbf
...
bump github.com/coreos/go-oidc dep to pick up nbf enforcement
2019-08-31 04:37:46 -07:00
Kubernetes Prow Robot
ab162cd28c
Merge pull request #77354 from jennybuckley/crd-apply
...
Use CRD validation field in server-side apply
2019-08-30 23:53:47 -07:00
Anders Eknert
5e6162c614
Honour "nbf" claim if present in ID token
2019-08-31 08:45:02 +02:00
David Ashpole
5420d84160
update cAdvisor godeps to v0.34.0 release
2019-08-30 10:31:03 -07:00
jennybuckley
7eeef1ac28
Update kube-openapi version
2019-08-29 18:42:24 -07:00
Chris Hoge
3d27daf7d2
Update modules for openstack staging.
2019-08-29 19:09:15 +05:30
Pavithra Ramesh
ce3b145e73
Update vendor k8s-cloud-provider and google API
...
Ran commands:
hack/pin-dependency.sh github.com/GoogleCloudPlatform/k8s-cloud-provider 27a4ced34534a6c32b63159b100ac0efaa1d37b3
hack/update-vendor.sh
hack/pin-dependency.sh google.golang.org/api 5213b809086156e6e2b262a41394993fcff97439
hack/update-vendor.sh
hack/verify-vendor.sh
merge conflicts
2019-08-27 15:58:55 -07:00
Davanum Srinivas
96998c6197
hack/pin-dependency.sh k8s.io/gengo 26a664648505d962332bda642b27306bc10d1082
2019-08-23 12:11:18 -04: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
Davanum Srinivas
3d6ae5ef12
Update google.golang.org/grpc to v1.23.0
...
Change-Id: Ifbe8229d464a35a7598e28f53fe9d485c3e53e77
2019-08-21 08:15:56 -04:00
Kubernetes Prow Robot
8567b77b49
Merge pull request #81561 from apelisse/update-smd
...
Update structured-merge-diff to latest version
2019-08-21 00:30:19 -07:00
Kubernetes Prow Robot
e1c2c677f1
Merge pull request #78033 from rajansandeep/corednsmigration
...
Add the ability to migrate CoreDNS configmap in kubeadm
2019-08-20 20:39:16 -07:00
Sandeep Rajan
b6da3e41c9
update dependencies
2019-08-20 13:55:33 -04:00
Tim Allclair
9a02ef7fe5
Bump golang.org/x/tools version for staticcheck compat
2019-08-19 17:16:24 -07:00
Tim Allclair
7e5a64e011
Vendor staticcheck
2019-08-19 17:16:24 -07:00
Antoine Pelisse
9edc66ad91
Update structured-merge-diff to latest version
2019-08-19 14:56:08 -07:00
Stephen Augustus
db855f9ba0
Update Azure/azure-sdk-for-go and Azure/go-autorest modules
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2019-08-15 17:57:49 -04:00
Kubernetes Prow Robot
34791349d6
Merge pull request #81387 from logicalhan/go-grpc-prom
...
bump go-grpc-prometheus to v1.2.0
2019-08-14 03:29:05 -07:00
Christoph Blecker
ebadc53f50
Pin golang.org/x/net to cdfb69a
2019-08-13 17:45:53 -07:00
Han Kang
b052c2cee9
bump go-grpc-prometheus since 1.2.0 actually exposes the metrics
...
v1.1.0 (which is what we currently use), does not expose metrics which
makes it impossible to migrate.
2019-08-13 16:06:10 -07:00
Alvaro Aleman
c4fd0d4f99
Update k8s.io/gengo to 955ffa8fcfc983717cd9de5d2a1e9f5c465f4376
2019-08-13 23:55:47 +02:00
Kubernetes Prow Robot
461b2d8b9a
Merge pull request #81164 from dims/update-to-latest-klog-0.4.0
...
Update to latest klog 0.4.0
2019-08-13 12:30:08 -07:00
Kubernetes Prow Robot
c08ee9d51b
Merge pull request #80905 from fabriziopandini/kubeadm-kustomize-core
...
Kubeadm: kustomize core
2019-08-13 07:55:55 -07:00
Kubernetes Prow Robot
967d4fbc18
Merge pull request #81162 from Pothulapati/cadvisor
...
Bump cadvisor to a latest commit
2019-08-13 04:49:54 -07:00
fabriziopandini
97181595f0
kubeadm-kustomize-core
2019-08-12 14:16:51 +02:00
Kubernetes Prow Robot
46e6fd12bf
Merge pull request #80526 from rosti/remove-normalizer
...
Remove unused package //pkg/util/normalizer
2019-08-08 10:03:58 -07:00
Kubernetes Prow Robot
3030a9d927
Merge pull request #81096 from roycaihw/update-vendor-json-iterator
...
Update github.com/json-iterator/go dependency to fix emtpy byte marshaling
2019-08-08 08:00:13 -07:00
Davanum Srinivas
9a2de95601
Update to latest klog 0.4.0
...
47ffc4e Add test case for detecting data race
959d342 Prevent data race in SetOutput* methods
34123a4 Test with golang 1.12.x
bf4884f Fix the log duplication issue for --log-file
dc5546c Backfill integration tests for selecting log destinations
baef93d
fix broken links
07b218b Add go modules files
b33ae69 Add flag to include file's dir in logs
7c58910 correct documentation
a4033db Code Hygene - glog to klog
941d47b Revert "Fix the log duplication issue for --log-file."
314f6c4 Update godoc for the default value of logtostderr
7eb35e2 Fix the log duplication issue for --log-file.
2019-08-08 10:12:23 -04:00
Tarun Pothulapati
ce31366baf
pinned cadvisor to a latest commit
...
Signed-off-by: Tarun Pothulapati <tarunpothulapati@outlook.com>
2019-08-08 17:56:37 +05:30
Haowei Cai
2332a808f2
update github.com/json-iterator/go to v1.1.7
...
using hack/pin-dependency.sh
2019-08-07 12:50:58 -07:00
Tarun Pothulapati
e3c21d6495
update dependencies to include k8s.io/utils/inotify
...
Signed-off-by: Tarun Pothulapati <tarunpothulapati@outlook.com>
2019-08-07 21:09:40 +05:30
Kubernetes Prow Robot
e5862e74be
Merge pull request #80321 from Moriadry/feature/vendor-codedellemc
...
vender upgrade codedellemc/goscaleio to release v0.1.0
2019-08-06 21:05:05 -07:00
Joe Betz
237b16d9d9
Upgrade to latest k8s.io/utils
2019-08-05 12:18:57 -07:00
Kubernetes Prow Robot
81f021b7a5
Merge pull request #80876 from seans3/move-kubectl-cmd
...
Move /pkg/kubectl/cmd/{command} to staging
2019-08-02 02:36:07 -07:00
Kubernetes Prow Robot
9743d7f270
Merge pull request #80730 from jennybuckley/apply-raw
...
Use raw bytes instead of nested map in metav1.Fields
2019-08-01 20:11:52 -07:00
Sean Sullivan
5fcf9bd79c
Update vendor modules to reflect code move to staging
2019-08-01 15:25:56 -07:00
moriadry
bacda8aaca
update codedellemc/goscaleio
...
update thecodeteam/goscaleio
fix problem
2019-08-01 11:49:53 +08:00
Jordan Liggitt
bd2dc5e5a2
vendor gotest.tools/gotestsum
2019-07-31 17:43:02 -04:00
Kubernetes Prow Robot
d8900caac8
Merge pull request #80732 from cblecker/fix-tag-protobuf
...
Fix tag for gogo/protobuf
2019-07-31 05:28:47 -07:00
Christoph Blecker
7471a1d35f
Fix tag for github.com/gogo/protobuf
2019-07-30 18:38:34 -07:00
jennybuckley
c7c1a99e8e
Update structured merge-diff version
2019-07-29 16:04:56 -07:00
Davanum Srinivas
a0a85c5d1e
Update github.com/docker/distribution to v2.7.1
2019-07-29 14:19:52 -04:00
Sean Sullivan
49f5b423cf
Move pkg/kubectl/describe to staging
2019-07-26 10:41:49 -07:00
Kubernetes Prow Robot
614544f2cf
Merge pull request #80608 from seans3/move-kubectl-bindata
...
Moves pkg/kubectl/util/i18n to staging
2019-07-26 09:56:38 -07:00
Kubernetes Prow Robot
de73f62336
Merge pull request #80495 from adityadani/update_openstorage_to_v1.0.0
...
pkg/volume/portworx: Update vendor for libopenstorage/openstorage to v1.0.0
2019-07-26 03:23:59 -07:00
Sean Sullivan
70984d8385
Moves pkg/kubectl/util/i18n to staging
2019-07-25 23:09:34 -07:00
Aditya Dani
d6470636ea
vendor: update for libopenstorage/openstorage to v1.0.0
...
- Portworx storage plugin under pkg/volume/portworx uses the libopenstorage/openstorage dependency.
- This change does not update any of the go files vendor'ed from libopenstorage/openstorage but simply
updates the go modules vendor from a SHA to the v1.0.0 tag.
2019-07-25 14:39:24 -07:00
Antoine Pelisse
6568325ca2
Regenerate
2019-07-25 11:54:00 -07:00
Antoine Pelisse
e7151ce294
Update gogo/protobuf to latest version
2019-07-25 11:54:00 -07:00
Rostislav M. Georgiev
8157c4c4a8
Remove unused package //pkg/util/normalizer
...
Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>
2019-07-25 15:36:00 +03:00
Daniel Smith
3c81a9a1c9
bump smd
2019-07-19 15:34:30 -07:00
jennybuckley
0bf24b557e
Update smd and kube-openapi version
2019-07-17 14:37:05 -07:00
Kubernetes Prow Robot
eee3a3749a
Merge pull request #80123 from sttts/sttts-bump-kube-openapi2
...
Bump kube-openapi and structured-merge-diff
2019-07-16 17:37:12 -07:00
Ruslan Gustomiasov
b4ce777b79
remove github.com/kardianos/osext
2019-07-15 23:40:13 +02:00
Dr. Stefan Schimanski
7408ebfdca
Bump(k8s.io/kube-openapi): aggregator: merge x-kubernetes-group-version-kind slices
2019-07-13 16:11:40 +02:00
Kubernetes Prow Robot
aaad86c210
Merge pull request #80037 from dims/remove-support-for-etcd2-from-images-etcd
...
Remove support for etcd2 from cluster/images/etcd image
2019-07-12 06:31:56 -07:00
Davanum Srinivas
f58f126715
Remove support for etcd2 from cluster/images/etcd image
...
Removes etcd2 code and images.
Etcd2 is no longer supported as of 1.13, so rollback and management
tools for etcd2 should not be shipped any longer. If it is still desired
the older versions of the image can be used.
Change-Id: I516c40067f0a57c42d2a6ab4612071c5e556a005
2019-07-11 21:20:24 -04:00
Kubernetes Prow Robot
3dd8add5d2
Merge pull request #79549 from liggitt/admission-webhooks-v1
...
Promote admission webhook API to v1
2019-07-11 17:01:34 -07:00
Jordan Liggitt
b15aed6409
Generated
2019-07-10 17:38:09 -04:00
SataQiu
9657240197
update caddy vendor dependency to v1.0.1
2019-07-09 12:03:25 +08:00
Kubernetes Prow Robot
886c5d261f
Merge pull request #79637 from toliu/toliu/update-gophercloud
...
Update gophercloud vendor dependency to v0.1.0
2019-07-03 18:20:15 -07:00
Vallery Lancey
fe59ee8aaf
Updated github.com/gogo/protobuf from SHA to nearest-pinnable tag (v1.0.0), as part of dependency management cleanup: #79234
2019-07-02 21:44:06 -07:00
liushi
094fed6598
Update gophercloud vendor dependency to v0.1.0
2019-07-02 18:53:27 -07:00
Khaled Henidak(Kal)
2b77667718
vendor updates
2019-07-02 22:26:26 +00:00
Dan Williams
0e48ec31f3
vendor: update containernetworking/cni to v0.7.1
2019-07-01 12:13:13 -05:00
Kubernetes Prow Robot
a574bd63ed
Merge pull request #79442 from seans3/move-kubectl-validation
...
Move pkg/kubectl/validation to staging
2019-06-28 17:21:10 -07:00
Odin Ugedal
7a7d8c21e7
Update dependency sirupsen/logrus
2019-06-28 21:28:24 +02:00
Odin Ugedal
2bcdb944f0
Update dependency opencontainer/runc
2019-06-28 21:23:05 +02:00
Sean Sullivan
9cef1fb27b
Update dependencies BUILD/go.mod/go.sum
2019-06-28 11:56:18 -07:00
He Xiaoxi
17ff2eda57
Bump gopkg.in/check to v1.0.0-20180628173108-788fd7840127
...
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-27 11:40:31 +08:00
He Xiaoxi
fb03e0c461
Bump objx to v0.2.0
...
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-27 11:33:27 +08:00
He Xiaoxi
899833a2be
Bump easyjson to v0.0.0-20190614124828-94de47d64c63
...
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-27 11:18:09 +08:00
He Xiaoxi
696d065ccd
Bump pty to v1.1.5
...
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-27 11:08:39 +08:00
He Xiaoxi
a670e582ab
Bump govalidator to v0.0.0-20190424111038-f61b66f89f4a
...
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-27 11:00:41 +08:00
He Xiaoxi
a5a0526a55
Bump purell to v1.1.1
...
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-27 10:52:40 +08:00
He Xiaoxi
eb2a1c10fa
Bump go-openapi dependencies to preferred version
...
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-27 10:42:28 +08:00
He Xiaoxi
2e37a3bebe
Fix CRD validation error for 'items' field
...
Signed-off-by: He Xiaoxi <xxhe@alauda.io>
2019-06-26 16:08:34 +08:00
Benjamin Elder
23fa8e7b6e
update libssecomp-golang to v0.9.1
2019-06-24 11:11:44 -07:00
Jordan Liggitt
b1fd883617
Drop unused dependencies
2019-06-23 18:55:29 -07:00
Jordan Liggitt
0dae628d2f
github.com/kr/text v0.1.0
2019-06-23 18:55:29 -07:00
Jordan Liggitt
14cd8c365c
gopkg.in/natefinch/lumberjack.v2 v2.0.0
2019-06-23 18:55:29 -07:00
Jordan Liggitt
855048b1b3
github.com/hashicorp/hcl v1.0.0
2019-06-23 18:55:27 -07:00
Jordan Liggitt
63e5ad08aa
github.com/gorilla/websocket v1.4.0
2019-06-23 18:54:03 -07:00
Jordan Liggitt
29853a1976
github.com/google/uuid v1.1.1
2019-06-23 18:54:03 -07:00
Jordan Liggitt
7a667f87ba
github.com/BurntSushi/toml v0.3.1
2019-06-23 18:54:02 -07:00
Kubernetes Prow Robot
42b8b7d331
Merge pull request #79273 from humblec/heketi-update
...
Update heketi vendor dependency to v9.0.0
2019-06-22 22:56:07 -07:00
Kubernetes Prow Robot
baa5293890
Merge pull request #79230 from dims/move-to-github.com/go-bindata/go-bindata
...
updating github.com/go-bindata/go-bindata to v3.1.1
2019-06-21 10:03:48 -07:00
Humble Chirammal
387a4131ca
Update heketi vendor dependency to v9.0.0
...
Fix# https://github.com/kubernetes/kubernetes/issues/79234
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2019-06-21 17:15:23 +05:30
Peter Swica
123fa89f21
Moved pkg/kubectl/util/term, pkg/kubectl/util/templates, pkg/kubectl/util/interrupt, and pkg/kubectl/util/interrupt to staging
2019-06-20 15:50:16 -04:00
Davanum Srinivas
df3f9f1047
updating github.com/go-bindata/go-bindata to v3.1.1
...
Change-Id: I66c047a4e5e72632042f43a9f4b33ab9f5bf7ef1
2019-06-20 11:30:30 -04:00
Davanum Srinivas
2df5d854a6
Dropping unused dependencies
2019-06-19 06:40:02 -04:00
Davanum Srinivas
b508986304
updating github.com/miekg/dns to v1.1.4
2019-06-19 06:38:33 -04:00
Davanum Srinivas
d9de27d029
updating github.com/spf13/cast to v1.3.0
2019-06-19 06:38:33 -04:00
Davanum Srinivas
1c7bfba916
updating gopkg.in/yaml.v2 to v2.2.2
2019-06-19 06:38:33 -04:00
Davanum Srinivas
7858719b4c
updating gopkg.in/square/go-jose.v2 to v2.2.2
2019-06-19 06:38:33 -04:00
Davanum Srinivas
21fc7d283d
updating github.com/stretchr/testify to v1.3.0
2019-06-19 06:38:32 -04:00
Davanum Srinivas
ed2b80fe0f
updating github.com/spf13/viper to v1.3.2
2019-06-19 06:38:32 -04:00
Davanum Srinivas
99d5aa759e
updating github.com/spf13/pflag to v1.0.3
2019-06-19 06:38:32 -04:00
Davanum Srinivas
a6e9835daa
updating github.com/spf13/jwalterweatherman to v1.1.0
2019-06-19 06:38:32 -04:00
Davanum Srinivas
1b401bdab7
updating github.com/spf13/cobra to v0.0.4
2019-06-19 06:38:32 -04:00
Davanum Srinivas
56612c8b2e
updating github.com/spf13/afero to v1.2.2
2019-06-19 06:38:31 -04:00
Davanum Srinivas
caba257fc9
updating github.com/russross/blackfriday to v1.5.2
2019-06-14 16:47:58 -04:00
Davanum Srinivas
c8051af3b9
updating github.com/robfig/cron to v1.1.0
2019-06-14 16:47:58 -04:00
Davanum Srinivas
51177c1ebb
updating github.com/opencontainers/selinux to v1.2.2
2019-06-14 16:47:58 -04:00
Davanum Srinivas
a54fe54ae3
updating github.com/opencontainers/image-spec to v1.0.1
2019-06-14 16:47:58 -04:00
Davanum Srinivas
07001f12fb
updating github.com/opencontainers/go-digest to v1.0.0-rc1
2019-06-14 16:47:58 -04:00
Davanum Srinivas
37479f975e
updating github.com/onsi/gomega to v1.5.0
2019-06-14 16:47:58 -04:00
Davanum Srinivas
8629f7fa25
updating github.com/onsi/ginkgo to v1.8.0
2019-06-14 16:47:58 -04:00
Davanum Srinivas
49cae73b94
updating github.com/mvdan/xurls to v1.1.0
2019-06-14 16:47:58 -04:00
Davanum Srinivas
746da40374
updating github.com/mitchellh/go-wordwrap to v1.0.0
2019-06-14 16:47:57 -04:00
Davanum Srinivas
68e3e2eb5c
updating github.com/mistifyio/go-zfs to v2.1.1+incompatible
2019-06-14 16:47:57 -04:00
Davanum Srinivas
a7c552be86
updating github.com/mholt/caddy to v1.0.0
2019-06-14 16:47:57 -04:00
Davanum Srinivas
1a5cfb7aca
updating github.com/mattn/go-shellwords to v1.0.5
2019-06-14 16:47:57 -04:00
Davanum Srinivas
b713287e43
updating github.com/magiconair/properties to v1.8.1
2019-06-14 16:47:57 -04:00
Davanum Srinivas
27e75fddcc
updating github.com/kr/pretty to v0.1.0
2019-06-14 16:47:57 -04:00
Davanum Srinivas
c6b2b45fa9
updating github.com/json-iterator/go to v1.1.6
2019-06-14 16:47:57 -04:00
Davanum Srinivas
db35f59e27
updating github.com/jonboulle/clockwork to v0.1.0
2019-06-14 16:47:57 -04:00
Davanum Srinivas
d04014a208
updating github.com/google/gofuzz to v1.0.0
2019-06-14 16:47:57 -04:00
Davanum Srinivas
03c222ca09
updating github.com/golang/mock to v1.2.0
2019-06-14 16:47:57 -04:00
Davanum Srinivas
0861b3f30f
updating github.com/godbus/dbus to v4.1.0+incompatible
2019-06-14 16:47:57 -04:00
Davanum Srinivas
b0bd608b26
updating github.com/go-bindata/go-bindata to v3.1.1+incompatible
2019-06-14 16:47:57 -04:00
Davanum Srinivas
650234e61e
updating github.com/fatih/camelcase to v1.0.0
2019-06-14 16:47:57 -04:00
Davanum Srinivas
ad2fc6903a
updating github.com/evanphx/json-patch to v4.2.0+incompatible
2019-06-14 16:47:56 -04:00
Davanum Srinivas
453eac7c08
updating github.com/emicklei/go-restful to v2.9.5+incompatible
2019-06-14 16:47:56 -04:00
Davanum Srinivas
8d6848ada1
updating github.com/cyphar/filepath-securejoin to v0.2.2
2019-06-14 16:47:56 -04:00
Davanum Srinivas
59a7444cc5
updating github.com/cpuguy83/go-md2man to v1.0.10
2019-06-14 16:47:56 -04:00
Davanum Srinivas
350dc358d4
updating github.com/coreos/go-semver to v0.3.0
2019-06-14 16:47:56 -04:00
Davanum Srinivas
101fd2125c
updating github.com/client9/misspell to v0.3.4
2019-06-14 16:47:56 -04:00
Kubernetes Prow Robot
c6bc1639c3
Merge pull request #72178 from dims/remove-ovirt-photon-cloudstack-cloud-providers
...
Remove ovirt/cloudstack/photon cloud providers
2019-06-13 19:12:19 -07:00
Krzysztof Siedlecki
7dcec919a2
Revert "Bump klog to v0.3.2"
2019-06-12 10:27:41 +02:00
Davanum Srinivas
bf76df3c64
remove vendored code
...
Change-Id: I47de33db8e993b900efd3b00691325856e1d4f85
2019-06-10 12:55:00 -04:00
Kubernetes Prow Robot
603bb74771
Merge pull request #77762 from seans3/kubectl-staging-dir
...
Adds staging directory for kubectl code
2019-05-31 20:44:22 -07:00
Kubernetes Prow Robot
8b7e777fe8
Merge pull request #74825 from ksubrmnn/preserve_dip
...
Windows support for preserving the destination IP as the VIP when loadbalancing with DSR
2019-05-31 04:48:27 -07:00
Kubernetes Prow Robot
b094dd9bc3
Merge pull request #78465 from yuwenma/bump-klog
...
Bump klog to v0.3.2
2019-05-30 04:54:48 -07:00
Sean Sullivan
8ccc2af62f
Adds staging directory for kubectl code
2019-05-29 23:31:23 -07:00
yuwenma
5cef37433e
Bump klog to v0.3.2
2019-05-29 17:55:27 -07:00
Kubernetes Prow Robot
5cb9405ad8
Merge pull request #78137 from dougm/vsphere-token-auth
...
godeps: update vmware/govmomi to v0.20.1
2019-05-29 00:52:49 -07:00
Michael Taufen
ee7bcc53a2
Update klog to v0.3.1
...
Includes recent fixes, notably https://github.com/kubernetes/klog/pull/66
2019-05-22 10:55:37 -07:00
Doug MacEachern
f1f50a3fc4
godeps: update vmware/govmomi to v0.20.1
...
Includes fix for SAML token auth with vSphere and zones API
Issue #77360
See also: #75742
2019-05-20 20:45:15 -07:00
Kalya Subramanian
c32c26000d
Update hcsshim to include DSR features
2019-05-20 21:54:44 +00:00
Mike Danese
76f683a8f3
vendor github.com/google/go-cmp
2019-05-14 12:24:07 -07:00
Jordan Liggitt
867fa61f0c
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
...
bump dependency to version preferred by our version of prometheus
2019-05-13 08:41:02 -04:00
Davanum Srinivas
56abfb5b01
Update beorn7/perks to Fix off-by-one error for small sample sizes
...
Change-Id: I444b345743251a13252321df0f385503a4271234
2019-05-10 08:15:22 -04:00
Walter Fender
796097ae40
Staging the GCE Cloud Provider
...
**What type of PR is this?**
/kind cleanup
**What this PR does / why we need it**:
Staging the GCE Cloud Provider as part of KEP [20190125-removing-in-tree-providers](https://github.com/kubernetes/enhancements/blob/master/keps/sig-cloud-provider/20190125-removing-in-tree-providers.md ). Staging repo setup here https://github.com/kubernetes/legacy-cloud-providers
Moves the GCE cloud provider implementation to staging.
This is in preparation for moving the cloud provider code out of tree entirely.
However we need it in staging while the code needs to be consumed both in/out of tree.
**Which issue(s) this PR fixes**:
Fixes #
**Special notes for your reviewer**:
**Does this PR introduce a user-facing change?**:
```
NONE
```
Updated import dependency tracking.
Factored in the cleanup from #77412
Minor fix to go.mod.
2019-05-07 13:17:52 -07:00
Kubernetes Prow Robot
203d5f07c8
Merge pull request #77510 from wojtek-t/revert_beorn7
...
Revert "github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973"
2019-05-06 08:31:42 -07:00
wojtekt
21e51ddf36
Revert "github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973"
...
This reverts commit a2ec981f67
.
2019-05-06 16:07:40 +02:00
Davanum Srinivas
8824e0fcf7
Use latest etcd from release-3.3 branch for dropping ugorji
...
Pick up changes from:
https://github.com/etcd-io/etcd/pull/10675
Change-Id: Ic4d6daa3c54824d3d27809a125b798e88db0bf7e
2019-05-02 14:12:01 -04:00
Kubernetes Prow Robot
2776cc1e72
Merge pull request #77099 from dims/remove-rancher-credential-provider-from-upstream-kubernetes
...
Remove Rancher Credential Provider from upstream kubernetes
2019-04-26 04:32:39 -07:00
Stephen Augustus
2f74c90480
Staging the legacy Azure Cloud Provider
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2019-04-25 20:03:45 -04:00
Davanum Srinivas
edf8577654
Remove Rancher Credential Provider from upstream kubernetes
...
This is useful only in rancher environment, they are using this in a
very old branch (1.6), they are currently at 2.2.x. There is just no
point in us carrying this code as this is not useful to anyone else
outside of the rancher environment. Let us please remove this code from
upstream.
Change-Id: I5196d0edd79a7809c3a04e6028ddbd01063f224b
2019-04-25 19:10:01 -04:00
Pengfei Ni
7976402a87
Upgrade go-autorest to v11.1.2
2019-04-25 16:51:30 +08:00
Andrew Sy Kim
3988b0fa14
run hack/update-vendor.sh
...
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
2019-04-23 22:28:12 -05:00
Benoit Sigoure
ef492e2d70
vendor: update golang.org/x/oauth2 and cloud.google.com/go
...
Pick up the bug fix for golang/oauth2#237
Bump up cloud.google.com/go as a result of updating the OAuth2 code.
This commit was generated by:
./hack/pin-dependency.sh golang.org/x/oauth2 9f3314589c9a
./hack/pin-dependency.sh cloud.google.com/go v0.34.0
./hack/update-vendor.sh
git add vendor
git add -u
2019-04-23 14:00:51 -07:00
Pengfei Ni
620a5b32a9
Update vendors
2019-04-22 13:31:47 +08:00
Vince Prignano
3f552264ca
Update klog to 0.3.0
...
Signed-off-by: Vince Prignano <vincepri@vmware.com>
2019-04-18 08:33:06 -07:00
Jordan Liggitt
56b1963705
github.com/onsi/ginkgo v1.6.0
2019-04-16 10:28:44 -04:00
Jordan Liggitt
7a6d64a3e9
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
2019-04-15 10:59:34 -04:00
Jordan Liggitt
12d66f6d64
github.com/golang/protobuf v1.2.0
2019-04-14 00:51:33 -04:00
Jordan Liggitt
2c6a6cd42a
bump github.com/prometheus/client_model, github.com/prometheus/profcs to preferred versions
2019-04-14 00:01:52 -04:00
Davanum Srinivas
437a7333e3
remove unnecessary vendoring of cmd/cfssl
...
During dc9def6f93
, which was a revert for
7a10073e4a
we forgot to remove the extra
thing we started vendoring. So let's drop the cmd/cfssl
Change-Id: I308dc41cdb9b990f2b4ab8d59ad0445d5ac02e8c
2019-04-12 14:10:05 -04:00
Kubernetes Prow Robot
78f571dcfc
Merge pull request #76291 from dims/update-to-latest-cadvisor-remove-mesos-rkt
...
Update to latest cadvisor - cleanup mesos/rkt
2019-04-12 06:15:00 -07:00
Davanum Srinivas
70d562a6ac
Update to latest cadvisor - cleanup mesos/rkt
...
Change-Id: Ib5ae0cb13b93f8c87bb74e3ba33040df5f3d6a6f
2019-04-11 14:49:23 -04:00
Alok Kumar Singh
5c113cf435
Docker dependency updated to 18.09.4 i.e be7ac8be2ae072032a4005e8f232be3fc57e4127
2019-04-11 20:49:41 +05:30
Jordan Liggitt
27030079f3
golang.org/x/exp v0.0.0-20190312203227-4b39c73a6495
2019-04-08 15:20:46 -04:00
Jordan Liggitt
389f76235c
golang.org/x/tools v0.0.0-20190313210603-aa82965741a9 (release-branch.go1.12)
2019-04-08 15:20:46 -04:00
Jordan Liggitt
97c130b056
golang.org/x/crypto v0.0.0-20181025213731-e84da0312774 (release-branch.go1.12)
2019-04-08 15:20:46 -04:00
Jordan Liggitt
921f3ea8da
golang.org/x/sys v0.0.0-20190209173611-3b5209105503 (release-branch.go1.12)
2019-04-08 15:20:45 -04:00
Jordan Liggitt
55d52fd5c3
golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db (release-branch.go1.12)
2019-04-08 15:20:45 -04:00
Jordan Liggitt
5af2cd6f26
gonum.org/v1/gonum v0.0.0-20190331200053-3d26580ed485
2019-04-08 15:20:44 -04:00
Jordan Liggitt
e8e15acff6
github.com/stretchr/objx v0.1.1, github.com/stretchr/testify v1.2.2
2019-04-08 15:20:44 -04:00
Jordan Liggitt
3cabb5e654
github.com/sirupsen/logrus v1.2.0
2019-04-08 15:20:44 -04:00
Jordan Liggitt
65a6613fe2
github.com/pmezard/go-difflib v1.0.0
2019-04-08 15:20:44 -04:00
Jordan Liggitt
e2e1f497d0
github.com/pborman/uuid v1.2.0
2019-04-08 15:20:44 -04:00
Jordan Liggitt
319ff2fd31
github.com/mitchellh/mapstructure v1.1.2
...
Used only by github.com/go-openapi/..., all expecting v1.1.2
2019-04-08 15:20:44 -04:00
Jordan Liggitt
1970be1ea9
github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329
...
Used only by github.com/go-openapi/..., all expecting 60711f1a8329
2019-04-08 15:20:43 -04:00
Jordan Liggitt
6c371b06c1
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
...
Used only by github.com/aws/aws-sdk-go, expecting c2b33e8439af
2019-04-08 15:20:43 -04:00
Jordan Liggitt
14df726621
github.com/docker/go-units v0.3.3
...
Used by github.com/go-openapi/..., expecting v0.3.3
2019-04-08 15:20:43 -04:00
Jordan Liggitt
8ad7a9595a
github.com/davecgh/go-spew v1.1.1
2019-04-08 15:20:43 -04:00
Jordan Liggitt
a2ec981f67
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
...
Used only by github.com/prometheus/..., all expecting 3a771d992973
2019-04-08 15:20:43 -04:00
Jordan Liggitt
4bd9dcb855
github.com/bazelbuild/buildtools v0.0.0-20180226164855-80c7f0d45d7e
...
Used only by github.com/bazelbuild/bazel-gazelle, expecting 80c7f0d45d7e
2019-04-08 15:20:43 -04:00
Jordan Liggitt
2cbf496c8e
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
...
Used only by github.com/go-openapi/..., all expecting de5bf2ad4578
2019-04-08 15:20:43 -04:00
Jordan Liggitt
5627034673
github.com/PuerkitoBio/purell v1.1.0
...
Used only by github.com/go-openapi/..., all expecting v1.1.0
2019-04-08 15:20:43 -04:00
Kubernetes Prow Robot
223f355ba4
Merge pull request #76162 from nikhita/bump-gengo
...
Bump gengo to avoid large errors in verify logs
2019-04-05 07:43:32 -07:00
Nikhita Raghunath
2095ac9b06
bump(k8s.io/gengo): f8a0810f38afb8478882b3835a615aebfda39afa
2019-04-04 23:50:06 +05:30
Jordan Liggitt
f5ea2344ae
generated
2019-04-04 12:06:45 -04:00
Jordan Liggitt
d0261b1077
generated: hack/update-vendor.sh
2019-04-03 10:19:40 -04:00
Jordan Liggitt
dfb42d663b
drop spurious go.mod file
2019-01-16 07:58:33 -05:00
Jordan Liggitt
ef4983fb52
Update generated files
2019-01-15 13:33:06 -05:00