Skip to content

chore(deps): bump containerd 1.7.30 → 1.7.32 in /src/jetstream (re-do of #5359)#5369

Merged
norman-abramovitz merged 1 commit into
cloudfoundry:developfrom
nabramovitz:chore/containerd-1.7.32-tidy
May 24, 2026
Merged

chore(deps): bump containerd 1.7.30 → 1.7.32 in /src/jetstream (re-do of #5359)#5369
norman-abramovitz merged 1 commit into
cloudfoundry:developfrom
nabramovitz:chore/containerd-1.7.32-tidy

Conversation

@nabramovitz
Copy link
Copy Markdown
Contributor

Summary

Clean replay of #5359. The original dependabot commit stripped github.com/containerd/containerd from go.mod/go.sum without adding v1.7.32 — Backend Tests failed with go.mod needs tidy, and the bot also incorrectly removed the four in-repo replace-managed require entries (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 tidy

Net diff: 1 line in go.mod, 2 lines in go.sum. No transitive deps moved. The in-repo replace targets stay intact.

Test plan

  • go build ./... clean in src/jetstream/
  • CI gate (Backend Tests + frontend matrix + lint + quality gate)

If this lands, #5359 can be closed by a maintainer.

….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.
Copy link
Copy Markdown
Contributor

@norman-abramovitz norman-abramovitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

upgrade containerd and replaces 5359

@norman-abramovitz norman-abramovitz merged commit bbebd87 into cloudfoundry:develop May 24, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants