Joe Betz
b0180a9a37
hack/pin-dependency.sh github.com/google/cel-go v0.22.0
2024-11-06 15:53:17 -05:00
Joe Betz
f2157ff73e
hack/pin-dependency.sh k8s.io/kube-openapi 32ad38e42d3faf1ce94eb29f4ea6d763339b258e
2024-11-05 10:18:57 -05:00
Davanum Srinivas
2b0592ee77
Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-11-04 10:51:13 -05:00
Kubernetes Prow Robot
cb31e42b85
Merge pull request #128533 from neolit123/1.32-update-system-validators-to-v1.9.0
...
vendor: update system-validators to v1.9.1
2024-11-04 14:49:28 +00:00
Kubernetes Prow Robot
6ae2d359ad
Merge pull request #128494 from dims/drop-go-colortext-and-its-usage
...
Drop go-colortext and its usage
2024-11-04 11:41:35 +00:00
Lubomir I. Ivanov
6928007087
vendor: update system-validators to v1.9.1
2024-11-04 13:25:28 +02:00
Kir Kolyshkin
1d4f88b1ee
vendor: bump runc to v1.2.1
...
For one thing, this release decouples device management from
libcontainer/cgroups. You can see the result of this in a dropped
cilium/ebpf dependency (which is only needed for device management).
NOTE that due to an issue with go mod / go list,
github.com/opencontainers/runc had to be added to
hack/unwanted-dependencies.json under x/exp. This is bogus because
opencontainers/runc does not use x/exp directly, only via cilium/ebpf
dependency (which is not vendored here).
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2024-11-01 17:26:09 -07:00
Davanum Srinivas
d450b6e653
Drop go-colortext and its usage
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-11-01 11:55:53 -04:00
carlory
80b1a29786
dependencies: ginkgo v2.21.0, gomega v1.35.1
2024-11-01 11:35:24 +08:00
Kubernetes Prow Robot
b831df733e
Merge pull request #128416 from jpbetz/reset-filter
...
Add optional ResetFieldsFilterStrategy interface for storage
2024-11-01 02:23:26 +00:00
Joe Betz
6fe5140366
hack/pin-dependency.sh sigs.k8s.io/structured-merge-diff/v4 v4.4.2
2024-10-31 21:19:27 -04:00
Davanum Srinivas
e86d02b60c
Copy ParseCgroupFileUnified and Drop rest of containerd/cgroups
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-10-31 13:42:39 -04:00
Kubernetes Prow Robot
5d353417cd
Merge pull request #128346 from dims/update-to-latest-advisor-for-1.32
...
Update to latest cadvisor - `v0.51.0`
2024-10-30 23:45:26 +00:00
Davanum Srinivas
152d342a8d
Update to latest cadvisor
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-10-30 15:25:21 -04:00
Daman Arora
440c6dfd9a
bump: github.com/vishvananda/netlink
...
Signed-off-by: Daman Arora <aroradaman@gmail.com >
2024-10-28 20:36:14 +05:30
Kir Kolyshkin
54d43ecaed
pkg/kubelet/user/userns: remove, use moby/sys/userns
...
The code from github.com/opencontainers/runc/libcontainer/userns package
was moved into github.com/moby/sys/user and github.com/moby/sys/userns
(see [1]), and the runc package is now deprecated in favor of moby/sys
(see [2]).
In addition, moby/sys/userns now has a non-Linux implementation, so
pkg/kubelet/user/userns package (introduced in commit 2e999ff to make a
non-Linux implementation) is not really needed anymore.
Let's switch to moby/sys/userns, and remove the package.
[1]: https://github.com/moby/sys/releases/tag/userns%2Fv0.1.0
[2]: https://github.com/opencontainers/runc/pull/4350
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2024-10-22 14:36:14 -07:00
Paco Xu
93348753e2
Revert "vendor: update system-validators to v1.9.0"
2024-10-18 10:12:36 +08:00
Kubernetes Prow Robot
bd00406951
Merge pull request #128144 from cheftako/updateANP
...
Bump konnectivity-client to v0.31.0
2024-10-17 23:15:10 +01:00
Walter Fender
f72c374187
Bump konnectivity-client to v0.30.0
...
Bump konnectivity network proxy to v0.30.0.
Lease-based server counting logic for agent and lease controller for ANP server
reran hack/update-vendor.sh
2024-10-17 10:00:38 -07:00
Lubomir I. Ivanov
7b10b5fd33
vendor: update system-validators to v1.9.0
2024-10-17 12:10:06 +03:00
Davanum Srinivas
7f8210e33f
Update to last versions of some very infrequently updated repos
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-10-14 17:43:29 -04:00
Prince Pereira
3448455083
Replacing hcsshim library with new hnslib library.
2024-10-14 10:44:30 -07:00
Kubernetes Prow Robot
8cbb11519c
Merge pull request #127998 from skitt/golang-x-oct-2024
...
October 2024 golang.org/x bump
2024-10-11 14:16:28 +01:00
Stephen Kitt
6c5a528727
October 2024 golang.org/x bump
...
Nothing major here, but nothing liable to cause pain to downstreams
either.
* https://github.com/golang/crypto/compare/v0.26.0...v0.28.0 (there’s
a SHA3 fix there but it’s only relevant for 32-bit platforms)
* https://github.com/golang/net/compare/v0.28.0...v0.30.0 (mostly
http2; route address parsing fix on Darwin)
* https://github.com/golang/oauth2/compare/v0.21.0...v0.23.0 (Google
license fix)
* https://github.com/golang/sys/compare/v0.23.0...v0.26.0 (faster
getrandom() on Linux through the vDSO; improved RISC-V support)
* https://github.com/golang/term/compare/v0.23.0...v0.25.0
* https://github.com/golang/time/compare/v0.3.0...v0.7.0 (0-limit
handling fix in x/time/rate; Google license fix)
* https://github.com/golang/tools/compare/v0.24.0...v0.26.0
This doesn’t include golang.org/x/exp; that doesn’t have any relevant
changes. There’s an apidiff fix but we always pull in the latest
apidiff anyway.
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2024-10-11 10:22:13 +02:00
Davanum Srinivas
521f2d106b
Update moby/runc dependencies
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-10-11 03:52:09 -04:00
Jordan Liggitt
8eff759b6a
Update sigs.k8s.io/json to go1.23
2024-10-10 11:00:11 -04:00
koba1t
e7daa70852
Update kubectl kustomize to kyaml/v0.18.1, cmd/config/v0.15.0, api/v0.18.0, kustomize/v5.5.0
2024-10-09 23:45:32 +09:00
Kubernetes Prow Robot
9ffefe3da2
Merge pull request #127816 from cici37/updateCEL
...
Bump dependency: cel-go to v0.21.0
2024-10-04 01:30:34 +01:00
Kirtana Ashok
a7941106ec
Fix retracted go-cose that hcsshim brings in
...
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com >
2024-10-02 17:36:24 -07:00
Cici Huang
80c0c2c32e
Update cel-go to v0.21.0
2024-10-02 17:15:58 +00:00
Jordan Liggitt
745ae75a15
Update vendor
2024-09-27 22:43:28 -04:00
Kirtana Ashok
3fba9930b7
Update cadvisor and hcsshim versions
...
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com >
2024-09-22 11:50:45 -07:00
Kubernetes Prow Robot
7448e676aa
Merge pull request #127279 from serathius/etcd-v3.5.16
...
Upgrade etcd client to v3.5.16
2024-09-16 21:53:21 +01:00
Jordan Liggitt
e7957232cf
Update k8s.io/gengo/v2
2024-09-11 15:38:38 -04:00
Marek Siarkowicz
27e0ece976
Upgrade etcd client to v3.5.16
2024-09-10 23:48:04 +02:00
Kubernetes Prow Robot
a8d4eb6009
Merge pull request #125960 from pohly/dep-logging
...
dependencies: logr v1.4.2, zap v1.27.0
2024-09-06 20:07:52 +01:00
Kubernetes Prow Robot
b83ec12c43
Merge pull request #126847 from aroradaman/conntrack-netlink
...
Remove conntrack binary dependency from kube-proxy
2024-09-05 07:03:51 +01:00
Kubernetes Prow Robot
fe25e97403
Merge pull request #127116 from ameukam/update-runc-1.1.14
...
Update Runc to 1.1.14
2024-09-05 01:11:10 +01:00
Arnaud Meukam
f810340183
Update Runc to 1.1.14
...
Changelog: https://github.com/opencontainers/runc/releases/tag/v1.1.14
2024-09-04 22:22:46 +02:00
Kubernetes Prow Robot
7df5940bf9
Merge pull request #126500 from liangyuanpeng/bump_etcd_3515
...
Bump dependency: etcd to 3.5.15.
2024-09-04 16:30:53 +01:00
Joe Betz
d5555af62b
Bump gengo/v2 to pick up FormatOnly setting for imports
...
Co-authored-by: Tim Hockin <thockin@google.com >
2024-09-03 11:32:13 -04:00
Daman Arora
ae3b5dbdc6
bump: github.com/vishvananda/netlink to v1.3.0
...
Signed-off-by: Daman Arora <aroradaman@gmail.com >
2024-08-31 20:11:16 +05:30
Patrick Ohly
861ed2d2fe
dependencies: logr v1.4.2, zap v1.27.0
...
No particular reason for updating besides staying up-to-date.
2024-08-29 10:50:23 +02:00
Kubernetes Prow Robot
f1a922c8e6
Merge pull request #126787 from Jefftree/update-kube-openapi
...
Bump k8s.io/kube-openapi and k8s.io/gengo
2024-08-27 23:39:02 +01:00
Jefftree
ea2bdb6334
re-vendor k8s.io/kube-openapi
2024-08-27 15:37:32 +00:00
Jefftree
6dc87bf173
re-vendor k8s.io/gengo/v2
2024-08-27 01:59:34 +00:00
Lan Liang
81e754e7ef
Bump dependency: etcd to 3.5.15.
...
Signed-off-by: Lan Liang <gcslyp@gmail.com >
2024-08-24 04:46:01 +00:00
Benjamin Elder
4aad0b9c1a
update corefile-migration to v1.0.24
...
there are no code changes, instead packages we do not use have been isolated into another module to help manage the dependency tree
in older release branches, picking this back will allow us to avoid unexpected cobra updates
2024-08-21 09:39:53 -07:00
Benjamin Elder
b33ef18bdf
update coredns/corefile-migration to v1.0.23 to support coredns v1.11.3
2024-07-31 13:36:01 -07:00
Dan Winship
4effb05741
bump knftables to v0.0.17
2024-07-22 17:30:32 -04:00