Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/opencontainers/runc from 1.0.0-rc94 to 1.0.0-rc95 #912

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2021

Bumps github.com/opencontainers/runc from 1.0.0-rc94 to 1.0.0-rc95.

Release notes

Sourced from github.com/opencontainers/runc's releases.

runc 1.0-rc95 -- "Just when I thought I was out, they pull me back in."

This release of runc contains a fix for CVE-2021-30465, and users are strongly recommended to update (especially if you are providing semi-limited access to spawn containers to untrusted users).

Aside from this security fix, only a few other changes were made since v1.0.0-rc94 (the only user-visible change was the addition of support for defaultErrnoRet in seccomp profiles).

Static Linking Notices

The runc binary distributed with this release are statically linked with the following GNU LGPL-2.1 licensed libraries, with runc acting as a "work that uses the Library":

The versions of these libraries were not modified from their upstream versions, but in order to comply with the LGPL-2.1 (§6(a)), we have attached the complete source code for those libraries which (when combined with the attached runc source code) may be used to exercise your rights under the LGPL-2.1.

However we strongly suggest that you make use of your distribution's packages or download them from the authoritative upstream sources, especially since these libraries are related to the security of your containers.

Thanks to the following people who made this release possible:

Due to the nature of this release, it didn't go through the normal public release procedure. However, this break from procedure was agreed upon on the security mailing list.

Signed-off-by: Aleksa Sarai [email protected]

Commits
  • b9ee9c6 VERSION: release v1.0.0-rc95
  • 0ca91f4 rootfs: add mount destination validation
  • c01a560 merge branch 'pr-2954'
  • c61f606 libcontainer: honor seccomp defaultErrnoRet
  • 5c4ccc2 Merge pull request #2938 from kolyshkin/libct-int-nts
  • 5fe1e98 Merge pull request #2945 from kolyshkin/update-sh
  • 0b6d3e5 Merge pull request #2932 from kolyshkin/ci-go116
  • d519da5 Dockerfile, Vagrantfile.centos7, .github: bats 1.3.0
  • bdad285 Dockerfile, Vagrantfile.centos7: use go 1.16
  • 4e50d1c Merge pull request #2950 from cyphar/add-emeritus
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 20, 2021
@rhatdan rhatdan force-pushed the dependabot/go_modules/github.com/opencontainers/runc-1.0.0-rc95 branch 2 times, most recently from 78fe7ef to a4dcdc2 Compare May 20, 2021 12:57
@rhatdan
Copy link
Member

rhatdan commented May 20, 2021

@vrothberg Any idea what is going on here?

Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.0.0-rc94 to 1.0.0-rc95.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Commits](opencontainers/runc@v1.0.0-rc94...v1.0.0-rc95)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Valentin Rothberg <[email protected]>
@vrothberg vrothberg force-pushed the dependabot/go_modules/github.com/opencontainers/runc-1.0.0-rc95 branch from a4dcdc2 to a6e140a Compare May 20, 2021 13:32
@vrothberg
Copy link
Member

@vrothberg Any idea what is going on here?

vendor/modules.txt needed another make vendor. I repushed and think it'll turn green now.

@rhatdan rhatdan merged commit ee3aef7 into master May 20, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/opencontainers/runc-1.0.0-rc95 branch May 20, 2021 16:00
@rhatdan
Copy link
Member

rhatdan commented May 20, 2021

@vrothberg Funny I did that myself, and it did not clear it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants