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/containerd/containerd from 1.7.6 to 1.7.7 #11078

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2023

Bumps github.com/containerd/containerd from 1.7.6 to 1.7.7.

Release notes

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

containerd 1.7.7

Welcome to the v1.7.7 release of containerd!

The seventh patch release for containerd 1.7 contains various fixes and updates.

Notable Updates

  • Require plugins to succeed after registering readiness (#9165)
  • Handle unexpected shim kill events (#9132)
  • Build binaries with Go 1.21.1 (#9167)
  • cri: Stop recommending disable_cgroup (#9168)
  • remotes/docker: Fix MountedFrom prefixed with target repository (#9193)
  • remotes: always try to establish tls connection when tls configured (#9188)
  • NRI: Add support for rlimits (#48)

See the changelog for complete list of changes

Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues.

Contributors

  • Derek McGowan
  • Samuel Karp
  • Krisztian Litkey
  • Wei Fu
  • Phil Estes
  • Sebastiaan van Stijn
  • Iceber Gu
  • Mike Brown
  • Akihiro Suda
  • Paweł Gronowski
  • Steve Griffith
  • Aditya Ramani
  • Austin Vazquez
  • Danny Canter
  • James Sturtevant
  • Kern Walster
  • ZP-AlwaysWin

Changes

  • [release/1.7] Prepare release notes for v1.7.7 (#9194)
  • [release/1.7] Allow for images with artifacts to pull (#9149)
    • 6ca0aebf0 Allow for images with artifacts to pull
  • [release 1.7] remotes/docker: Fix MountedFrom prefixed with target repository (#9193)
    • 7df492a95 remotes/docker: Fix MountedFrom prefixed with target repository

... (truncated)

Commits
  • 8c08766 Merge pull request #9194 from dcantah/release-notes-1.7.7
  • a34fa56 Prepare release notes for v1.7.7
  • 8664fca Merge pull request #9149 from jsturtevant/cherry-pick-9142-on-1-7
  • 6ca0aeb Allow for images with artifacts to pull
  • 72e0200 Merge pull request #9193 from vvoland/remotes-docker-mounted-fix-1.7
  • 814f6c2 Merge pull request #9134 from Kern--/release/1.7
  • 781d395 Merge pull request #9188 from dmcgowan/backport-1.7-localhost-http-fallback
  • 7df492a remotes/docker: Fix MountedFrom prefixed with target repository
  • 7779ce6 remotes: always try to establish tls connection when tls configured
  • b3db314 Bump x/net to 0.13
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 10, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/containerd/containerd-1.7.7 branch from 43b6678 to 090b15b Compare October 10, 2023 21:18
@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (ae16bbb) 57.56% compared to head (6fedb8a) 57.51%.
Report is 3 commits behind head on main.

❗ Current head 6fedb8a differs from pull request most recent head 38bc6d5. Consider uploading reports for the commit 38bc6d5 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11078      +/-   ##
==========================================
- Coverage   57.56%   57.51%   -0.06%     
==========================================
  Files         129      129              
  Lines       11243    11243              
==========================================
- Hits         6472     6466       -6     
- Misses       4143     4147       +4     
- Partials      628      630       +2     

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@glours
Copy link
Contributor

glours commented Oct 18, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/containerd/containerd-1.7.7 branch from 090b15b to 6fedb8a Compare October 18, 2023 09:03
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.6 to 1.7.7.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.7.6...v1.7.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
@glours glours force-pushed the dependabot/go_modules/github.com/containerd/containerd-1.7.7 branch from 6fedb8a to 38bc6d5 Compare October 18, 2023 09:20
@glours glours enabled auto-merge October 18, 2023 09:20
@glours glours merged commit cf3e686 into main Oct 18, 2023
22 checks passed
@glours glours deleted the dependabot/go_modules/github.com/containerd/containerd-1.7.7 branch October 18, 2023 09:35
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.

1 participant