Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opencontainers/runc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0-rc.1
Choose a base ref
...
head repository: opencontainers/runc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 9 commits
  • 11 files changed
  • 4 contributors

Commits on Dec 14, 2021

  1. VERSION: back to development

    Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
    cyphar committed Dec 14, 2021
    Copy the full SHA
    4773769 View commit details
  2. merge branch 'pr-3323'

    Aleksa Sarai (2):
      VERSION: back to development
      VERSION: release v1.1.0-rc.1
    
    LGTMs: AkihiroSuda kolyshkin
    Closes #3323
    cyphar committed Dec 14, 2021
    Copy the full SHA
    7113a40 View commit details
  3. 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>
    kolyshkin committed Dec 14, 2021
    Copy the full SHA
    5c7e898 View commit details

Commits on Dec 15, 2021

  1. Merge pull request #3325 from kolyshkin/rm-go115

    libct/cg: rm go 1.15 compatibility
    AkihiroSuda authored Dec 15, 2021
    Copy the full SHA
    81044ad View commit details

Commits on Dec 22, 2021

  1. 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>
    dependabot[bot] authored Dec 22, 2021
    Copy the full SHA
    e155b33 View commit details

Commits on Dec 23, 2021

  1. 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
    AkihiroSuda authored Dec 23, 2021
    Copy the full SHA
    00f5678 View commit details

Commits on Jan 4, 2022

  1. 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>
    kolyshkin committed Jan 4, 2022
    Copy the full SHA
    c0e300f View commit details

Commits on Jan 5, 2022

  1. Merge pull request #3331 from kolyshkin/nsenter-unsup

    Refuse to build runc without nsenter
    AkihiroSuda authored Jan 5, 2022
    Copy the full SHA
    c83abc5 View commit details

Commits on Jan 17, 2022

  1. VERSION: release runc v1.1.0

    Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
    cyphar committed Jan 17, 2022
    Copy the full SHA
    067aaf8 View 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