Skip to content

build(deps): bump the stargz group with 3 updates #4418

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2025

Bumps the stargz group with 3 updates: github.com/containerd/stargz-snapshotter, github.com/containerd/stargz-snapshotter/estargz and github.com/containerd/stargz-snapshotter/ipfs.

Updates github.com/containerd/stargz-snapshotter from 0.16.3 to 0.17.0

Release notes

Sourced from github.com/containerd/stargz-snapshotter's releases.

v0.17.0

Notable Changes

  • New features
  • Fixes and changes
    • Set maximum filename length to 255 bytes (#2024), thanks to @​wswsmao
    • Fixed EOPNOTSUPP issue on getdents64 (#2063), thanks to @​wswsmao
    • Fixed TTLCache failed to release resources on exit (#2076)
    • Fixed the configuration and docs to prevent GC failures in CRI plugin (#1893)
    • Refactored blob manipulation logic to make it more modular (#1955), thanks to @​ChengyuZhu6
    • Fix zstd:chunked converter error on duplicated blobs (#1885), thanks to @​apostasie
  • Document updates
    • Added docs about how to use Stargz Snapshotter on Lima (#1967)
    • Added docs about how to use Stargz Snapshotter with Transfer Service (#2084)
    • Improved legibility in docs/overview.md (#2061), thanks to @​soulshake
  • CI updates
    • Added tests for wider configrations (FUSE passthrough and FUSE manager) (#2074, #2083, #1914)
    • Fixed dependabot's configuration to avoid CI failures in gomod PRs (#1920, #1941), thanks to @​djdongjin
    • Bump up containerd/project-checks to v1.2.2 (#2004), thanks to @​wswsmao
  • Dependencies

For other changes, refer to the full diff: containerd/stargz-snapshotter@v0.16.3...v0.17.0

Commits
  • 6f6aacb Merge pull request #2088 from ktock/prepare-v0.17.0
  • ff4141a Prepare for v0.17.0
  • dfb9f43 Merge pull request #2087 from containerd/dependabot/go_modules/k8s-7ac0ac0c3e
  • 6bffc90 build(deps): bump the k8s group across 2 directories with 4 updates
  • 56bb07c Merge pull request #2085 from ktock/dockerfilebumpup-a
  • 71c6675 Dockerfile: bump up dependencies
  • 0aab392 Merge pull request #1914 from ktock/fuse-manager-tests
  • 020d347 fuse manager: Ensure cleanup by moving it to the main routine
  • 0270add Fix test to use listen_path field for FUSE manager
  • b4db2b9 Enable CRI Keychain to configure the listening path
  • Additional commits viewable in compare view

Updates github.com/containerd/stargz-snapshotter/estargz from 0.16.3 to 0.17.0

Release notes

Sourced from github.com/containerd/stargz-snapshotter/estargz's releases.

v0.17.0

Notable Changes

  • New features
  • Fixes and changes
    • Set maximum filename length to 255 bytes (#2024), thanks to @​wswsmao
    • Fixed EOPNOTSUPP issue on getdents64 (#2063), thanks to @​wswsmao
    • Fixed TTLCache failed to release resources on exit (#2076)
    • Fixed the configuration and docs to prevent GC failures in CRI plugin (#1893)
    • Refactored blob manipulation logic to make it more modular (#1955), thanks to @​ChengyuZhu6
    • Fix zstd:chunked converter error on duplicated blobs (#1885), thanks to @​apostasie
  • Document updates
    • Added docs about how to use Stargz Snapshotter on Lima (#1967)
    • Added docs about how to use Stargz Snapshotter with Transfer Service (#2084)
    • Improved legibility in docs/overview.md (#2061), thanks to @​soulshake
  • CI updates
    • Added tests for wider configrations (FUSE passthrough and FUSE manager) (#2074, #2083, #1914)
    • Fixed dependabot's configuration to avoid CI failures in gomod PRs (#1920, #1941), thanks to @​djdongjin
    • Bump up containerd/project-checks to v1.2.2 (#2004), thanks to @​wswsmao
  • Dependencies

For other changes, refer to the full diff: containerd/stargz-snapshotter@v0.16.3...v0.17.0

Commits
  • 6f6aacb Merge pull request #2088 from ktock/prepare-v0.17.0
  • ff4141a Prepare for v0.17.0
  • dfb9f43 Merge pull request #2087 from containerd/dependabot/go_modules/k8s-7ac0ac0c3e
  • 6bffc90 build(deps): bump the k8s group across 2 directories with 4 updates
  • 56bb07c Merge pull request #2085 from ktock/dockerfilebumpup-a
  • 71c6675 Dockerfile: bump up dependencies
  • 0aab392 Merge pull request #1914 from ktock/fuse-manager-tests
  • 020d347 fuse manager: Ensure cleanup by moving it to the main routine
  • 0270add Fix test to use listen_path field for FUSE manager
  • b4db2b9 Enable CRI Keychain to configure the listening path
  • Additional commits viewable in compare view

Updates github.com/containerd/stargz-snapshotter/ipfs from 0.16.3 to 0.17.0

Release notes

Sourced from github.com/containerd/stargz-snapshotter/ipfs's releases.

v0.17.0

Notable Changes

  • New features
  • Fixes and changes
    • Set maximum filename length to 255 bytes (#2024), thanks to @​wswsmao
    • Fixed EOPNOTSUPP issue on getdents64 (#2063), thanks to @​wswsmao
    • Fixed TTLCache failed to release resources on exit (#2076)
    • Fixed the configuration and docs to prevent GC failures in CRI plugin (#1893)
    • Refactored blob manipulation logic to make it more modular (#1955), thanks to @​ChengyuZhu6
    • Fix zstd:chunked converter error on duplicated blobs (#1885), thanks to @​apostasie
  • Document updates
    • Added docs about how to use Stargz Snapshotter on Lima (#1967)
    • Added docs about how to use Stargz Snapshotter with Transfer Service (#2084)
    • Improved legibility in docs/overview.md (#2061), thanks to @​soulshake
  • CI updates
    • Added tests for wider configrations (FUSE passthrough and FUSE manager) (#2074, #2083, #1914)
    • Fixed dependabot's configuration to avoid CI failures in gomod PRs (#1920, #1941), thanks to @​djdongjin
    • Bump up containerd/project-checks to v1.2.2 (#2004), thanks to @​wswsmao
  • Dependencies

For other changes, refer to the full diff: containerd/stargz-snapshotter@v0.16.3...v0.17.0

Commits
  • 6f6aacb Merge pull request #2088 from ktock/prepare-v0.17.0
  • ff4141a Prepare for v0.17.0
  • dfb9f43 Merge pull request #2087 from containerd/dependabot/go_modules/k8s-7ac0ac0c3e
  • 6bffc90 build(deps): bump the k8s group across 2 directories with 4 updates
  • 56bb07c Merge pull request #2085 from ktock/dockerfilebumpup-a
  • 71c6675 Dockerfile: bump up dependencies
  • 0aab392 Merge pull request #1914 from ktock/fuse-manager-tests
  • 020d347 fuse manager: Ensure cleanup by moving it to the main routine
  • 0270add Fix test to use listen_path field for FUSE manager
  • b4db2b9 Enable CRI Keychain to configure the listening path
  • Additional commits viewable in compare view

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 <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 22, 2025
@AkihiroSuda AkihiroSuda added this to the v2.1.4 milestone Jul 31, 2025
@AkihiroSuda
Copy link
Member

go: go.mod requires go >= 1.24.0 (running go 1.23.11; GOTOOLCHAIN=local)

https://github.com/containerd/nerdctl/actions/runs/16456745820/job/47094233670?pr=4418

@AkihiroSuda AkihiroSuda removed this from the v2.1.4 milestone Jul 31, 2025
Bumps the stargz group with 3 updates: [github.com/containerd/stargz-snapshotter](https://github.com/containerd/stargz-snapshotter), [github.com/containerd/stargz-snapshotter/estargz](https://github.com/containerd/stargz-snapshotter) and [github.com/containerd/stargz-snapshotter/ipfs](https://github.com/containerd/stargz-snapshotter).


Updates `github.com/containerd/stargz-snapshotter` from 0.16.3 to 0.17.0
- [Release notes](https://github.com/containerd/stargz-snapshotter/releases)
- [Commits](containerd/stargz-snapshotter@v0.16.3...v0.17.0)

Updates `github.com/containerd/stargz-snapshotter/estargz` from 0.16.3 to 0.17.0
- [Release notes](https://github.com/containerd/stargz-snapshotter/releases)
- [Commits](containerd/stargz-snapshotter@v0.16.3...v0.17.0)

Updates `github.com/containerd/stargz-snapshotter/ipfs` from 0.16.3 to 0.17.0
- [Release notes](https://github.com/containerd/stargz-snapshotter/releases)
- [Commits](containerd/stargz-snapshotter@v0.16.3...v0.17.0)

---
updated-dependencies:
- dependency-name: github.com/containerd/stargz-snapshotter
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stargz
- dependency-name: github.com/containerd/stargz-snapshotter/estargz
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stargz
- dependency-name: github.com/containerd/stargz-snapshotter/ipfs
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stargz
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/stargz-d022c141fa branch from 75f9bc6 to 7600d35 Compare July 31, 2025 22:06
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant