andyzhangx
cdbb616b8a
Update Azure/azure-sdk-for-go
2019-10-30 04:18:15 +00:00
Kubernetes Prow Robot
09f453ff83
Merge pull request #83987 from wenjiaswe/etcd_client_3_4_2
...
Update etcd client to v3.4.3 in k8s v1.17
2019-10-25 08:29:39 -07:00
Wenjia Zhang
660b17d0ae
Pin dependencies and update vendors
2019-10-24 14:09:24 -07:00
Sean Sullivan
71c71d78c3
Updates module dependencies due to moving tabwriter.go
2019-10-22 23:45:08 -07:00
Kubernetes Prow Robot
1f8b3bfd98
Merge pull request #83811 from immutableT/single-kms-mock
...
Use single kms-plugin mock in unit and integration tests.
2019-10-17 18:17:57 -07:00
immutablet
4d24b41410
Use single kms-plugin mock in unit and integration tests.
2019-10-17 13:46:03 -07:00
Kubernetes Prow Robot
7d243bc2a6
Merge pull request #83555 from deads2k/dynamic-cert-kube-apiserver-wiring
...
Dynamic cert kube apiserver wiring
2019-10-17 01:47:07 -07:00
David Eads
abddbd87cd
wire dynamic tlsconfig up to apiserver
2019-10-16 13:43:33 -04: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
Kubernetes Prow Robot
3db6d3abcf
Merge pull request #83551 from dims/move-external-facing-kubelet-apis-to-staging
...
Move external facing kubelet apis to staging
2019-10-10 13:41:36 -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
Kubernetes Prow Robot
e62ed95ecd
Merge pull request #83611 from RainbowMango/pr_refactor_scheduler_test_with_testutils
...
Refactor scheduler metric test with testutils
2019-10-08 20:00:25 -07:00
Kubernetes Prow Robot
72d052a444
Merge pull request #81797 from yastij/move-metrics-util
...
move util/metrics to component-base
2019-10-08 17:08:05 -07:00
Yassine TIJANI
c1487840bc
move util/metrics to component-base
...
Signed-off-by: Yassine TIJANI <ytijani@vmware.com>
2019-10-08 14:42:31 +02:00
RainbowMango
c03b516d3a
Deal with auto-generated files.
...
Update bazel by hack/update-bazel.sh;
Update vendor by hack/update-vendor.sh;
2019-10-08 15:55:12 +08:00
Davanum Srinivas
5d6190c65a
run hack/update-vendor.sh
...
Change-Id: Ib5a0d3b3e9bd1505a263064f35bea3514c992e4a
2019-10-06 16:05:40 -04: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
Han Kang
866ea74326
remove pkg/version and some of redundant copies of it
...
Change-Id: Ia58367c1b1274bfb49c8a4784051463abaf795de
2019-09-16 16:24:35 -07:00
Kubernetes Prow Robot
4dd1e3fa43
Merge pull request #82585 from wojtek-t/fix_meta_internalversion_codecs
...
Ensure conversions are registered for metainternalversion codecs
2019-09-12 17:26:31 -07:00
wojtekt
54163527a6
Ensure conversions are registered for metainternalversion codecs
2019-09-12 19:32:02 +02:00