build(deps): bump safe go-dependencies (kaniko, tcell, gomega, x/mod)#2647
Open
jjbustamante wants to merge 2 commits into
Open
build(deps): bump safe go-dependencies (kaniko, tcell, gomega, x/mod)#2647jjbustamante wants to merge 2 commits into
jjbustamante wants to merge 2 commits into
Conversation
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. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Juan Bustamante <bustamantejj@gmail.com>
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
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.
Summary
Splits the safe subset out of the grouped dependabot bump in #2645. These four direct deps update cleanly without disturbing the docker/moby image stack, so acceptance stays green:
The remaining bumps in #2645 —
moby/moby/api1.55.0,moby/moby/client0.5.0,go-containerregistry0.21.7, anddocker/cli29.6.1 — are intentionally held.imgutilstill pinsmoby/moby/client v0.2.2/api v1.52.1/go-containerregistry v0.20.6even on its main tip, so forcing pack ahead breaks therebase/daemon/*("could not find base layer in image") andmanifest annotateacceptance suites.docker/cli29.4.3 already satisfies GO-2026-4610, so its bump buys no fixable CVE and stays with the docker family hold.Output
Before
N/A — dependency bump only.
After
N/A — dependency bump only.
Documentation
Related
Splits the safe subset out of #2645.