Kubernetes Prow Robot
d25c0a1bdb
Merge pull request #119486 from pacoxu/swap-fix
...
do not touch swap for cgroup v1 if not available
2023-07-23 19:54:10 -07:00
Kubernetes Prow Robot
773a6b1e46
Merge pull request #118828 from enj/enj/f/kms_v2_hkdf_expand
...
kmsv2: KDF based nonce extension
2023-07-21 16:10:19 -07:00
Monis Khan
bf49c727ba
kmsv2: KDF based nonce extension
...
Signed-off-by: Monis Khan <mok@microsoft.com >
2023-07-21 15:25:52 -04:00
Paco Xu
8f35fceae3
update vendor to use containerd cgroups
2023-07-21 13:28:17 +08:00
Richa Banker
cd5f3d9f9d
Add impl for uvip
2023-07-18 17:36:22 -07:00
Alexander Zielenski
bfb2c6a22a
update go.mod
2023-07-18 11:49:30 -07:00
Kubernetes Prow Robot
f42ff86870
Merge pull request #118204 from sttts/sttts-openapi-v2-parameter-refs
...
openapi: reference shared parameters
2023-07-17 20:55:07 -07:00
Dr. Stefan Schimanski
961c1503b5
Bump kube-openapi
2023-07-17 21:19:47 -04:00
Paco Xu
9b6af80a63
upgrade prometheus common to v0.44.0
2023-07-15 13:22:24 +08:00
Fabio Bertinatto
d9bd413f99
Proactively bump golang.org/x/net to v0.12.0
...
Proactively bump to v0.12.0 to avoid v0.10.0 and v0.11.0, which contain
a regression added by commit
82780d606d
.
This commit was later reverted in v0.12.0.
Generated with:
hack/pin-dependency.sh golang.org/x/net v0.12.0 && hack/update-vendor.sh
2023-07-14 13:27:38 -03:00
Kubernetes Prow Robot
e3bc35bc1b
Merge pull request #119008 from nilekhc/hotreload-update-metrics
...
[KMSv2] feat: implements metrics for encryption config hot reload
2023-07-13 23:08:00 -07:00
Kubernetes Prow Robot
5c72df7281
Merge pull request #118953 from mskrocki/escLib
...
Convert EndpointSlice Reconciler to a library in staging.
2023-07-13 17:13:34 -07:00
Jiahui Feng
b635f2a401
ValidatingAdmissionPolicy: Variable Composition ( #118642 )
...
* [API REVIEW] Variable Composition
* lazy map.
* variable composition implementation.
* check variables during VAP validation.
* generated: ./hack/update-vendor.sh
* generated: UPDATE_COMPATIBILITY_FIXTURE_DATA
(cd staging/src/k8s.io/api/ && env UPDATE_COMPATIBILITY_FIXTURE_DATA=true go test)
* cost calucation.
* tests for cost calculations.
* e2e test for variables.
* fix doc for Validation.Expression.
* generated: ./hack/update-codegen.sh
* fix missing utilruntime import.
* generated: ./hack/update-openapi-spec.sh
2023-07-13 17:13:28 -07:00
Nilekh Chaudhari
c291e6355c
feat: implements metrics for encryption config hot reload
...
Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com >
2023-07-13 20:08:27 +00:00
Kubernetes Prow Robot
047d040ce7
Merge pull request #119012 from pohly/dra-batch-node-prepare
...
kubelet: support batched prepare/unprepare in v1alpha3 DRA plugin API
2023-07-12 10:57:37 -07:00
Patrick Ohly
d743c50bb9
kubelet: support batched prepare/unprepare in v1alpha3 DRA plugin API
...
Combining all prepare/unprepare operations for a pod enables plugins to
optimize the execution. Plugins can continue to use the v1beta2 API for now,
but should switch. The new API is designed so that plugins which want to work
on each claim one-by-one can do so and then report errors for each claim
separately, i.e. partial success is supported.
2023-07-12 14:50:30 +02:00
Maciej Skrocki
29fad383da
move endpointslice reconciler to staging endpointslice repo
2023-07-11 18:08:12 +00:00
Maciej Skrocki
22c66784e0
staging: add endpointslice repo
2023-07-11 15:42:20 +00:00
Itamar Holder
f22aa42aa8
bump go.mod cadvisor to v0.47.3
...
Signed-off-by: Itamar Holder <iholder@redhat.com >
2023-07-11 17:22:33 +03:00
Kubernetes Prow Robot
4682f86886
Merge pull request #118810 from brancz/parallelize-diff
...
kubectl: Allow parallelizing diffing
2023-07-03 05:12:51 -07:00
Frederic Branczyk
1cfb932111
kubectl: Allow parallelizing diffing
2023-07-03 12:17:56 +02:00
Kubernetes Prow Robot
056f3a56b8
Merge pull request #118182 from seans3/wsstream-refactor
...
Refactor wsstream library from apiserver to apimachinery
2023-06-28 12:28:45 -07:00
Kubernetes Prow Robot
4f6a750bbf
Merge pull request #115813 from atiratree/controller-aliases
...
Introduce controller aliases for KCM and CCM
2023-06-22 04:55:39 -07:00
Harshal Patil
409bc8ccc0
deps: Bump to cAdvisor v0.47.2
...
Signed-off-by: Harshal Patil <harpatil@redhat.com >
2023-06-20 15:08:29 -04:00
Filip Křepinský
3b55f20bd3
update vendor
2023-06-19 15:01:01 +02:00
bzsuni
5aa5f1abc9
update prometheus/client_golang v1.14.0 to v1.16.0
...
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io >
2023-06-15 11:24:32 +00:00
Sean Sullivan
8f3109da79
Refactor wsstream library from apiserver to apimachinery
2023-06-07 11:21:43 -07:00
Kubernetes Prow Robot
c831a08c8e
Merge pull request #118253 from saschagrunert/streaming-cri-api
...
Move `cri/streaming` to `k8s.io/kubelet` staging repository
2023-06-06 14:14:12 -07:00
Humble Chirammal
010343562c
dependencies: update github.com/dustin/go-humanize v1.0.1
...
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com >
2023-06-06 14:45:00 +05:30
Sascha Grunert
db9fcfeed2
Move cri/streaming to k8s.io/kubelet staging repository
...
Container runtimes like CRI-O and containerd reuse the code by copying
it from Kubernetes. To have a single source of truth for the streaming
server we now move the already isolated implementation to the
k8s.io/kubelet staging repository. This way runtimes can re-use the code
without copying the parts.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2023-06-05 08:08:18 +02:00
Jefftree
1993a4cb37
vendor
2023-06-02 14:34:25 +00:00
Joe Betz
5c0b59891d
Bump cel-go to v0.16.0
2023-05-31 18:36:43 -04:00
Jordan Liggitt
a045fedd02
Update google.golang.org/genproto
2023-05-26 13:20:33 -04:00
Jefftree
4373ae05f3
Update vendor
2023-05-24 18:55:36 +00:00
tao.yang
46ed70ecac
Bump runc to v1.1.7
...
Signed-off-by: tao.yang <tao.yang@daocloud.io >
2023-05-17 10:52:12 +08:00
Kubernetes Prow Robot
02f4d643ea
Merge pull request #118036 from skitt/docker-distribution-2.8.2
...
Bump docker/distribution to 2.8.2
2023-05-16 18:46:32 -07:00
Stephen Kitt
3680a5230c
Bump docker/distribution to 2.8.2
...
k/k doesn't use much code from docker/distribution so this doesn't
change anything that's actually relevant, but 2.8.1 is identified as
affected by CVE-2022-28391 and CVE-2023-2253; bumping to 2.8.2 avoids
k/k triggering scanners on those CVEs.
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2023-05-16 09:20:40 +02:00
Humble Chirammal
3b69fa2fa5
dependencies: update github.com/mitchellh/go-wordwrap v1.0.1
...
https://github.com/mitchellh/go-wordwrap/compare/v1.0.0...v1.0.1
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com >
2023-05-16 10:18:52 +05:30
Jordan Liggitt
d6d1dbdd82
Update kube-openapi, drop mapstructure
2023-05-15 16:42:00 -04:00
Kubernetes Prow Robot
3a65b989e3
Merge pull request #117645 from humblec/etcd-2
...
dependencies: update etcd dependencies to v3.5.9
2023-05-15 07:49:39 -07:00
Patrick Ohly
83fb5a50bc
dependencies: bump k8s.io/utils
...
This includes a fix for a race condition.
2023-05-15 08:58:05 +02:00
Kubernetes Prow Robot
3d2989600a
Merge pull request #117958 from humblec/gcfg.v1
...
deps: go-gcfg update to the v1.2.3
2023-05-14 12:51:37 -07:00
Humble Chirammal
dcefc42b35
update vendor dependencies for the change
...
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com >
2023-05-14 12:34:48 +05:30
Kubernetes Prow Robot
d8f60a1e8c
Merge pull request #117959 from humblec/openconsensus
...
opencensus update to v0.24.0
2023-05-12 21:25:36 -07:00
Kubernetes Prow Robot
84c8abfb8b
Merge pull request #117961 from humblec/ginkgo
...
ginkgo update to v2.9.4 and gomega to 1.27.6
2023-05-12 09:39:20 -07:00
Kubernetes Prow Robot
58ba509fe5
Merge pull request #117748 from humblec/autirest
...
dependencies: update gh/Azure/go-autorest to latest version
2023-05-12 09:39:13 -07:00
Kubernetes Prow Robot
6d7b0b527d
Merge pull request #117956 from humblec/more-deps
...
update containerd/ttrpc to v1.2.2
2023-05-12 08:37:13 -07:00
Kubernetes Prow Robot
8f9c185696
Merge pull request #116761 from iancoolidge/devel-cpuset-revendor
...
Complete cpuset export to k/utils by revendoring
2023-05-12 08:37:02 -07:00
Humble Chirammal
cbe825b2b6
ginkgo update to v2.9.4 and gomega to 1.27.6
...
https://github.com/onsi/ginkgo/v2/compare/v2.9.1...v2.9.4
https://github.com/onsi/gomega/compare/v1.27.4...v1.27.6
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com >
2023-05-12 09:38:26 +05:30
Humble Chirammal
7a4787ade1
openconsensus update to v0.24.0
...
https://go.opencensus.io/compare/v0.23.0...v0.24.0
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com >
2023-05-12 08:38:21 +05:30