Commit 9061a61
authored
Bump github.com/opencontainers/runc from 1.1.12 to 1.1.14 in /integration (#28)
Bumps
[github.com/opencontainers/runc](https://github.com/opencontainers/runc)
from 1.1.12 to 1.1.14.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/opencontainers/runc/releases">github.com/opencontainers/runc's
releases</a>.</em></p>
<blockquote>
<h2>runc v1.1.14 -- "年を取っていいことは、驚かなくなることね。"</h2>
<p>This is the fourteenth patch release in the 1.1.z release branch of
runc. It includes a fix for a low severity security issue
(CVE-2024-45310) as well as some minor build-related fixes (including Go
1.23 support).</p>
<ul>
<li>Fix <a
href="https://github.com/opencontainers/runc/security/advisories/GHSA-jfvp-7x6p-h2pv">CVE-2024-45310</a>,
a low-severity attack that allowed
maliciously configured containers to create empty files and directories
on
the host.</li>
<li>Add support for Go 1.23. (<a
href="https://redirect.github.com/opencontainers/runc/issues/4360">#4360</a>,
<a
href="https://redirect.github.com/opencontainers/runc/issues/4372">#4372</a>)</li>
<li>Revert "allow overriding VERSION value in Makefile" and
add EXTRA_VERSION.
(<a
href="https://redirect.github.com/opencontainers/runc/issues/4370">#4370</a>,
<a
href="https://redirect.github.com/opencontainers/runc/issues/4382">#4382</a>)</li>
<li>rootfs: consolidate mountpoint creation logic. (<a
href="https://redirect.github.com/opencontainers/runc/issues/4359">#4359</a>)</li>
</ul>
<h3>Static Linking Notices</h3>
<p>The <code>runc</code> binary distributed with this release are
<em>statically linked</em> with
the following <a
href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html">GNU
LGPL-2.1</a> licensed libraries, with <code>runc</code> acting
as a "work that uses the Library":</p>
<ul>
<li><a href="https://github.com/seccomp/libseccomp">libseccomp</a></li>
</ul>
<p>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.</p>
<p>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.</p>
<!-- raw HTML omitted -->
<p>Thanks to all of the contributors who made this release possible:</p>
<ul>
<li>Akihiro Suda <a
href="mailto:akihiro.suda.cz@hco.ntt.co.jp">akihiro.suda.cz@hco.ntt.co.jp</a></li>
<li>Aleksa Sarai <a
href="mailto:cyphar@cyphar.com">cyphar@cyphar.com</a></li>
<li>Kir Kolyshkin <a
href="mailto:kolyshkin@gmail.com">kolyshkin@gmail.com</a></li>
<li>Rodrigo Campos <a
href="mailto:rodrigoca@microsoft.com">rodrigoca@microsoft.com</a></li>
<li>Sebastiaan van Stijn <a
href="mailto:thaJeztah@users.noreply.github.com">thaJeztah@users.noreply.github.com</a></li>
<li>lifubang <a
href="mailto:lifubang@acmcoder.com">lifubang@acmcoder.com</a></li>
</ul>
<p>Signed-off-by: Aleksa Sarai <a
href="mailto:cyphar@cyphar.com">cyphar@cyphar.com</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/opencontainers/runc/blob/main/CHANGELOG.md">github.com/opencontainers/runc's
changelog</a>.</em></p>
<blockquote>
<h2>[1.1.14] - 2024-09-03</h2>
<blockquote>
<p>年を取っていいことは、驚かなくなることね。</p>
</blockquote>
<h3>Security</h3>
<ul>
<li>Fix <a
href="https://github.com/opencontainers/runc/security/advisories/GHSA-jfvp-7x6p-h2pv">CVE-2024-45310</a>,
a low-severity attack that allowed
maliciously configured containers to create empty files and directories
on
the host.</li>
</ul>
<h3>Added</h3>
<ul>
<li>Add support for Go 1.23. (<a
href="https://redirect.github.com/opencontainers/runc/issues/4360">#4360</a>,
<a
href="https://redirect.github.com/opencontainers/runc/issues/4372">#4372</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Revert "allow overriding VERSION value in Makefile" and
add <code>EXTRA_VERSION</code>.
(<a
href="https://redirect.github.com/opencontainers/runc/issues/4370">#4370</a>,
<a
href="https://redirect.github.com/opencontainers/runc/issues/4382">#4382</a>)</li>
<li>rootfs: consolidate mountpoint creation logic. (<a
href="https://redirect.github.com/opencontainers/runc/issues/4359">#4359</a>)</li>
</ul>
<h2>[1.1.13] - 2024-06-13</h2>
<blockquote>
<p>There is no certainty in the world. This is the only certainty I
have.</p>
</blockquote>
<h3>Important Notes</h3>
<ul>
<li>If building with Go 1.22.x, make sure to use 1.22.4 or a later
version.
(see <a
href="https://redirect.github.com/opencontainers/runc/issues/4233">#4233</a>
for more details)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Support go 1.22.4+. (<a
href="https://redirect.github.com/opencontainers/runc/issues/4313">#4313</a>)</li>
<li>runc list: fix race with runc delete. (<a
href="https://redirect.github.com/opencontainers/runc/issues/4231">#4231</a>)</li>
<li>Fix set nofile rlimit error. (<a
href="https://redirect.github.com/opencontainers/runc/issues/4277">#4277</a>,
<a
href="https://redirect.github.com/opencontainers/runc/issues/4299">#4299</a>)</li>
<li>libct/cg/fs: fix setting rt_period vs rt_runtime. (<a
href="https://redirect.github.com/opencontainers/runc/issues/4284">#4284</a>)</li>
<li>Fix a debug msg for user ns in nsexec. (<a
href="https://redirect.github.com/opencontainers/runc/issues/4315">#4315</a>)</li>
<li>script/*: fix gpg usage wrt keyboxd. (<a
href="https://redirect.github.com/opencontainers/runc/issues/4316">#4316</a>)</li>
<li>CI fixes and misc backports. (<a
href="https://redirect.github.com/opencontainers/runc/issues/4241">#4241</a>)</li>
<li>Fix codespell warnings. (<a
href="https://redirect.github.com/opencontainers/runc/issues/4300">#4300</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Silence security false positives from golang/net. (<a
href="https://redirect.github.com/opencontainers/runc/issues/4244">#4244</a>)</li>
<li>libcontainer: allow containers to make apps think fips is
enabled/disabled for testing. (<a
href="https://redirect.github.com/opencontainers/runc/issues/4257">#4257</a>)</li>
<li>allow overriding VERSION value in Makefile. (<a
href="https://redirect.github.com/opencontainers/runc/issues/4270">#4270</a>)</li>
<li>Vagrantfile.fedora: bump Fedora to 39. (<a
href="https://redirect.github.com/opencontainers/runc/issues/4261">#4261</a>)</li>
<li>ci/cirrus: rm centos stream 8. (<a
href="https://redirect.github.com/opencontainers/runc/issues/4305">#4305</a>,
<a
href="https://redirect.github.com/opencontainers/runc/issues/4308">#4308</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/opencontainers/runc/commit/2c9f5602f0ba3d9da1c2596322dfc4e156844890"><code>2c9f560</code></a>
VERSION: release 1.1.14</li>
<li><a
href="https://github.com/opencontainers/runc/commit/a86c3d88370ab5d2accfd64488c2da105f540f1c"><code>a86c3d8</code></a>
Merge commit from fork</li>
<li><a
href="https://github.com/opencontainers/runc/commit/f0b652ea61ff6750a8fcc69865d45a7abf37accf"><code>f0b652e</code></a>
[1.1] rootfs: try to scope MkdirAll to stay inside the rootfs</li>
<li><a
href="https://github.com/opencontainers/runc/commit/8781993968fd964ac723ff5f360b6f259e809a3e"><code>8781993</code></a>
[1.1] rootfs: consolidate mountpoint creation logic</li>
<li><a
href="https://github.com/opencontainers/runc/commit/6419fbabfbd6317f806748abb18c23e1369b7073"><code>6419fba</code></a>
Merge pull request <a
href="https://redirect.github.com/opencontainers/runc/issues/4382">#4382</a>
from rata/Makefile-override-fixes</li>
<li><a
href="https://github.com/opencontainers/runc/commit/0514204d6fcca144d54b6db32a8112c135fca0b7"><code>0514204</code></a>
Makefile: Add EXTRA_VERSION</li>
<li><a
href="https://github.com/opencontainers/runc/commit/18cdc3476f911b0905d46a6680130c5133b33354"><code>18cdc34</code></a>
Revert "allow overriding VERSION value in Makefile"</li>
<li><a
href="https://github.com/opencontainers/runc/commit/f3f71a9347f0fbb6122a89f8f54a129c4cd8e278"><code>f3f71a9</code></a>
Merge pull request <a
href="https://redirect.github.com/opencontainers/runc/issues/4372">#4372</a>
from kolyshkin/1.1-go123</li>
<li><a
href="https://github.com/opencontainers/runc/commit/7f75aec407e8df28ca0a3a47d3913681e334a93b"><code>7f75aec</code></a>
[1.1] Add Go 1.23, drop 1.21</li>
<li><a
href="https://github.com/opencontainers/runc/commit/931f46304b3d1996a4bbae43f72e885b50a7b2b0"><code>931f463</code></a>
Merge pull request <a
href="https://redirect.github.com/opencontainers/runc/issues/4361">#4361</a>
from austinvazquez/backport-protobuf-updates-to-1.1</li>
<li>Additional commits viewable in <a
href="https://github.com/opencontainers/runc/compare/v1.1.12...v1.1.14">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/poki/mongodb-filter-to-postgres/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent a45783e commit 9061a61
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
| 90 | + | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments