build(deps): bump the go-dependencies group with 8 updates - #2645
build(deps): bump the go-dependencies group with 8 updates#2645dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the go-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [github.com/chainguard-dev/kaniko](https://github.com/chainguard-dev/kaniko) | `1.25.15` | `1.25.16` | | [github.com/docker/cli](https://github.com/docker/cli) | `29.4.3+incompatible` | `29.6.1+incompatible` | | [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) | `2.13.9` | `2.13.10` | | [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.21.5` | `0.21.7` | | [github.com/moby/moby/api](https://github.com/moby/moby) | `1.54.2` | `1.55.0` | | [github.com/moby/moby/client](https://github.com/moby/moby) | `0.4.1` | `0.5.0` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.40.0` | `1.42.1` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.36.0` | `0.37.0` | Updates `github.com/chainguard-dev/kaniko` from 1.25.15 to 1.25.16 - [Release notes](https://github.com/chainguard-dev/kaniko/releases) - [Changelog](https://github.com/chainguard-forks/kaniko/blob/main/CHANGELOG.md) - [Commits](chainguard-forks/kaniko@v1.25.15...v1.25.16) Updates `github.com/docker/cli` from 29.4.3+incompatible to 29.6.1+incompatible - [Commits](docker/cli@v29.4.3...v29.6.1) Updates `github.com/gdamore/tcell/v2` from 2.13.9 to 2.13.10 - [Release notes](https://github.com/gdamore/tcell/releases) - [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv3.md) - [Commits](gdamore/tcell@v2.13.9...v2.13.10) Updates `github.com/google/go-containerregistry` from 0.21.5 to 0.21.7 - [Release notes](https://github.com/google/go-containerregistry/releases) - [Commits](google/go-containerregistry@v0.21.5...v0.21.7) Updates `github.com/moby/moby/api` from 1.54.2 to 1.55.0 - [Release notes](https://github.com/moby/moby/releases) - [Commits](moby/moby@api/v1.54.2...api/v1.55.0) Updates `github.com/moby/moby/client` from 0.4.1 to 0.5.0 - [Release notes](https://github.com/moby/moby/releases) - [Changelog](https://github.com/moby/moby/blob/v0.5.0/CHANGELOG.md) - [Commits](moby/moby@v0.4.1...v0.5.0) Updates `github.com/onsi/gomega` from 1.40.0 to 1.42.1 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.40.0...v1.42.1) Updates `golang.org/x/mod` from 0.36.0 to 0.37.0 - [Commits](golang/mod@v0.36.0...v0.37.0) --- updated-dependencies: - dependency-name: github.com/chainguard-dev/kaniko dependency-version: 1.25.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/docker/cli dependency-version: 29.6.1+incompatible dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/gdamore/tcell/v2 dependency-version: 2.13.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/google/go-containerregistry dependency-version: 0.21.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/moby/moby/api dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/moby/moby/client dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/onsi/gomega dependency-version: 1.42.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/mod dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
I've pulled the safe subset of this group out into #2647 — kaniko 1.25.16, tcell 2.13.10, gomega 1.42.1, and x/mod 0.37.0 — which update without touching the image stack and keep acceptance green. Holding the rest here: Leaving this open until imgutil catches up. |
|
Filed the upstream tracking issue for the bump we're blocked on: buildpacks/imgutil#307. Once imgutil ships against moby/moby/client v0.5.x / api v1.55.x and go-containerregistry v0.21.x, we can take the held bumps here. |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
…#2647) Splits the safe subset out of the grouped dependabot bump in #2645. These four direct deps update without disturbing the docker/moby image stack, so they keep acceptance green: - github.com/chainguard-dev/kaniko v1.25.15 -> v1.25.16 - github.com/gdamore/tcell/v2 v2.13.9 -> v2.13.10 - github.com/onsi/gomega v1.40.0 -> v1.42.1 - golang.org/x/mod v0.36.0 -> v0.37.0 The moby/moby/{api,client}, go-containerregistry, and docker/cli bumps from #2645 are intentionally held: imgutil still pins moby/moby/client v0.2.2 / api v1.52.1 / go-containerregistry v0.20.6 even on its main tip, so forcing pack ahead breaks the daemon rebase ("could not find base layer in image") and manifest annotate acceptance suites. Signed-off-by: Juan Bustamante <bustamantejj@gmail.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bumps the go-dependencies group with 8 updates:
1.25.151.25.1629.4.3+incompatible29.6.1+incompatible2.13.92.13.100.21.50.21.71.54.21.55.00.4.10.5.01.40.01.42.10.36.00.37.0Updates
github.com/chainguard-dev/kanikofrom 1.25.15 to 1.25.16Release notes
Sourced from github.com/chainguard-dev/kaniko's releases.
Commits
df8f307fix(util): store symlink targets verbatim during tar extraction (#440)ada0293chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#436)411bf48chore(deps): bump github.com/containerd/containerd/v2 (#437)1fd5347chore(deps): bump golang from87a41d2to792443bin /deploy (#434)6893369chore(deps): bump golang from11fd8f7to87a41d2in /deploy (#432)f41fecechore(deps): bump debian from0104b33to96e378din /deploy (#433)02725efchore(deps): bump golang from68cb6d6to11fd8f7in /deploy (#431)22bc5c0chore(deps): bump golang from2d6c802to68cb6d6in /deploy (#428)bff87ccchore(deps): bump actions/checkout in the actions group (#429)ab22755chore(deps): bump docker/setup-qemu-action in the actions group (#425)Updates
github.com/docker/clifrom 29.4.3+incompatible to 29.6.1+incompatibleCommits
8900f1dMerge pull request #7074 from thaJeztah/version22b8f13Merge pull request #7069 from docker-agent/auto/migrate-to-docker-agent-actiond9c59c9version 29.6.16430751Merge pull request #7073 from thaJeztah/bump_moby_user8fda97bvendor: github.com/moby/sys/user v0.4.1f9dc4e4chore: bump docker-agent-action to v2.0.1f8a2d2bMerge pull request #7070 from docker/dependabot/github_actions/actions/checko...7eb15d3build(deps): bump actions/checkout from 6.0.3 to 7.0.0033b0ffMerge pull request #7063 from docker/dependabot/github_actions/crazy-max/dot-...317bfd1Merge pull request #7067 from docker/dependabot/github_actions/docker/cagent-...Updates
github.com/gdamore/tcell/v2from 2.13.9 to 2.13.10Commits
7c37dddrevert: "refactor(simscreen): reuse drawCell encode buffers"6d9f5cfrefactor(cell): hoist string(r) out of Fill loopc42ac3brefactor(simscreen): reuse drawCell encode buffers520446ftest: add SimulationScreen benchmarks0424b95fix: possible panic in getConsoleInput if no event returned11d6323fix: backport OSC 8 sanitizer to v2Updates
github.com/google/go-containerregistryfrom 0.21.5 to 0.21.7Release notes
Sourced from github.com/google/go-containerregistry's releases.
... (truncated)
Commits
c68d899Bump go version to 1.26.4 (#2350)da61d86transport: do not re-attach bearer token after cross-host redirect (#2349)09fe1e5fix(tarball): normalize paths when matching files (#2334)5baa399build(deps): bump the go-deps group across 3 directories with 4 updates (#2348)97a8a17fix(transport): apply refreshed bearer token after cross-host redirect (#2337)e963497internal/gzip: fix goroutine leak in ReadCloserLevel (#2347)02649eafix: prevent SSRF in google.List() pagination (#2332)7204b40build(deps): bump the actions group across 1 directory with 2 updates (#2344)4cfaa93build(deps): bump the go-deps group across 1 directory with 2 updates (#2343)6849394pkg/registry: export RedirectError (#2177)Updates
github.com/moby/moby/apifrom 1.54.2 to 1.55.0Release notes
Sourced from github.com/moby/moby/api's releases.
Commits
b6c53c2Merge pull request #52773 from vvoland/c8d-amd64-variants01115e8Merge pull request #52906 from vvoland/fix-TestContainerWithConflictingNoneNe...b36296fMerge pull request #52913 from thaJeztah/windows_does_statsa81aa78TestContainerWithConflictingNoneNetwork: Extend Windows timeout908a35aMerge pull request #52914 from thaJeztah/no_stderr04d33b5Merge pull request #52912 from thaJeztah/cleanup_GenerateRandomAlphaOnlyString3b2f557Merge pull request #52722 from notandruu/integration/migrate-TestInspectAPIIm...62b3aaeMerge pull request #52901 from vvoland/c8d-imageusage11d3342integration-cli: un-skip stats tests on Windowsa47b1b2Merge pull request #52891 from smerkviladze/attestations-clearer-blob-missing...Updates
github.com/moby/moby/clientfrom 0.4.1 to 0.5.0Release notes
Sourced from github.com/moby/moby/client's releases.
Changelog
Sourced from github.com/moby/moby/client's changelog.
... (truncated)
Commits
51f6c4aMerge pull request #1227 from dotcloud/bump_0.5.0f4eaec3Merge pull request #1226 from metalivedev/easydockerfileb083418change -b -> -v and add udp example5794857Merge pull request #1169 from crosbymichael/buildfile-testse7f3f6fAdd unit tests for buildfile config instructionsaa56714Make dockerfile docs easier to find. Clean up formatting.f8dfd0aMerge pull request #1225 from dotcloud/hotfix_docker_rmi3dbf9c6Merge pull request #1219 from metalivedev/docs-repoupdatede563a3Merge pull request #1194 from crosbymichael/build-verbose9cf2b41change rm usage in docsUpdates
github.com/onsi/gomegafrom 1.40.0 to 1.42.1Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
ced6c1cv1.42.12beb9fbv1.42.1 (full)006cd2cbump al lthe things35ca084v1.42.0d72697bv1.42.0 (full)1f95d86add a set of claude skills as a marketplace pluginaf2bccbv1.41.073e81f6v1.41.0 (full)e35a84ffeat: devcontainer configuration with local pkgsite and GH pagesf12e5e1fix(format): detect pointer cycles to avoid runaway formatting outputUpdates
golang.org/x/modfrom 0.36.0 to 0.37.0Commits
deb1dfcgo.mod: update golang.org/x dependencies087f651modfile: use slices.Backward343ee60x/mod: allow for aggressively conslidating requiresDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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