Ben Luddy
c4279660ca
Bump fxamacker/cbor/v2 to v2.7.0-beta.
...
This library release makes a number of behaviors configurable in ways that are required for CBOR
support in Kubernetes.
2024-06-10 10:02:04 -04:00
Kubernetes Prow Robot
2c46fafa23
Merge pull request #125150 from humblec/csi-update
...
update CSI spec to v1.9.0 which has modifyVolume API support and other updated libraries in place
2024-05-30 05:13:48 -07:00
Stephen Kitt
5300466a5c
Use canonical json-patch v4 import
...
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).
Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
https://github.com/kubernetes/kubernetes/pull/120327 for context).
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2024-05-28 10:48:22 +02:00
Stephen Kitt
33c6f6bc65
Update kubectl kustomize to kyaml/v0.17.1, cmd/config/v0.14.1, api/v0.17.2, kustomize/v5.4.2
...
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2024-05-28 10:48:12 +02:00
Humble Chirammal
3b117f8c4c
CSI spec v1.9.0 has modifyVolume API support
...
This update also have updated GRPC, protobuf..etc along with fixes in go tool chain.
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com >
2024-05-27 19:02:27 +05:30
Patrick Ohly
37e2dd6857
dependencies: ginkgo v2.19.0, gomega v1.33.1
...
Ginkgo v2.18.0 allows tweaking the output so that
it's easier to follow while a job runs in
Prow (https://github.com/onsi/ginkgo/issues/1347 ). Using this in
hack/ginkgo-e2e.sh will follow in a separate commit.
Gomega gets bumped to the latest release to keep it up-to-date.
Ginkgo v1.19.0 adds support for --label-filter with labels that represent
sets (like our Feature:<Foo>).
2024-05-27 15:25:50 +02:00
Sascha Grunert
2aa9e76be1
Move pkg/kubelet/cri/remote to cri-client
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2024-05-14 10:58:18 +02:00
carlory
07c8d35681
remove legacycloudproviders from staging
2024-05-09 11:59:43 +08:00
Davanum Srinivas
04c40ac961
Update to latest golang.org/x/oauth2 v0.20.0
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-05-08 13:06:12 -04:00
Kubernetes Prow Robot
f281a02d23
Merge pull request #124514 from brianpursley/fix-sort
...
Change non-quantity strings to sort alphanumerically, instead of using "Natural Sort"
2024-05-07 11:46:30 -07:00
Kubernetes Prow Robot
4d17d30029
Merge pull request #124519 from dims/drop-all-the-providery-things-take-2
...
Remove gcp in-tree cloud provider and credential providers
2024-05-06 08:03:14 -07:00
Kubernetes Prow Robot
d0e78ef70e
Merge pull request #123797 from saschagrunert/cri-staging
...
Add `cri-client` staging repository
2024-05-02 03:48:52 -07:00
Sascha Grunert
fef2ecf97d
Add cri-client staging repository
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2024-05-02 09:20:17 +02:00
Davanum Srinivas
bf268f02a3
Remove gcp in-tree cloud provider and credential provider
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-05-01 09:03:53 -04:00
Kubernetes Prow Robot
c1ef6c44f5
Merge pull request #124562 from sbueringer/pr-bump-sigs-yaml
...
Bump sigs.k8s.io/yaml to v1.4.0
2024-04-29 12:51:32 -07:00
Daman Arora
6b5291654f
pkg/proxy/util/nfacct: utility to interact with nfacct subsystem
...
nfacct is netfilter's accounting subsystem. This utility allows
interactions with the subsystem using lower level netlink API.
Signed-off-by: Daman Arora <aroradaman@gmail.com >
2024-04-27 12:17:50 +05:30
Stefan Bueringer
04cc45b4ad
Bump sigs.k8s.io/yaml to v1.4.0
2024-04-26 15:42:44 +02:00
Brian Pursley
322aa9a649
Change non-quantity strings to sort alphanumerically, instead of using "Natural Sort", which is confusing for users.
2024-04-24 15:10:16 -04:00
Marek Siarkowicz
3e5b03eb43
Upgrade etcd libraries to v3.5.13
...
Add otelgrpc.WithMessageEvents(otelgrpc.ReceivedEvents, otelgrpc.SentEvents) to tracing options due to https://github.com/open-telemetry/opentelemetry-go-contrib/pull/3964
2024-04-24 09:56:39 +02:00
Jiahui Feng
350fcf957e
generated: ./hack/update-vendor.sh
2024-04-22 10:54:32 -07:00
Jiahui Feng
94997c6fef
generated: ./hack/pin-dependency.sh github.com/google/cel-go v0.20.1
2024-04-15 13:33:10 -07:00
jwcesign
f0aa62bc96
upgrade: upgrade dependencies github.com/prometheus/common to the newest version
...
Signed-off-by: jwcesign <jwcesign@gmail.com >
2024-04-20 09:53:16 +08:00
Kubernetes Prow Robot
e800d15494
Merge pull request #123389 from npinaeva/nftables-ut
...
Ensure nftables unit test parity with iptables
2024-04-18 00:00:56 -07:00
Kubernetes Prow Robot
528cff12f6
Merge pull request #120969 from skitt/uber-go-mock
...
Switch from golang/mock to uber-go/mock
2024-04-17 23:59:24 -07:00
Davanum Srinivas
99fac38d28
Update x/net for CVE-2023-45288
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-04-03 19:56:04 -04:00
Nadia Pinaeva
20bd3dd774
Update knftables to v0.0.16
...
Signed-off-by: Nadia Pinaeva <n.m.pinaeva@gmail.com >
2024-04-02 11:57:47 +02:00
Stephen Kitt
6bf667af06
Switch from golang/mock to uber-go/mock
...
See https://github.com/golang/mock#gomock : golang/mock is no longer
maintained, and should be replaced by go.uber.org/mock.
This allows golang/mock to be dropped from the status and vendored
fields in unwanted-dependencies.json.
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2024-03-07 09:12:16 +01:00
Jordan Liggitt
c6673d2346
Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.0
2024-03-06 09:47:28 -05:00
Kubernetes Prow Robot
df366107d1
Merge pull request #123529 from thockin/go-workspaces
...
Go workspaces for k/k and k/staging/*
2024-03-01 08:43:03 -08:00
Tim Hockin
812d5fff40
Remove old gengo detritus
2024-02-29 22:07:39 -08:00
Tim Hockin
6f2f3735e0
Re-vendor latest kube-openapi and gengo/v2
...
./hack/pin-dependency.sh k8s.io/kube-openapi latest
./hack/pin-dependency.sh k8s.io/gengo/v2 latest
./hack/update-vendor.sh
2024-02-29 22:06:19 -08:00
David Porter
c05e541793
Bump cAdvisor to v0.49.0
...
Signed-off-by: David Porter <david@porter.me >
2024-02-29 14:21:49 -08:00
Tim Hockin
e54f2296ed
Require Go 1.22.0 in go.mod
2024-02-29 00:22:06 -08:00
Joe Betz
d49949b642
Bump cel-go to v0.17.8 to pick up CEL estimated cost fix
2024-02-28 10:52:36 -05:00
Abhijit Hoskeri
d3a0e296de
Update x/crypto to 0.19.
...
Main reason is to pick up updated CA roots.
Full diff: https://github.com/golang/crypto/compare/v0.16.0...v0.19.0
2024-02-16 20:27:57 +00:00
Ben Luddy
aac43dc96f
Bump github.com/fxamacker/cbor/v2 to v2.6.0.
2024-02-14 10:09:15 -05:00
Kubernetes Prow Robot
48228bf9db
Merge pull request #121486 from benluddy/cbor-stub
...
KEP-4222: Add stub CBOR serializer.
2024-02-09 14:42:05 -08:00
Kubernetes Prow Robot
6972fd7d0b
Merge pull request #122557 from liangyuanpeng/anp_0.29
...
Bump konnectivity-client to v0.29.0
2024-02-05 08:45:16 -08:00
Davanum Srinivas
2dd81563a9
Update to runc 1.1.12
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-01-31 12:20:32 -08:00
Kubernetes Prow Robot
e023511deb
Merge pull request #122920 from danwinship/knftables-migration
...
Update knftables, with new sigs.k8s.io module name
2024-01-26 07:14:16 +01:00
Ben Luddy
09a1abda99
Update vendoring to take new CBOR library dependency.
2024-01-25 08:35:26 -05:00
Davanum Srinivas
65d67101e7
Drop vsphere cloud provider
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-01-23 19:57:01 -05:00
Dan Winship
09abfa46be
Update knftables, with new sigs.k8s.io module name
2024-01-23 08:09:05 -05:00
Qi Ni
3bf2bf8191
chore: Cleanup in-tree credential provider azure and cloud provider azure
2024-01-20 15:18:31 +08:00
Kubernetes Prow Robot
b27b56a46c
Merge pull request #122842 from pohly/klog-update
...
dependencies: klog v2.120.1
2024-01-18 20:11:00 +01:00
Patrick Ohly
e2222f1e30
dependencies: klog v2.120.1
2024-01-18 16:58:40 +01:00
Patrick Ohly
18f0af1f00
dependencies: ginkgo v2.15.0, gomega v1.31.0
...
The main reason for updating is support for reporting the cause of context
cancellation: Ginkgo provides that information when canceling a context and
Gomega polling code includes that when generating a failure message.
2024-01-18 15:24:31 +01:00
Paco Xu
3c86d21316
bump klog to v2.120.0
2024-01-11 17:35:07 +08:00
Kubernetes Prow Robot
627416325c
Merge pull request #122552 from yankay/runc/update-to-1.1.11
...
Bump runc to v1.1.11
2024-01-08 18:37:47 +01:00
bzsuni
5405dd0f9b
Update goleak from v1.2.1 to v1.3.0
...
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io >
2024-01-03 00:20:48 +08:00