Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ module github.com/openshift/windows-machine-config-operator
go 1.22.9

replace (
// fix the latest working version for go1.22
github.com/go-openapi/jsonreference => github.com/go-openapi/jsonreference v0.21.0
// fix CVE-2025-30204 transitive deps still using older v4. Remove once `go mod graph` shows only 4.5.2 or higher
github.com/golang-jwt/jwt/v4 => github.com/golang-jwt/jwt/v4 v4.5.2
// Fix the latest working version for go1.22
Expand Down
8 changes: 1 addition & 7 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -209,15 +209,9 @@ github.com/go-openapi/jsonpointer v0.17.0/go.mod h1:cOnomiV+CVVwFLk0A/MExoFMjwds
github.com/go-openapi/jsonpointer v0.18.0/go.mod h1:cOnomiV+CVVwFLk0A/MExoFMjwdsUdVpsRhURCKh+3M=
github.com/go-openapi/jsonpointer v0.19.2/go.mod h1:3akKfEdA7DF1sugOqz1dVQHBcuDBPKZGEoHC/NkiQRg=
github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg=
github.com/go-openapi/jsonpointer v0.19.6/go.mod h1:osyAmYz/mB/C3I+WsTTSgw1ONzaLJoLCyoi6/zppojs=
github.com/go-openapi/jsonpointer v0.21.0/go.mod h1:IUyH9l/+uyhIYQ/PXVA41Rexl+kOkAPDdXEYns6fzUY=
github.com/go-openapi/jsonpointer v0.21.1 h1:whnzv/pNXtK2FbX/W9yJfRmE2gsmkfahjMKB0fZvcic=
github.com/go-openapi/jsonpointer v0.21.1/go.mod h1:50I1STOfbY1ycR8jGz8DaMeLCdXiI6aDteEdRNNzpdk=
github.com/go-openapi/jsonreference v0.17.0/go.mod h1:g4xxGn04lDIRh0GJb5QlpE3HfopLOL6uZrK/VgnsK9I=
github.com/go-openapi/jsonreference v0.18.0/go.mod h1:g4xxGn04lDIRh0GJb5QlpE3HfopLOL6uZrK/VgnsK9I=
github.com/go-openapi/jsonreference v0.19.2/go.mod h1:jMjeRr2HHw6nAVajTXJ4eiUwohSTlpa0o73RUL1owJc=
github.com/go-openapi/jsonreference v0.19.3/go.mod h1:rjx6GuL8TTa9VaixXglHmQmIL98+wF9xc8zWvFonSJ8=
github.com/go-openapi/jsonreference v0.20.1/go.mod h1:Bl1zwGIM8/wsvqjsOQLJ/SH+En5Ap4rVB5KVcIDZG2k=
github.com/go-openapi/jsonreference v0.21.0 h1:Rs+Y7hSXT83Jacb7kFyjn4ijOuVGSvOdF2+tg1TRrwQ=
github.com/go-openapi/jsonreference v0.21.0/go.mod h1:LmZmgsrTkVg9LG4EaHeY8cBDslNPMo06cago5JNLkm4=
github.com/go-openapi/loads v0.17.0/go.mod h1:72tmFy5wsWx89uEVddd0RjRWPZm92WRLhf7AC+0+OOU=
Expand All @@ -240,7 +234,6 @@ github.com/go-openapi/swag v0.17.0/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/
github.com/go-openapi/swag v0.18.0/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/kXLo40Tg=
github.com/go-openapi/swag v0.19.2/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk=
github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk=
github.com/go-openapi/swag v0.22.3/go.mod h1:UzaqsxGiab7freDnrUUra0MwWfN/q7tE4j+VcZ0yl14=
github.com/go-openapi/swag v0.23.0/go.mod h1:esZ8ITTYEsH1V2trKHjAN8Ai7xHb8RV+YSZ577vPjgQ=
github.com/go-openapi/swag v0.23.1 h1:lpsStH0n2ittzTnbaSloVZLuB5+fvSY/+hnagBjSNZU=
github.com/go-openapi/swag v0.23.1/go.mod h1:STZs8TbRvEQQKUA+JZNAm3EWlgaOBGpyFDqQnDHMef0=
Expand Down Expand Up @@ -610,6 +603,7 @@ github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40T
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA=
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g=
Expand Down
2 changes: 1 addition & 1 deletion kubelet
Submodule kubelet updated 39 files
+8 −0 pkg/features/kube_features.go
+8 −0 pkg/features/versioned_kube_features.go
+14 −0 pkg/registry/core/rest/storage_core_generic.go
+1 −1 pkg/registry/core/serviceaccount/storage/storage_test.go
+6 −7 pkg/volume/plugins.go
+18 −5 staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler.go
+3 −0 staging/src/k8s.io/apimachinery/pkg/api/meta/help.go
+20 −3 staging/src/k8s.io/apimachinery/pkg/runtime/serializer/codec_factory.go
+231 −0 staging/src/k8s.io/apimachinery/pkg/runtime/serializer/json/collections.go
+794 −0 staging/src/k8s.io/apimachinery/pkg/runtime/serializer/json/collections_test.go
+14 −2 staging/src/k8s.io/apimachinery/pkg/runtime/serializer/json/json.go
+174 −0 staging/src/k8s.io/apimachinery/pkg/runtime/serializer/protobuf/collections.go
+333 −0 staging/src/k8s.io/apimachinery/pkg/runtime/serializer/protobuf/collections_test.go
+73 −14 staging/src/k8s.io/apimachinery/pkg/runtime/serializer/protobuf/protobuf.go
+123 −4 staging/src/k8s.io/apimachinery/pkg/runtime/types_proto.go
+107 −0 staging/src/k8s.io/apimachinery/pkg/runtime/types_proto_test.go
+3 −3 staging/src/k8s.io/apiserver/pkg/admission/audit.go
+6 −6 staging/src/k8s.io/apiserver/pkg/admission/audit_test.go
+237 −29 staging/src/k8s.io/apiserver/pkg/audit/context.go
+38 −19 staging/src/k8s.io/apiserver/pkg/audit/context_test.go
+96 −111 staging/src/k8s.io/apiserver/pkg/audit/request.go
+362 −0 staging/src/k8s.io/apiserver/pkg/audit/request_log_test.go
+1 −5 staging/src/k8s.io/apiserver/pkg/authentication/token/cache/cached_token_authenticator.go
+4 −7 staging/src/k8s.io/apiserver/pkg/authentication/token/cache/cached_token_authenticator_test.go
+38 −67 staging/src/k8s.io/apiserver/pkg/endpoints/filters/audit.go
+174 −19 staging/src/k8s.io/apiserver/pkg/endpoints/filters/audit_test.go
+5 −8 staging/src/k8s.io/apiserver/pkg/endpoints/filters/authn_audit.go
+13 −3 staging/src/k8s.io/apiserver/pkg/endpoints/filters/authorization_test.go
+1 −2 staging/src/k8s.io/apiserver/pkg/endpoints/filters/impersonation.go
+6 −6 staging/src/k8s.io/apiserver/pkg/endpoints/filters/request_deadline.go
+15 −12 staging/src/k8s.io/apiserver/pkg/endpoints/filters/request_deadline_test.go
+4 −2 staging/src/k8s.io/apiserver/pkg/endpoints/handlers/delete_test.go
+54 −6 staging/src/k8s.io/apiserver/pkg/endpoints/handlers/responsewriters/writers.go
+366 −0 staging/src/k8s.io/apiserver/pkg/endpoints/handlers/responsewriters/writers_test.go
+16 −0 staging/src/k8s.io/apiserver/pkg/features/kube_features.go
+10 −3 staging/src/k8s.io/apiserver/pkg/server/config_test.go
+3 −5 staging/src/k8s.io/apiserver/pkg/server/filters/with_early_late_annotations_test.go
+12 −0 staging/src/k8s.io/apiserver/pkg/server/genericapiserver.go
+6 −9 staging/src/k8s.io/apiserver/pkg/util/x509metrics/server_cert_deprecations_test.go
2 changes: 1 addition & 1 deletion ovn-kubernetes
Submodule ovn-kubernetes updated 3505 files
3 changes: 2 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ github.com/go-logr/zapr
# github.com/go-openapi/jsonpointer v0.21.1
## explicit; go 1.20
github.com/go-openapi/jsonpointer
# github.com/go-openapi/jsonreference v0.21.0
# github.com/go-openapi/jsonreference v0.21.0 => github.com/go-openapi/jsonreference v0.21.0
## explicit; go 1.20
github.com/go-openapi/jsonreference
github.com/go-openapi/jsonreference/internal
Expand Down Expand Up @@ -1464,6 +1464,7 @@ sigs.k8s.io/structured-merge-diff/v4/value
sigs.k8s.io/yaml
sigs.k8s.io/yaml/goyaml.v2
sigs.k8s.io/yaml/goyaml.v3
# github.com/go-openapi/jsonreference => github.com/go-openapi/jsonreference v0.21.0
# github.com/golang-jwt/jwt/v4 => github.com/golang-jwt/jwt/v4 v4.5.2
# golang.org/x/exp => golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c
# golang.org/x/oauth2 => github.com/openshift/golang-oauth2 v0.26.1-0.20250310184649-06a918c6239d
Expand Down