forked from kubernetes/kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UPSTREAM: 104530: [1.21] bump runc to 1.0.2
Manual port of upstream commit 981b7fc. This is how I did it (roughly): # 1. Check what part of lint-dependencies to ignore. hack/lint-dependencies.sh # Ignored this: # hack/pin-dependency.sh github.com/go-bindata/go-bindata v3.1.2+incompatible # hack/pin-dependency.sh github.com/google/cadvisor v0.39.0 # hack/pin-dependency.sh github.com/imdario/mergo v0.3.7 # hack/pin-dependency.sh github.com/mattn/go-colorable v0.1.2 # hack/pin-dependency.sh github.com/openshift/build-machinery-go v0.0.0-20210423112049-9415d7ebd33e # hack/pin-dependency.sh github.com/openshift/client-go v0.0.0-20210521082421-73d9475a9142 # hack/pin-dependency.sh github.com/openshift/library-go v0.0.0-20210521084623-7392ea9b02ca # hack/pin-dependency.sh github.com/robfig/cron v1.2.0 # hack/pin-dependency.sh go.uber.org/multierr v1.1.1-0.20180122172545-ddea229ff1df # hack/pin-dependency.sh k8s.io/component-base v0.21.1 # 2. Update runc and its deps. hack/pin-dependency.sh github.com/opencontainers/runc v1.0.1 hack/pin-dependency.sh github.com/cilium/ebpf v0.6.2 hack/pin-dependency.sh github.com/opencontainers/selinux v1.8.2 hack/pin-dependency.sh github.com/sirupsen/logrus v1.8.1 hack/pin-dependency.sh google.golang.org/protobuf v1.26.0 hack/pin-dependency.sh github.com/golang/protobuf v1.5.0 hack/pin-dependency.sh github.com/google/go-cmp v0.5.5 GO111MODULE=on go mod edit -dropreplace github.com/checkpoint-restore/go-criu/v4 GO111MODULE=on go mod edit -dropreplace github.com/willf/bitset # 3. Update vendor. hack/update-vendor.sh # 4. Recheck everything. hack/lint-dependencies.sh hack/update-internal-modules.sh # 5. Add everything. git add vendor staging Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
- Loading branch information
Showing
259 changed files
with
7,904 additions
and
3,344 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.