1 file changed
+1
-1
lines changedSubmodule 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
0 commit comments