Pin capi to upstream svc-creds commit, drop fork replace#5502
Merged
norman-abramovitz merged 3 commits intoJun 26, 2026
Merged
Conversation
fivetwenty-io/capi#12 (ServiceInstances.GetCredentials + the parameters wire-format fix) merged upstream but is not tagged yet. Move off the norman-abramovitz/fw-capi fork replace and pin fivetwenty-io/capi directly at the #12 merge commit via a pseudo-version (v3.222.4-0.20260626183612-1ee59d2551b6). Swap this pseudo-version for the clean upstream tag once Wayne cuts it; the fork dependency is now gone. go build ./... passes; go.sum reflects the upstream module hash.
Wayne tagged the svc-creds commit (1ee59d2551b6) as v3.222.4. Swap the pseudo-version pin for the clean tag; same commit, no code change.
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.
What
Move the jetstream
fivetwenty-io/capi/v3dependency off thenorman-abramovitz/fw-capifork and pin it directly to the upstream merge commit of fivetwenty-io/capi#12 via a Go pseudo-version.Why
capi#12 (
ServiceInstances.GetCredentials+ the parameters wire-format fix) is merged upstream but not tagged yet. This retires the fork replace now — the fork dependency is gone and the code builds against upstream — rather than waiting on the tag.Follow-up
When the upstream tag containing #12 is cut, swap the pseudo-version for the clean tag (one-line change). No behavior change; this is purely the dependency source.
Verification
go build ./...passes;go mod tidyclean;go.sumreflects the upstream module hash, no fork references remain.