Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
opencontainers/runc (opencontainers/runc)
### [`v1.1.9`](https://togithub.com/opencontainers/runc/releases/tag/v1.1.9): runc 1.1.9 -- "There is a crack in everything. That's how the light gets in."
[Compare Source](https://togithub.com/opencontainers/runc/compare/v1.1.8...v1.1.9)
This is the ninth patch release of the 1.1.z release branch of runc.
It fixes a regression introduced in 1.1.8, a bugfix in intelrdt, and
a libcontainer fix to cgroup v2 statistics reporting.
- Added go 1.21 to the CI matrix; other CI updates. ([#3976](https://togithub.com/opencontainers/runc/issues/3976), [#3958](https://togithub.com/opencontainers/runc/issues/3958))
- Fixed losing sticky bit on tmpfs (a regression in 1.1.8). ([#3952](https://togithub.com/opencontainers/runc/issues/3952), [#3961](https://togithub.com/opencontainers/runc/issues/3961))
- intelrdt: fixed ignoring ClosID on some systems. ([#3550](https://togithub.com/opencontainers/runc/issues/3550), [#3978](https://togithub.com/opencontainers/runc/issues/3978))
- Sum `anon` and `file` from `memory.stat` for cgroupv2 root usage,
as the root does not have `memory.current` for cgroupv2.
This aligns cgroupv2 root usage more closely with cgroupv1 reporting.
Additionally, report root swap usage as sum of swap and memory usage,
aligned with v1 and existing non-root v2 reporting. ([#3933](https://togithub.com/opencontainers/runc/issues/3933))
##### Static Linking Notices
The `runc` binary distributed with this release are *statically linked* with
the following [GNU LGPL-2.1][lgpl-2.1] licensed libraries, with `runc` acting
as a "work that uses the Library":
[lgpl-2.1]: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
- [libseccomp](https://togithub.com/seccomp/libseccomp)
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 all of the contributors who made this release possible:
- Akhil Mohan
- Akihiro Suda
- Aleksa Sarai
- Alexander Eldeib
- Cory Snider
- Kir Kolyshkin
- lifubang
- Mrunal Patel
Signed-off-by: Aleksa Sarai
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
1.1.8
->1.1.9
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
opencontainers/runc (opencontainers/runc)
### [`v1.1.9`](https://togithub.com/opencontainers/runc/releases/tag/v1.1.9): runc 1.1.9 -- "There is a crack in everything. That's how the light gets in." [Compare Source](https://togithub.com/opencontainers/runc/compare/v1.1.8...v1.1.9) This is the ninth patch release of the 1.1.z release branch of runc. It fixes a regression introduced in 1.1.8, a bugfix in intelrdt, and a libcontainer fix to cgroup v2 statistics reporting. - Added go 1.21 to the CI matrix; other CI updates. ([#3976](https://togithub.com/opencontainers/runc/issues/3976), [#3958](https://togithub.com/opencontainers/runc/issues/3958)) - Fixed losing sticky bit on tmpfs (a regression in 1.1.8). ([#3952](https://togithub.com/opencontainers/runc/issues/3952), [#3961](https://togithub.com/opencontainers/runc/issues/3961)) - intelrdt: fixed ignoring ClosID on some systems. ([#3550](https://togithub.com/opencontainers/runc/issues/3550), [#3978](https://togithub.com/opencontainers/runc/issues/3978)) - Sum `anon` and `file` from `memory.stat` for cgroupv2 root usage, as the root does not have `memory.current` for cgroupv2. This aligns cgroupv2 root usage more closely with cgroupv1 reporting. Additionally, report root swap usage as sum of swap and memory usage, aligned with v1 and existing non-root v2 reporting. ([#3933](https://togithub.com/opencontainers/runc/issues/3933)) ##### Static Linking Notices The `runc` binary distributed with this release are *statically linked* with the following [GNU LGPL-2.1][lgpl-2.1] licensed libraries, with `runc` acting as a "work that uses the Library": [lgpl-2.1]: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html - [libseccomp](https://togithub.com/seccomp/libseccomp) 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 all of the contributors who made this release possible: - Akhil Mohan
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.