chore(deps): bump containerd 1.7.30 → 1.7.32 in /src/jetstream (re-do of #5359)#5369
Merged
norman-abramovitz merged 1 commit intoMay 24, 2026
Conversation
….32 in /src/jetstream Re-do of PR cloudfoundry#5359 — the original dependabot commit stripped github.com/containerd/containerd from go.mod / go.sum without adding v1.7.32, leaving CI failing with "go.mod needs tidy". This is a clean replay: `go get github.com/containerd/containerd@v1.7.32` plus `go mod tidy` against the current develop tip. Updates one indirect dependency line in go.mod and the matching pair of hashes in go.sum. No transitive deps moved. `go build ./...` passes.
norman-abramovitz
approved these changes
May 24, 2026
Contributor
norman-abramovitz
left a comment
There was a problem hiding this comment.
upgrade containerd and replaces 5359
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
Clean replay of #5359. The original dependabot commit stripped
github.com/containerd/containerdfromgo.mod/go.sumwithout adding v1.7.32 — Backend Tests failed withgo.mod needs tidy, and the bot also incorrectly removed the four in-repo replace-managedrequireentries (plugins/cfapppush,plugins/kubernetes,plugins/monocular,plugins/kubernetes/auth).This PR is a surgical replacement branched off current
develop:cd src/jetstream go get github.com/containerd/containerd@v1.7.32 go mod tidyNet diff: 1 line in
go.mod, 2 lines ingo.sum. No transitive deps moved. The in-repo replace targets stay intact.Test plan
go build ./...clean insrc/jetstream/If this lands, #5359 can be closed by a maintainer.