Commit Graph

1178 Commits

Author SHA1 Message Date
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
Kubernetes Prow Robot
e7bc45269d Merge pull request #127965 from koba1t/dependencies/update_kustomize_v5.5.0
Update kubectl kustomize to v5.5.0
2024-10-10 00:28:23 +01: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
Stephen Kitt
f1fa4086b3 Use sigs.k8s.io/yaml instead of gopkg.in/yaml
Since we have a Kubernetes-specific fork of go-yaml, use that
consistently throughout the project. This doesn't eliminate the
dependencies on gopkg.in/yaml, which are still used indirectly; but it
ensures that the whole project benefits from fixes or changes to
sigs.k8s.io/yaml.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
2024-10-07 15:32:00 +02: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
Jordan Liggitt
102a9dbab1 Pin godebug default to go1.23 2024-09-11 15:34:37 -04:00
Jordan Liggitt
65ef531390 Update go.mod to go 1.23 2024-09-11 15:34:37 -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
David Ashpole
4aa655c2d7 update-vendor 2024-08-28 14:27:36 +00: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
Daman Arora
c6a129b715 bump k8s.io/utils
Signed-off-by: Daman Arora <aroradaman@gmail.com>
2024-07-13 19:25:20 +05:30
Davanum Srinivas
ff7942be83 update OpenTelemetry dependencies and grpc
This update dropped the otelgrpc → cloud.google.com/go/compute dependency,
among others. This dropped out because genproto cleaned up it's dependencies
on google cloud libraries, and otel updated - details in #113366.

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
Co-Authored-By: David Ashpole <dashpole@google.com>
2024-07-05 21:21:30 -04:00
Kubernetes Prow Robot
4c44efe81c Merge pull request #125759 from dims/bump-prometheus/common-v0.55.0
Bump `prometheus/common` to v0.55.0
2024-06-27 20:40:05 -07:00
Davanum Srinivas
377a3f7ec4 Update moby/spdystream to v0.4.0
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-06-27 13:07:47 -04:00
Davanum Srinivas
35ccdc8b35 Bump prometheus/common to v0.55.0
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-06-27 09:34:23 -04:00
Benjamin Elder
c5aa8fdc71 bump github.com/moby/spdystream to v0.3.0
picks up fix for data-race in Ping
2024-06-26 12:27:14 -07:00
David Ashpole
e94047c900 Revert "update OpenTelemetry dependencies"
This reverts commit 82e9ce79c7.
2024-06-26 14:13:33 +00:00
Ben Luddy
dbe4c093d9 Bump github.com/fxamacker/cbor/v2 to v2.7.0. 2024-06-25 10:07:40 -04:00
David Ashpole
82e9ce79c7 update OpenTelemetry dependencies 2024-06-23 15:35:26 +00:00
Prince Pereira
e77a40c73e [Vendor] Bumpup hcsshim version from v0.8.25 to v0.8.26. 2024-06-22 09:30:06 -07:00
Kubernetes Prow Robot
bdbd87be2b Merge pull request #125596 from skitt/stretchr-testify-mock
Switch to stretchr/testify / mockery for mocks
2024-06-21 09:23:02 -07:00
Ritwik Srinivas
b4ff40e362 github.com/moby/sys/mountinfo version update v0.6.2 -> v0.7.1 2024-06-21 08:54:47 -04:00
Kubernetes Prow Robot
5ec31e84d6 Merge pull request #125585 from akhilerm/update-runc-1.1.13
update runc to 1.1.13
2024-06-20 19:32:21 -07:00
ArkaSaha30
c0da520e0b Bump dependency: etcd to 3.5.14
This PR will bump the etcd vendored dependency from 3.5.13-> 3.5.14
https://github.com/etcd-io/etcd/releases/tag/v3.5.14

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-06-20 23:47:30 +05:30
Stephen Kitt
3f36c83c68 Switch to stretchr/testify / mockery for mocks
testify is used throughout the codebase; this switches mocks from
gomock to testify with the help of mockery for code generation.

Handlers and mocks in test/utils/oidc are moved to a new package:
mockery operates package by package, and requires packages to build
correctly; test/utils/oidc/testserver.go relies on the mocks and fails
to build when they are removed. Moving the interface and mocks to a
different package allows mockery to process that package without
having to build testserver.go.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
2024-06-20 19:42:53 +02:00