jay vyas
cf2a3c3230
Kube proxy for windows userspace, remove dns Mangling, vendor updates
2021-06-16 08:55:18 -04:00
Pengfei Ni
b98824c55d
Update Azure Go SDK to v55.0.0
2021-06-16 12:26:45 +00:00
Jordan Liggitt
6448181d95
Update to etcd v3.5.0 client
2021-06-15 22:50:46 -04:00
Chris Henzie
f02948e776
Use container-storage-interface spec v1.5.0
...
Includes support for the SINGLE_NODE_SINGLE_WRITER and
SINGLE_NODE_MULTI_WRITER volume capability access modes
2021-06-15 15:11:19 -07: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
Kubernetes Prow Robot
42472c3a00
Merge pull request #102735 from dims/switch-to-github.com/robfig/cron/v3
...
Update to github.com/robfig/cron/v3
2021-06-15 06:44:01 -07:00
Kubernetes Prow Robot
0665fb2e5a
Merge pull request #102825 from n4j/bug/KubectlWindowsCrash
...
Fix - Winterm issue on Windows 8.1 in kubectl exec
2021-06-14 22:00:08 -07:00
Kubernetes Prow Robot
b766721332
Merge pull request #102814 from cheftako/master
...
Update K/K to use ANP v0.0.20
2021-06-14 19:00:33 -07:00
Davanum Srinivas
4b36a5cbe9
Switch to github.com/robfig/cron/v3
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2021-06-14 19:03:03 -04:00
Dan Lorenc
8748f3105b
Update corefile-migration to v1.0.12.
...
The coredns/corefile-migration project switched to a fork of
coredns/caddy to remove dependencies it doesn't actually need. Picking
up this update here in k/k results in a significantly smaller go.mod.
Signed-off-by: Dan Lorenc <dlorenc@google.com >
2021-06-13 00:06:37 -05:00
Neeraj Shah
60ab908119
Fix - Winterm issue on Windows 8.1 in kubectl exec
2021-06-12 08:52:49 +05:30
Walter Fender
106f416873
Upgraded konnectivity-client to v0.0.20
...
./hack/pin-dependency.sh sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.20
./hack/update-vendor.sh
2021-06-11 08:59:32 -07:00
Kubernetes Prow Robot
f52d1bbd81
Merge pull request #102598 from dims/drop-viper-stuff-in-test
...
Drop `viper-config` config for tests and get rid of viper dependency
2021-06-08 08:33:24 -07:00
Kubernetes Prow Robot
e6a8bc9fbe
Merge pull request #90368 from serathius/remove-legacy-metrics
...
Remove legacy metrics client from podautoscaler
2021-06-05 08:44:38 -07:00
Marek Siarkowicz
4ebc0c94a4
Remove legacy metrics client from podautoscaler
2021-06-04 23:06:32 +02:00
Davanum Srinivas
d9f82f7eba
Drop viper stuff in test/
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2021-06-04 09:38:22 -04:00
Kubernetes Prow Robot
81b9789eaa
Merge pull request #102467 from pacoxu/json-patch-5.5.0
...
upgrade json-patch to v4.11.0
2021-06-04 01:21:26 -07:00
pacoxu
6e0650e3e1
upgrade gopkg.in/evanphx/json-patch to v4.11.0
...
Signed-off-by: pacoxu <paco.xu@daocloud.io >
2021-06-04 13:15:09 +08:00
Kubernetes Prow Robot
38783bfeb7
Merge pull request #102059 from jsafrane/fix-consistentread
...
Retry reading /proc/mounts when unable to get a consistent read
2021-06-03 21:59:37 -07:00
Davanum Srinivas
08ad7114d3
make lint-dependencies happy!
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2021-06-03 07:13:53 -04:00
Davanum Srinivas
29def9ff6a
Updating to prometheus/common v0.26.0
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2021-06-03 06:48:13 -04:00
Kubernetes Prow Robot
f2f5a14df7
Merge pull request #102483 from giuseppe/update-cadvisor
...
vendor: upgrade cadvisor to 0.39.2
2021-06-01 20:54:58 -07:00
Giuseppe Scrivano
5b0bafabf6
vendor: upgrade cadvisor to 0.39.2
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2021-06-01 15:20:27 +02:00
Davanum Srinivas
f924906173
Bump golang.org/x/text to v0.3.6
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2021-05-31 18:00:12 -04:00
Jan Safranek
1d16f934b9
Bump k8s.io/utils
...
To get io/ConsistentRead updates.
2021-05-26 23:08:03 +02:00
pacoxu
876174125b
upgrade klog to v2.9.0
...
Signed-off-by: pacoxu <paco.xu@daocloud.io >
2021-05-26 20:19:56 +08:00
Kubernetes Prow Robot
91200bac44
Merge pull request #102252 from smarterclayton/pod_termination
...
e2e: Flag questionable durations in container status on termination
2021-05-25 15:57:27 -07:00
walter
13ab65d356
Upgrade konnectivity-client for GRPC connection fixes
...
The v0.0.19 Konnectivity client includes several
significant fixes to prevent the GRPC tunnel between
the KAS and the APIServer Network Proxy from becoming
blocked/wedged.
Importantly it picks up the fix for kubernetes-sigs/apiserver-network-proxy#167 .
We believe this will also fix many of the failures currently seen on
https://testgrid.k8s.io/sig-api-machinery-network-proxy#ci-kubernetes-e2e-gci-gce-network-proxy-grpc&width=5 .
2021-05-24 14:53:30 -07:00
Clayton Coleman
2d361d4306
e2e: Flag questionable durations in container status on termination
...
The e2e that create/deletes pods rapidly and verifies their status
was reporting a very long timing:
timings total=12.211347385s t=491ms run=2s execute=450402h8m25s
in a few scenarios. Add error checks that clarify when this happens
and why. Report p50/75/90/99 latencies on teardown as observed from
the test for baseline for future changes.
2021-05-24 11:48:42 -04:00
Gautier Delorme
ac753f44cc
upgrade kustomize to v4.1.3
...
Signed-off-by: Gautier Delorme <gautier.delorme@gmail.com >
2021-05-21 09:11:30 +02:00
Kubernetes Prow Robot
e5124ead9a
Merge pull request #102153 from tallclair/pss
...
Add staging directory for pod-security-admission
2021-05-20 19:10:56 -07:00
Tim Allclair
0005c72285
s/standards/admission/
2021-05-20 17:28:57 -07:00
Kubernetes Prow Robot
5de1a754c8
Merge pull request #102147 from kolyshkin/update-runc-rc94-take-II
...
vendor: bump runc to rc95
2021-05-20 17:16:56 -07:00
Kir Kolyshkin
f3cdfc488e
vendor: bump runc to rc95
...
runc rc95 contains a fix for CVE-2021-30465.
runc rc94 provides fixes and improvements.
One notable change is cgroup manager's Set now accept Resources rather
than Cgroup (see https://github.com/opencontainers/runc/pull/2906 ).
Modify the code accordingly.
Also update runc dependencies (as hinted by hack/lint-depdendencies.sh):
github.com/cilium/ebpf v0.5.0
github.com/containerd/console v1.0.2
github.com/coreos/go-systemd/v22 v22.3.1
github.com/godbus/dbus/v5 v5.0.4
github.com/moby/sys/mountinfo v0.4.1
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887
github.com/google/go-cmp v0.5.4
github.com/kr/pretty v0.2.1
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2021-05-19 23:51:59 -07:00
Kubernetes Prow Robot
85674ae53d
Merge pull request #101685 from Jiawei0227/scaleio
...
Remove scaleio volume plugins from k8s codebase
2021-05-19 18:25:05 -07:00
Kubernetes Prow Robot
5bdb097802
Merge pull request #101759 from navidshaikh/pr/bump-cni
...
Bump containernetworking/cni to v0.8.1
2021-05-19 15:25:03 -07:00
Tim Allclair
711b8e3a9a
Add staging directory for pod-security-standards subproject
2021-05-19 11:51:50 -07:00
Jiawei Wang
94db1e18ba
Remove scaleio from volume plugins
2021-05-19 10:35:21 -07:00
Davanum Srinivas
0803ea49b9
update testing related dependencies
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2021-05-18 21:54:06 -04:00
Jordan Liggitt
4b45d0d921
Revert "Merge pull request 101888 from kolyshkin/update-runc-rc94"
...
This reverts commit b1b06fe0a4 , reversing
changes made to 382a33986b .
2021-05-18 09:13:47 -04:00
Kir Kolyshkin
b49744f177
vendor: bump runc to rc94
...
One notable change is cgroup manager's Set now accept Resources rather
than Cgroup (see https://github.com/opencontainers/runc/pull/2906 ).
Modify the code accordingly.
Also update runc dependencies (as hinted by hack/lint-depdendencies.sh):
github.com/cilium/ebpf v0.5.0
github.com/containerd/console v1.0.2
github.com/coreos/go-systemd/v22 v22.3.1
github.com/godbus/dbus/v5 v5.0.4
github.com/moby/sys/mountinfo v0.4.1
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887
github.com/google/go-cmp v0.5.4
github.com/kr/pretty v0.2.1
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2021-05-11 11:56:42 -07:00
Navid Shaikh
185f65fbdd
Bump containernetworking/cni to v0.8.1
...
Fix CVE-2021-20206
2021-05-06 20:18:50 +05:30
Pengfei Ni
bee44da7a2
Update Azure Go SDK version to v53.1.0
2021-04-23 02:30:48 +00:00
Gautier Delorme
34b0fcef5f
remove go-openapi/spec
...
Signed-off-by: Gautier Delorme <gautier.delorme@gmail.com >
2021-04-21 11:31:49 +02:00
Gautier Delorme
bcdde6bf75
bump k8s.io/kube-openapi
...
Signed-off-by: Gautier Delorme <gautier.delorme@gmail.com >
2021-04-21 10:42:17 +02:00
John Howard
a849c8998c
Update kube-openapi and gnostic dependencies
...
Pulling in https://github.com/kubernetes/kube-openapi/pull/220
2021-04-19 12:24:05 -07:00
monopole
6ab3cced0c
Upgrade kustomize-in-kubectl to v4.1.2
2021-04-15 14:19:03 -07:00
Kubernetes Prow Robot
0b0727b563
Merge pull request #100739 from pacoxu/update-zap
...
update uber zap to 1.16.0 to fix a nil pointer exception
2021-04-11 16:19:59 -07:00
Kevin Delgado
5f1b146852
Update structured-merge-diff to v4.1.1
2021-04-02 20:04:04 +00:00
pacoxu
54bc0ff250
update uber zap to 1.16.0 to fix a nil pointer exception
...
Signed-off-by: pacoxu <paco.xu@daocloud.io >
2021-04-01 15:28:29 +08:00