-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Comparing changes
Open a pull request
base repository: opencontainers/runc
base: v1.1.0-rc.1
head repository: opencontainers/runc
compare: v1.1.0
- 9 commits
- 11 files changed
- 4 contributors
Commits on Dec 14, 2021
-
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
Configuration menu - View commit details
-
Copy full SHA for 4773769 - Browse repository at this point
Copy the full SHA 4773769View commit details -
Aleksa Sarai (2): VERSION: back to development VERSION: release v1.1.0-rc.1 LGTMs: AkihiroSuda kolyshkin Closes #3323
Configuration menu - View commit details
-
Copy full SHA for 7113a40 - Browse repository at this point
Copy the full SHA 7113a40View commit details -
libct/cg: rm go 1.15 compatibility
Since commit 12e99a0 we do require Go >= 1.16, so this file is no longer needed. Also, this actually ensures that go >= 1.16 is used (otherwise libcontainer/cgroups/getallpids.go won't compile). Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5c7e898 - Browse repository at this point
Copy the full SHA 5c7e898View commit details
Commits on Dec 15, 2021
-
Merge pull request #3325 from kolyshkin/rm-go115
libct/cg: rm go 1.15 compatibility
Configuration menu - View commit details
-
Copy full SHA for 81044ad - Browse repository at this point
Copy the full SHA 81044adView commit details
Commits on Dec 22, 2021
-
build(deps): bump github.com/checkpoint-restore/go-criu/v5
Bumps [github.com/checkpoint-restore/go-criu/v5](https://github.com/checkpoint-restore/go-criu) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/checkpoint-restore/go-criu/releases) - [Commits](checkpoint-restore/go-criu@v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: github.com/checkpoint-restore/go-criu/v5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for e155b33 - Browse repository at this point
Copy the full SHA e155b33View commit details
Commits on Dec 23, 2021
-
Merge pull request #3328 from opencontainers/dependabot/go_modules/gi…
…thub.com/checkpoint-restore/go-criu/v5-5.3.0 build(deps): bump github.com/checkpoint-restore/go-criu/v5 from 5.2.0 to 5.3.0
Configuration menu - View commit details
-
Copy full SHA for 00f5678 - Browse repository at this point
Copy the full SHA 00f5678View commit details
Commits on Jan 4, 2022
-
Refuse to build runc without nsenter
Commit 4d1d618 added this nsenter_unsupported.go file in order for nsenter to be a valid (but empty, non-functional) Go package on unsupported platforms. As a result, runc can be build successfully without CGO, which results in a non-working and hard-to-debug binary (see issue 3330). As the functionality of being able to compile a package which is definitely not working is questionable, and I can't think of any use cases, let's remove the file. With this, runc can no longer be build without CGO: [kir@kir-rhat runc]$ CGO_ENABLED=0 make runc go build -trimpath "-buildmode=pie" -tags "seccomp" -ldflags "-X main.gitCommit=v1.0.0-452-g00f56786-dirty -X main.version=1.1.0-rc.1+dev " -o runc . go build github.com/opencontainers/runc/libcontainer/nsenter: build constraints exclude all Go files in /home/kir/go/src/github.com/opencontainers/runc/libcontainer/nsenter Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c0e300f - Browse repository at this point
Copy the full SHA c0e300fView commit details
Commits on Jan 5, 2022
-
Merge pull request #3331 from kolyshkin/nsenter-unsup
Refuse to build runc without nsenter
Configuration menu - View commit details
-
Copy full SHA for c83abc5 - Browse repository at this point
Copy the full SHA c83abc5View commit details
Commits on Jan 17, 2022
-
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
Configuration menu - View commit details
-
Copy full SHA for 067aaf8 - Browse repository at this point
Copy the full SHA 067aaf8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.0-rc.1...v1.1.0