kubevirt / containerdisks

Officially built and maintained containerdisks of the KubeVirt project
https://quay.io/containerdisks
Apache License 2.0
25 stars 22 forks source link

chore(deps): Bump the production-dependencies group with 5 updates #172

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the production-dependencies group with 5 updates:

Package From To
k8s.io/apimachinery 0.30.3 0.31.0
k8s.io/utils 0.0.0-20240502163921-fe8a2dddb1d0 0.0.0-20240711033017-18e509b52bc8
github.com/docker/cli 27.1.1+incompatible 27.1.2+incompatible
github.com/docker/docker 27.1.1+incompatible 27.1.2+incompatible
github.com/google/pprof 0.0.0-20240424215950-a892ee059fd6 0.0.0-20240525223248-4bfdf5a9a2af

Updates k8s.io/apimachinery from 0.30.3 to 0.31.0

Commits
  • a8f449e Falls back to SPDY for gorilla/websocket https proxy error
  • 62791ec Merge pull request #125571 from liggitt/filter-auth-02-sar
  • cc2ba35 add field and label selectors to authorization attributes
  • ce76a8f generate
  • 35052c5 add subjectaccessreview field and label selectors
  • ab06869 Merge pull request #126105 from benluddy/cbor-framer
  • 429f4e4 Implement runtime.Framer for CBOR Sequences.
  • d7e1c53 Merge pull request #126018 from aroradaman/bump-k8s-utils
  • 07cb122 Merge pull request #125748 from benluddy/cbor-custom-marshalers
  • dd17456 bump k8s.io/utils
  • Additional commits viewable in compare view


Updates k8s.io/utils from 0.0.0-20240502163921-fe8a2dddb1d0 to 0.0.0-20240711033017-18e509b52bc8

Commits


Updates github.com/docker/cli from 27.1.1+incompatible to 27.1.2+incompatible

Commits
  • d01f264 Merge pull request #5333 from thaJeztah/27.x_bump_engine
  • 65dec14 vendor: github.com/docker/docker f9522e5e96c3 (v27.1.2-dev)
  • 1f80c54 Merge pull request #5339 from thaJeztah/27.x_backport_fix_bps_limit
  • 33573e2 Merge pull request #5343 from dvdksn/cp-docs-manuals-refactor-linkfix
  • 73452e3 docs: update internal links after refactor
  • bcd90be docs: fix link to http proxy document
  • f62c68e Merge pull request #5337 from vvoland/5327-27.x
  • 946d109 run: fix GetList return empty issue for throttledevice
  • 096e42b Merge pull request #5335 from vvoland/5310-27.x
  • 984ef90 plugins: don't panic on Close if PluginServer nil
  • Additional commits viewable in compare view


Updates github.com/docker/docker from 27.1.1+incompatible to 27.1.2+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

v27.1.2

27.1.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • Fix a regression that could result in a ResourceExhausted desc = grpc: received message larger than max error when building from a large Dockerfile. moby/moby#48245
  • CLI: Fix docker attach printing a spurious context cancelled error message. docker/cli#5296
  • CLI: Fix docker attach exiting on SIGINT instead of forwarding the signal to the container and waiting for it to exit. docker/cli#5302
  • CLI: Fix --device-read-bps and --device-write-bps options not taking effect. docker/cli#5339
  • CLI: Fix a panic happening in some cases while running a plugin. docker/cli#5337

Packaging updates

Commits
  • f9522e5 Merge pull request #48315 from vvoland/48169-27.x
  • a037b72 Merge pull request #48314 from vvoland/48275-27.x
  • fc0150b daemon/containerd: rm use of regexp
  • 73c01d0 image/v1: rm regexp use
  • c93fe4a layer: rm regexp use
  • 31459c8 docs/api: swagger: fix x-nullable for SystemInfo.Containerd (api v1.46)
  • 35d430c api/swagger: fix x-nullable for SystemInfo.Containerd
  • f5fa090 Merge pull request #48308 from thaJeztah/27.x_backport_migrate_userns
  • a17f5d4 Merge pull request #48294 from austinvazquez/cherry-pick-2b5ffa0b63c76e8bb4eb...
  • 80a59c2 migrate to github.com/moby/sys/userns
  • Additional commits viewable in compare view


Updates github.com/google/pprof from 0.0.0-20240424215950-a892ee059fd6 to 0.0.0-20240525223248-4bfdf5a9a2af

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
kubevirt-bot commented 1 month ago

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

PRs from untrusted users cannot be marked as trusted with /ok-to-test in this repo meaning untrusted PR authors can never trigger tests themselves. Collaborators can still trigger tests on the PR using /test all.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
kubevirt-bot commented 1 month ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: 0xFelix

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: - ~~[OWNERS](https://github.com/kubevirt/containerdisks/blob/main/OWNERS)~~ [0xFelix] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
kubevirt-bot commented 1 month ago

@dependabot[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-containerdisks-build ca10aa207ff635ed4cf8c177477951d84641c1f5 link true /test pull-containerdisks-build
Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
dependabot[bot] commented 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.