Bump fivetwenty-io/capi to v3.222.3 - #5482
Merged
norman-abramovitz merged 4 commits intoJun 22, 2026
Merged
Conversation
Drop-in dependency bump. Verified compile-compatible: go build ./..., go vet ./..., and the cloudfoundry plugin test suite (the capi consumer) all pass against v3.222.2. The release is non-breaking for Stratos: the one breaking change (removal of ClientWithCache) is unused here; List() methods only gained optional variadic typed-option params (source-compatible); error sentinels and NewQueryParams are unchanged; resource-type changes are omitempty JSON-tag additions only. The service-route-binding delete now returns a nil job on a 204 sync delete, which the native handler already guards for.
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.
Bumps the jetstream backend dependency
github.com/fivetwenty-io/capi/v3to v3.222.3 (from v3.222.1 on develop), plus a dev version bump for CI validation.The release is a drop-in, non-breaking change for Stratos:
ClientWithCache) is unused here;List()methods only gained optional variadic typed-option params (source-compatible); error sentinels andNewQueryParams()are unchanged; resource-type changes areomitemptyJSON-tag additions only;ServiceRouteBindings().Delete()now returns a nil job on a 204 sync delete, which the native handler already guards for.pkg/capi/query_filters.go). Stratos usesNewQueryParams, not the typed-filter API, so this has no effect on Stratos code.The go.sum delta is only the capi hash lines across all three versions — capi's module requirements (
.modhash) are identical, so there is no transitive dependency change.Verified locally at v3.222.3:
go build ./...,go vet ./..., the cloudfoundry plugin test suite (the capi consumer), the cfapppush module build, and a fullmake build backendall pass.