chore(deps): update all dependencies #33

Merged
kjuulh merged 1 commits from renovate/all into main 2022-11-15 19:08:13 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
cypress devDependencies minor 11.0.1 -> 11.1.0
github.com/containerd/containerd require patch v1.6.9 -> v1.6.10
github.com/tonistiigi/fsutil require digest 2ac073b -> 0127568

Release Notes

cypress-io/cypress

v11.1.0

Changelog: https://docs.cypress.io/guides/references/changelog#​11-1-0

containerd/containerd

v1.6.10: containerd 1.6.10

Compare Source

Welcome to the v1.6.10 release of containerd!

The tenth patch release for containerd 1.6 contains various fixes, including a CVE fix for Windows platforms.

Notable Updates
  • Always check userxattr for overlay on kernels >= 5.11 (#​7646)
  • Bump hcsshim to 0.9.5 to fix container shutdown bug on Windows (#​7610
  • Bump Go version to 1.18.8 to address CVE-2022-41716 (#​7634)

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
  • Akihiro Suda
  • Danny Canter
  • Kazuyoshi Kato
  • Austin Vazquez
  • Derek McGowan
  • Gavin Inglis
  • Kathryn Baldauf
  • Kevin Parsons
  • Phil Estes
  • Sebastiaan van Stijn
  • Yasin Turan
Changes
14 commits

  • release/1.6] Prepare release notes for v1.6.10 ([#​7664](https://github.com/containerd/containerd/pull/7664))
    -   Prepare release notes for v1.6.10
    
  • release/1.6] overlayutils: Add fastpath for userxattr check ([#​7646](https://github.com/containerd/containerd/pull/7646))
    -   overlayutils: Add fastpath for userxattr check
    
  • release/1.6] update to Go 1.18.8 to address CVE-2022-41716 ([#​7634](https://github.com/containerd/containerd/pull/7634))
    -   \[release/1.6] update to Go 1.18.8 to address CVE-2022-41716
    
  • release/1.6] ctr export strictly match default platform ([#​7627](https://github.com/containerd/containerd/pull/7627))
    -   ctr export strictly match default platform
    
  • release/1.6] go.mod: Bump hcsshim to v0.9.5 ([#​7610](https://github.com/containerd/containerd/pull/7610))
    -   \[release/1.6] go.mod: Bump hcsshim to v0.9.5
    
  • release/1.6] ctr import: strictly match platform ([#​7594](https://github.com/containerd/containerd/pull/7594))
    -   ctr import: strictly match platform
    
  • release/1.6] cherry-pick: Migrate away from GitHub actions set-output ([#​7582](https://github.com/containerd/containerd/pull/7582))
    -   Migrate away from GitHub actions set-output
    
    

Dependency Changes
  • github.com/Microsoft/hcsshim v0.9.4 -> v0.9.5

Previous release can be found at v1.6.9


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cypress](https://github.com/cypress-io/cypress) | devDependencies | minor | [`11.0.1` -> `11.1.0`](https://renovatebot.com/diffs/npm/cypress/11.0.1/11.1.0) | | [github.com/containerd/containerd](https://github.com/containerd/containerd) | require | patch | `v1.6.9` -> `v1.6.10` | | [github.com/tonistiigi/fsutil](https://github.com/tonistiigi/fsutil) | require | digest | `2ac073b` -> `0127568` | --- ### Release Notes <details> <summary>cypress-io/cypress</summary> ### [`v11.1.0`](https://github.com/cypress-io/cypress/releases/tag/v11.1.0) Changelog: https://docs.cypress.io/guides/references/changelog#&#8203;11-1-0 </details> <details> <summary>containerd/containerd</summary> ### [`v1.6.10`](https://github.com/containerd/containerd/releases/tag/v1.6.10): containerd 1.6.10 [Compare Source](https://github.com/containerd/containerd/compare/v1.6.9...v1.6.10) Welcome to the v1.6.10 release of containerd! The tenth patch release for containerd 1.6 contains various fixes, including a CVE fix for Windows platforms. ##### Notable Updates - **Always check userxattr for overlay on kernels >= 5.11** ([#&#8203;7646](https://github.com/containerd/containerd/pull/7646)) - **Bump hcsshim to 0.9.5 to fix container shutdown bug on Windows** ([#&#8203;7610](https://github.com/containerd/containerd/pull/7610) - **Bump Go version to 1.18.8 to address CVE-2022-41716** ([#&#8203;7634](https://github.com/containerd/containerd/pull/7634)) 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 - Akihiro Suda - Danny Canter - Kazuyoshi Kato - Austin Vazquez - Derek McGowan - Gavin Inglis - Kathryn Baldauf - Kevin Parsons - Phil Estes - Sebastiaan van Stijn - Yasin Turan ##### Changes <details><summary>14 commits</summary> <p> - \[release/1.6] Prepare release notes for v1.6.10 ([#&#8203;7664](https://github.com/containerd/containerd/pull/7664)) - Prepare release notes for v1.6.10 - \[release/1.6] overlayutils: Add fastpath for userxattr check ([#&#8203;7646](https://github.com/containerd/containerd/pull/7646)) - overlayutils: Add fastpath for userxattr check - \[release/1.6] update to Go 1.18.8 to address CVE-2022-41716 ([#&#8203;7634](https://github.com/containerd/containerd/pull/7634)) - \[release/1.6] update to Go 1.18.8 to address CVE-2022-41716 - \[release/1.6] ctr export strictly match default platform ([#&#8203;7627](https://github.com/containerd/containerd/pull/7627)) - ctr export strictly match default platform - \[release/1.6] go.mod: Bump hcsshim to v0.9.5 ([#&#8203;7610](https://github.com/containerd/containerd/pull/7610)) - \[release/1.6] go.mod: Bump hcsshim to v0.9.5 - \[release/1.6] ctr import: strictly match platform ([#&#8203;7594](https://github.com/containerd/containerd/pull/7594)) - ctr import: strictly match platform - \[release/1.6] cherry-pick: Migrate away from GitHub actions set-output ([#&#8203;7582](https://github.com/containerd/containerd/pull/7582)) - Migrate away from GitHub actions set-output </p> </details> ##### Dependency Changes - **github.com/Microsoft/hcsshim** v0.9.4 -> v0.9.5 Previous release can be found at [v1.6.9](https://github.com/containerd/containerd/releases/tag/v1.6.9) </details> --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjMuMSJ9-->
kjuulh changed title from fix(deps): update module github.com/containerd/containerd to v1.6.10 to fix(deps): update all dependencies 2022-11-14 21:08:24 +01:00
kjuulh force-pushed renovate/all from 071b67470b to 9be4921504 2022-11-14 21:08:25 +01:00 Compare
kjuulh force-pushed renovate/all from 9be4921504 to 9962591255 2022-11-15 18:04:00 +01:00 Compare
kjuulh force-pushed renovate/all from 9962591255 to b0a00e9368 2022-11-15 18:49:15 +01:00 Compare
kjuulh changed title from fix(deps): update all dependencies to chore(deps): update all dependencies 2022-11-15 18:49:18 +01:00
kjuulh merged commit b0a00e9368 into main 2022-11-15 19:08:13 +01:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/dagger#33
No description provided.