-
Notifications
You must be signed in to change notification settings - Fork 602
Update dependencies and deprecate DockerVersion field #2164
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
Draft
Subserial
wants to merge
5
commits into
google:main
Choose a base branch
from
Subserial:deps-plus-deps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## main #2164 +/- ##
===========================================
- Coverage 71.67% 53.05% -18.63%
===========================================
Files 123 164 +41
Lines 9935 10940 +1005
===========================================
- Hits 7121 5804 -1317
- Misses 2115 4429 +2314
- Partials 699 707 +8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is #2154 plus deprecating image.DockerVersion in preparation for a new release before bumping the Docker dependency.
#2154 could not be submitted due to dependabot/dependabot-core#11046.