Commit 073b936
Update dependencies and deprecate DockerVersion field (#2164)
* Deprecate ConfigFile.DockerVersion field
* Bump the root-deps group with 8 updates
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]>
* Fix errors in linter + linter errors and run 'go mod tidy' after dependency updates
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 390dacd commit 073b936
File tree
246 files changed
+6271
-19463
lines changed- .github/workflows
- cmd/krane
- images
- pkg
- authn
- k8schain
- kubernetes
- legacy/tarball
- v1
- daemon
- mutate
- vendor
- github.com
- containerd/stargz-snapshotter/estargz
- docker
- cli
- cli/config
- configfile
- memorystore
- types
- docker
- api
- types
- build
- container
- filters
- image
- network
- registry
- swarm
- runtime
- system
- volume
- client
- internal
- lazyregexp
- multierror
- gogo/protobuf
- proto
- klauspost/compress
- fse
- huff0
- internal
- le
- snapref
- zstd
- spf13
- cobra
- doc
- pflag
- vbatts/tar-split/archive/tar
- golang.org/x
- mod/semver
- oauth2
- google
- externalaccount
- sync/errgroup
- sys
- unix
- windows
- registry
- tools
- go
- ast
- edge
- inspector
- packages
- types
- objectpath
- typeutil
- internal
- event/core
- gcimporter
- packagesinternal
- stdlib
- typeparams
- typesinternal
- versions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
246 files changed
+6271
-19463
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
31 | 38 | | |
32 | 39 | | |
33 | 40 | | |
| |||
36 | 43 | | |
37 | 44 | | |
38 | 45 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
53 | | - | |
54 | | - | |
55 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
56 | 55 | | |
57 | | - | |
58 | | - | |
| 56 | + | |
| 57 | + | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
44 | | - | |
45 | | - | |
| 43 | + | |
| 44 | + | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
52 | | - | |
53 | | - | |
| 51 | + | |
| 52 | + | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| |||
0 commit comments