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.1.9 to 1.1.10 #17541

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps github.com/opencontainers/runc from 1.1.9 to 1.1.10.

Changelog

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

[1.1.10] - 2023-10-31

Śruba, przykręcona we śnie, nie zmieni sytuacji, jaka panuje na jawie.

Added

  • Support for hugetlb.<pagesize>.rsvd limiting and accounting. Fixes the issue of postres failing when hugepage limits are set. (#3859, #4077)

Fixed

  • Fixed permissions of a newly created directories to not depend on the value of umask in tmpcopyup feature implementation. (#3991, #4060)
  • libcontainer: cgroup v1 GetStats now ignores missing kmem.limit_in_bytes (fixes the compatibility with Linux kernel 6.1+). (#4028)
  • Fix a semi-arbitrary cgroup write bug when given a malicious hugetlb configuration. This issue is not a security issue because it requires a malicious config.json, which is outside of our threat model. (#4103)
  • Various CI fixes. (#4081, #4055)
Commits
  • 18a0cb0 VERSION: release 1.1.10
  • 7b469c9 Merge pull request from GHSA-5g49-rx9x-qfc6
  • b426e9b libct/cgroups.OpenFile: clean "file" argument
  • e1adc7f Merge pull request #4077 from kolyshkin/1.1-4073
  • 8214e63 libct/cg: support hugetlb rsvd
  • f8be700 [1.1] tests/int/helpers: add get_cgroup_path
  • 5ba0e01 merge #4081 into opencontainers/runc:release-1.1
  • 1f66027 ci/gha: fix downloading Release.key
  • 42acc58 Merge pull request #4060 from kolyshkin/1.1-4056
  • 5a5b2cc Fix directory perms vs umask for tmpcopyup
  • 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 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)

Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.9 to 1.1.10.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.10/CHANGELOG.md)
- [Commits](opencontainers/runc@v1.1.9...v1.1.10)

---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 1, 2023
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Nov 1, 2023
@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Nov 1, 2023
@k8s-ci-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Nov 1, 2023
@minikube-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@spowelljr
Copy link
Member

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Nov 2, 2023
@minikube-pr-bot

This comment has been minimized.

@minikube-pr-bot

This comment has been minimized.

@spowelljr
Copy link
Member

/retest-this-please

@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 17541) |
+----------------+----------+---------------------+
| minikube start | 51.1s    | 51.8s               |
| enable ingress | 27.9s    | 27.2s               |
+----------------+----------+---------------------+

Times for minikube start: 50.9s 49.7s 53.2s 49.7s 51.8s
Times for minikube (PR 17541) start: 53.9s 50.3s 52.3s 50.7s 51.7s

Times for minikube ingress: 26.7s 27.7s 29.6s 27.6s 28.1s
Times for minikube (PR 17541) ingress: 28.7s 24.2s 28.2s 27.6s 27.5s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 17541) |
+----------------+----------+---------------------+
| minikube start | 21.7s    | 23.6s               |
| enable ingress | 20.4s    | 19.9s               |
+----------------+----------+---------------------+

Times for minikube start: 22.1s 21.6s 22.1s 21.7s 21.0s
Times for minikube (PR 17541) start: 24.9s 22.0s 25.2s 24.0s 21.7s

Times for minikube ingress: 20.8s 18.8s 20.8s 20.8s 20.9s
Times for minikube (PR 17541) ingress: 20.8s 18.8s 20.3s 20.8s 18.8s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 17541) |
+----------------+----------+---------------------+
| minikube start | 21.5s    | 22.3s               |
| enable ingress | 31.1s    | 33.7s               |
+----------------+----------+---------------------+

Times for minikube start: 20.2s 20.5s 23.6s 23.2s 20.0s
Times for minikube (PR 17541) start: 23.1s 22.9s 21.3s 21.3s 22.9s

Times for minikube ingress: 30.3s 31.3s 31.3s 31.3s 31.3s
Times for minikube (PR 17541) ingress: 20.3s 18.3s 19.3s 31.4s 79.3s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
KVM_Linux_containerd TestAddons/parallel/NvidiaDevicePlugin (gopogh) 0.74 (chart)
Hyperkit_macOS TestFunctional/parallel/CertSync (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/CpCmd (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/DashboardCmd (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/DockerEnv/bash (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/FileSync (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageBuild (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageListShort (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageListTable (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageListYaml (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageLoadDaemon (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageLoadFromFile (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageReloadDaemon (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageSaveToFile (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/MySQL (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/NodeLabels (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/NonActiveRuntimeDisabled (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/PersistentVolumeClaim (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/ServiceCmdConnect (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/ServiceCmd/DeployApp (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/ServiceCmd/Format (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/ServiceCmd/HTTPS (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/ServiceCmd/JSONOutput (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/ServiceCmd/List (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/ServiceCmd/URL (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/SSHCmd (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/StatusCmd (gopogh) 30.20 (chart)
Hyperkit_macOS TestFunctional/parallel/TunnelCmd/serial/AccessDirect (gopogh) 30.20 (chart)
More tests... Continued...

Too many tests failed - See test logs for more details.

To see the flake rates of all tests by environment, click here.

@spowelljr spowelljr merged commit da0bfcb into master Nov 8, 2023
34 of 35 checks passed
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], spowelljr

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 8, 2023
@spowelljr spowelljr deleted the dependabot/go_modules/github.com/opencontainers/runc-1.1.10 branch November 8, 2023 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file go Pull requests that update Go code ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants