Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2025

Bumps the root-deps group with 8 updates:

Package From To
github.com/containerd/stargz-snapshotter/estargz 0.16.3 0.18.1
github.com/docker/cli 28.2.2+incompatible 29.0.0+incompatible
github.com/docker/docker 28.2.2+incompatible 28.5.2+incompatible
github.com/klauspost/compress 1.18.0 1.18.1
github.com/spf13/cobra 1.9.1 1.10.1
golang.org/x/oauth2 0.30.0 0.33.0
golang.org/x/sync 0.15.0 0.17.0
golang.org/x/tools 0.34.0 0.38.0

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

Release notes

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

v0.18.1

Notable Changes

  • Avoid repeated decompression and further utilize the --GH option to speed up conversion (#2145), thanks to @​escapefreeg
  • Improved sortEntries performance (#2153), thanks to @​wswsmao

v0.18.0

Notable Changes

  • Fixed restoring error of snapshots on unexpected restart of stargz snapshotter (#2091, #2092), thanks to @​wswsmao
  • Added FadvDontNeed option to reduce pagecache consumption in stargz snapshotter (#2095), thanks to @​wswsmao
  • Removed testing dependency from code outside tests (#2098), thanks to @​rosstimothy
  • Added all option for the ctr-remote's --gpus flag (#2102, #2118), thanks to @​wswsmao
  • Added --prefetch-list flag to ctr-remote (#2113, #2148), thanks to @​wswsmao
  • Enabled deduplication in ImageRecorder.Record (#2116), thanks to @​wswsmao
  • Fixed potential data race in nativeconverter/estargz (#2133), thanks to @​escapefreeg
  • Added support of decompression helpers in ctr-remote for better conversion speed (#2117), thanks to @​escapefreeg
  • Improved logging behaviour in fusemanager (#2135), thanks to @​mmonaco
  • Fixed to preserve normal snapshots during cleanup in stargz snapshotter (#2127), thanks to @​ChengyuZhu6
  • Fixed lazy pulling failure on images with empty layers (#2137)
  • Fixed stargz snapshotter to run without depending on fusermount by default (#2146)
  • Enabled ctr-remote to capture early file access (#2129), thanks to @​wswsmao
  • Refactors and document fixes (#2112, #2150), thanks to @​wswsmao

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

... (truncated)

Commits
  • 60de78b Merge pull request #2167 from ktock/prepare-v0.18.1
  • d676264 Prepare for v0.18.1
  • b53f30b Merge pull request #2164 from containerd/dependabot/go_modules/gomod-30043e7df9
  • 9f66f8d Merge pull request #2165 from AkihiroSuda/containerd-2.1.5
  • 7a0b484 Dockerfile: update runc (1.3.3)
  • abedc76 Dockerfile: update containerd (2.1.5)
  • 0caa3c2 go.mod: github.com/containerd/containerd/v2 v2.1.5
  • 1274e2a build(deps): bump github.com/docker/cli
  • dca1521 Merge pull request #2162 from ktock/golangci-lint-2.6
  • 7c03a01 Fix golangci-lint "misspell" error
  • Additional commits viewable in compare view

Updates github.com/docker/cli from 28.2.2+incompatible to 29.0.0+incompatible

Commits
  • 3d4129b Merge pull request #6644 from thaJeztah/connhelper_nowarn
  • d787e70 cli/connhelper/commandcon: remove warn logs
  • e730f6f Merge pull request #6643 from thaJeztah/bump_modules2
  • 6ac3f93 Merge pull request #6578 from thaJeztah/bump_otel_semconv
  • ebc1995 vendor: github.com/moby/moby/api v1.52.0, moby/client v0.1.0
  • 31d1a59 Merge pull request #6642 from vvoland/swarm-compose-work
  • ad96811 swarm: Add memory swap support (no stack/compose support)
  • 6ba06b5 Revert "cli/compose: add schema 3.14 (no changes from 3.13 yet)"
  • e0716b5 Revert "Add memory swap to swarm"
  • 179efae Merge pull request #6641 from thaJeztah/bump_modules
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 28.2.2+incompatible to 28.5.2+incompatible

Release notes

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

v28.5.2

28.5.2

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

[!CAUTION] This release contains fixes for three high-severity security vulnerabilities in runc:

All three vulnerabilities ultimately allow (through different methods) for full container breakouts by bypassing runc's restrictions for writing to arbitrary /proc files.

Packaging updates

Bug fixes and enhancements

Deprecations

  • Go-SDK: cli/command/image/build: deprecate DefaultDockerfileName, DetectArchiveReader, WriteTempDockerfile, ResolveAndValidateContextPath. These utilities were only used internally and will be removed in the next release. docker/cli#6610
  • Go-SDK: cli/command/image/build: deprecate IsArchive utility. docker/cli#6560
  • Go-SDK: opts: deprecate ValidateMACAddress. docker/cli#6560
  • Go-SDK: opts: deprecate ListOpts.Delete(). docker/cli#6560

v28.5.1

28.5.1

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

Bug fixes and enhancements

Deprecations

  • api/types/image: InspectResponse: deprecate Parent and DockerVersion fields. moby/moby#51105
  • api/types/plugin: deprecate Config.DockerVersion field. moby/moby#51110

... (truncated)

Commits
  • 89c5e8f Merge pull request #51396 from thaJeztah/28.x_backport_api_docs
  • 9b93878 Merge pull request #51395 from thaJeztah/28.x_backport_rootless_reject
  • 6178456 Merge pull request #51398 from vvoland/51397-28.x
  • 0cae4e5 vendor: github.com/moby/buildkit v0.25.2
  • 33cc06f Merge pull request #51394 from vvoland/51393-28.x
  • d525277 api/docs: remove BuildCache.Parent field for API v1.42 and up
  • 2fbc51b dockerd-rootless.sh: reject DOCKERD_ROOTLESS_ROOTLESSKIT_NET=host
  • bd98008 integration-cli: Adjust nofile limits
  • 1967515 Dockerfile: update runc binary to v1.3.3
  • 4489660 Merge pull request #51387 from thaJeztah/28.x_bump_go
  • Additional commits viewable in compare view

Updates github.com/klauspost/compress from 1.18.0 to 1.18.1

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.18.1

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.18.0...v1.18.1

Commits

Updates github.com/spf13/cobra from 1.9.1 to 1.10.1

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.10.1

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: spf13/cobra#2303

✨ Features

🐛 Fix

🪠 Testing

📝 Docs

New Contributors

... (truncated)

Commits
  • 7da941c chore: Bump pflag to v1.0.9 (#2305)
  • 51d6751 Bump pflag to 1.0.8 (#2303)
  • 3f3b818 Update README.md with new logo
  • dcaf42e Add Periscope to the list of projects using Cobra (#2299)
  • 6dec1ae The default ShellCompDirective can be customized for a command and its subcom...
  • c8289c1 chore(golangci-lint): add some exclusion presets
  • 4af7b64 refactor: apply golangci-lint autofixes, work around false positives
  • 75790e4 chore(golangci-lint): upgrade to v2
  • db3ddb5 Adding sponsorship to README.md
  • 67171d6 putting sponsorship below header
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.30.0 to 0.33.0

Commits
  • f28b0b5 all: fix some comments
  • fd15e0f x/oauth2: populate RetrieveError from DeviceAuth
  • 792c877 oauth2: use strings.Builder instead of bytes.Buffer
  • 014cf77 all: upgrade go directive to at least 1.24.0 [generated]
  • 3c76ce5 endpoints: correct Naver OAuth2 endpoint URLs
  • See full diff in compare view

Updates golang.org/x/sync from 0.15.0 to 0.17.0

Commits
  • 04914c2 all: upgrade go directive to at least 1.24.0 [generated]
  • 7fad2c9 errgroup: revert propagation of panics
  • See full diff in compare view

Updates golang.org/x/tools from 0.34.0 to 0.38.0

Commits
  • a22b5e8 go.mod: update golang.org/x dependencies
  • 4bbcc9f all: use reflect.TypeFor instead of reflect.TypeOf when we have known the type
  • 122c93a internal/refactor: AddImport: remove unnecessary result
  • 76aace8 internal/analysisinternal: rationalize
  • 8cf2d63 gopls/internal/golang: add condition for enabling package move
  • 1f054fd x/tools: downgrade token.FileSet parameters to token.File
  • 44e71e5 go/analysis/passes/printf: check anonymous functions too
  • 9095e9b internal/analysisinternal: extract DeleteVar
  • 62a1b26 internal/analysisinternal: IsChildOf(Cursor, edge.Kind) bool
  • d32fb50 internal/analysisinternal: export EnclosingFile
  • 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

Bumps the root-deps group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/containerd/stargz-snapshotter/estargz](https://github.com/containerd/stargz-snapshotter) | `0.16.3` | `0.18.1` |
| [github.com/docker/cli](https://github.com/docker/cli) | `28.2.2+incompatible` | `29.0.0+incompatible` |
| [github.com/docker/docker](https://github.com/docker/docker) | `28.2.2+incompatible` | `28.5.2+incompatible` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.18.0` | `1.18.1` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.1` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.30.0` | `0.33.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.15.0` | `0.17.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.34.0` | `0.38.0` |


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

Updates `github.com/docker/cli` from 28.2.2+incompatible to 29.0.0+incompatible
- [Commits](docker/cli@v28.2.2...v29.0.0)

Updates `github.com/docker/docker` from 28.2.2+incompatible to 28.5.2+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v28.2.2...v28.5.2)

Updates `github.com/klauspost/compress` from 1.18.0 to 1.18.1
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](klauspost/compress@v1.18.0...v1.18.1)

Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.1
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.9.1...v1.10.1)

Updates `golang.org/x/oauth2` from 0.30.0 to 0.33.0
- [Commits](golang/oauth2@v0.30.0...v0.33.0)

Updates `golang.org/x/sync` from 0.15.0 to 0.17.0
- [Commits](golang/sync@v0.15.0...v0.17.0)

Updates `golang.org/x/tools` from 0.34.0 to 0.38.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.34.0...v0.38.0)

---
updated-dependencies:
- dependency-name: github.com/containerd/stargz-snapshotter/estargz
  dependency-version: 0.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: github.com/docker/cli
  dependency-version: 29.0.0+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: root-deps
- dependency-name: github.com/docker/docker
  dependency-version: 28.5.2+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.18.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: golang.org/x/sync
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: golang.org/x/tools
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies go Pull requests that update Go code labels Nov 13, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant