Commit c3cb19a
authored
File tree
285 files changed
+13828
-15523
lines changed- vendor
- github.com
- emicklei/go-restful/v3
- fsnotify/fsnotify
- internal
- google/btree
- mailru/easyjson
- jlexer
- jwriter
- openshift/api
- config
- v1alpha1
- v1
- machineconfiguration/v1
- machine/v1beta1
- operator
- v1alpha1
- v1
- prometheus/common
- expfmt
- model
- go.opentelemetry.io
- contrib/instrumentation/net/http/otelhttp
- internal
- request
- semconvutil
- semconv
- otel
- baggage
- codes
- internal
- metric
- noop
- semconv/v1.24.0
- trace
- golang.org/x
- exp/maps
- oauth2
- google.golang.org
- grpc
- backoff
- balancer
- pickfirst
- binarylog/grpc_binarylog_v1
- encoding
- proto
- experimental/stats
- grpclog
- internal
- health/grpc_health_v1
- internal
- channelz
- envconfig
- grpclog
- grpcsync
- stats
- transport
- mem
- metadata
- stats
- protobuf
- encoding
- protojson
- prototext
- internal
- editiondefaults
- encoding/tag
- errors
- filedesc
- filetype
- flags
- genid
- impl
- protolazy
- version
- proto
- reflect
- protodesc
- protoreflect
- runtime
- protoiface
- protoimpl
- types
- descriptorpb
- dynamicpb
- gofeaturespb
- known
- anypb
- durationpb
- emptypb
- fieldmaskpb
- structpb
- timestamppb
- wrapperspb
- sigs.k8s.io/controller-runtime
- pkg
- builder
- cache
- internal
- client
- apiutil
- fake
- cluster
- config
- controller
- controllerutil
- priorityqueue
- handler
- internal
- controller
- metrics
- metrics
- source
- metrics
- server
- predicate
- webhook
- admission
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
285 files changed
+13828
-15523
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Submodule cloud-provider-aws updated 3005 files
Submodule cloud-provider-azure updated 686 files
Submodule containerd updated 94 files
- .github/actions/install-go/action.yml+1-1
- .github/workflows/api-release.yml+1-1
- .github/workflows/ci.yml+1-1
- .github/workflows/release.yml+1-1
- .golangci.yml+10-9
- Vagrantfile+1-1
- contrib/Dockerfile.test+1-1
- contrib/fuzz/oss_fuzz_build.sh+2-2
- go.mod+4-4
- go.sum+19-12
- integration/client/go.mod+3-3
- integration/client/go.sum+67-5
- integration/container_tty_leak_linux_test.go+176
- pkg/cri/nri/nri_api_linux.go+9
- pkg/cri/nri/nri_api_other.go+8
- pkg/cri/sbserver/container_create.go+2
- pkg/cri/sbserver/container_remove.go+3
- pkg/cri/sbserver/container_start.go+2
- pkg/cri/sbserver/container_stop.go+2
- pkg/cri/sbserver/container_update_resources.go+2
- pkg/cri/sbserver/sandbox_remove.go+3
- pkg/cri/sbserver/sandbox_run.go+2
- pkg/cri/sbserver/sandbox_stop.go+2
- pkg/cri/server/container_create.go+2
- pkg/cri/server/container_remove.go+3
- pkg/cri/server/container_start.go+2
- pkg/cri/server/container_stop.go+2
- pkg/cri/server/container_update_resources.go+2
- pkg/cri/server/sandbox_remove.go+3
- pkg/cri/server/sandbox_run.go+2
- pkg/cri/server/sandbox_stop.go+2
- pkg/cri/streaming/portforward/httpstream.go+1-1
- pkg/nri/nri.go+12
- releases/v1.7.26.toml+27
- runtime/v2/runc/task/service.go+3
- script/setup/install-imgcrypt+4-3
- script/setup/prepare_env_windows.ps1+1-1
- script/setup/runc-version+1-1
- services/diff/local.go+10-1
- services/diff/service_unix.go+2-1
- services/diff/service_windows.go+2-1
- vendor/github.com/containerd/nri/.codespellrc+3
- vendor/github.com/containerd/nri/.golangci.yml+3
- vendor/github.com/containerd/nri/Makefile+12-2
- vendor/github.com/containerd/nri/README.md+2-1
- vendor/github.com/containerd/nri/pkg/adaptation/adaptation.go+73-8
- vendor/github.com/containerd/nri/pkg/adaptation/api.go+1
- vendor/github.com/containerd/nri/pkg/adaptation/plugin.go+100-13
- vendor/github.com/containerd/nri/pkg/adaptation/result.go+125-3
- vendor/github.com/containerd/nri/pkg/api/adjustment.go+24
- vendor/github.com/containerd/nri/pkg/api/api.pb.go+905-686
- vendor/github.com/containerd/nri/pkg/api/api.proto+23-1
- vendor/github.com/containerd/nri/pkg/api/helpers.go+11
- vendor/github.com/containerd/nri/pkg/api/resources.go+16-2
- vendor/github.com/containerd/nri/pkg/api/timeouts.go+28
- vendor/github.com/containerd/nri/pkg/api/update.go+13
- vendor/github.com/containerd/nri/pkg/net/multiplex/mux.go+43-27
- vendor/github.com/containerd/nri/pkg/net/multiplex/ttrpc.go+5
- vendor/github.com/containerd/nri/pkg/runtime-tools/generate/generate.go+41-1
- vendor/github.com/containerd/nri/pkg/stub/stub.go+128-39
- vendor/github.com/containerd/nri/types/v1/types.go+1-1
- vendor/github.com/containerd/ttrpc/channel.go+4-4
- vendor/github.com/containerd/ttrpc/errors.go+47-1
- vendor/github.com/containerd/ttrpc/metadata.go+28
- vendor/github.com/containerd/ttrpc/server.go+11-4
- vendor/github.com/go-logr/logr/README.md+44-30
- vendor/github.com/go-logr/logr/context.go+33
- vendor/github.com/go-logr/logr/context_noslog.go+49
- vendor/github.com/go-logr/logr/context_slog.go+83
- vendor/github.com/go-logr/logr/funcr/funcr.go+157-47
- vendor/github.com/go-logr/logr/funcr/slogsink.go+105
- vendor/github.com/go-logr/logr/logr.go-43
- vendor/github.com/go-logr/logr/sloghandler.go+192
- vendor/github.com/go-logr/logr/slogr.go+100
- vendor/github.com/go-logr/logr/slogsink.go+120
- vendor/golang.org/x/net/LICENSE+2-2
- vendor/golang.org/x/net/http2/client_conn_pool.go+4-4
- vendor/golang.org/x/net/http2/config.go+122
- vendor/golang.org/x/net/http2/config_go124.go+61
- vendor/golang.org/x/net/http2/config_pre_go124.go+16
- vendor/golang.org/x/net/http2/frame.go+2-2
- vendor/golang.org/x/net/http2/http2.go+85-29
- vendor/golang.org/x/net/http2/server.go+211-101
- vendor/golang.org/x/net/http2/testsync.go-331
- vendor/golang.org/x/net/http2/timer.go+20
- vendor/golang.org/x/net/http2/transport.go+463-355
- vendor/golang.org/x/net/http2/unencrypted.go+32
- vendor/golang.org/x/net/http2/write.go+10
- vendor/golang.org/x/net/http2/writesched_priority.go+2-2
- vendor/golang.org/x/net/proxy/per_host.go+2-6
- vendor/golang.org/x/net/websocket/hybi.go+2-3
- vendor/golang.org/x/net/websocket/websocket.go+4-5
- vendor/modules.txt+5-5
- version/version.go+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
105 | | - | |
| 107 | + | |
106 | 108 | | |
| 109 | + | |
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
110 | 113 | | |
111 | 114 | | |
112 | 115 | | |
113 | | - | |
114 | | - | |
| 116 | + | |
| 117 | + | |
115 | 118 | | |
116 | 119 | | |
117 | | - | |
| 120 | + | |
118 | 121 | | |
119 | | - | |
| 122 | + | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
124 | | - | |
| 127 | + | |
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
128 | | - | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | | - | |
132 | | - | |
133 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
134 | 137 | | |
135 | 138 | | |
136 | 139 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
141 | 144 | | |
142 | 145 | | |
143 | 146 | | |
| |||
0 commit comments