build: pin latest upstream SDK and coordinated policy package - #41
Merged
Conversation
Use minio-go 78bfa91607c2 and silo-pkg b3760f56ec23. Validate the published module graph with GOWORK=off go test ./.... Signed-off-by: Feng Ruohang <rh@vonng.com>
This was referenced Sep 10, 2026
Signed-off-by: Feng Ruohang <rh@vonng.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.
Pin upstream minio-go to
v7.3.1-0.20260909183557-78bfa91607c2, which includes streaming Content-Type signing, configurable upload limits, and RDMA TLS trust fixes. Advance silo-pkg to the merged password-permission split and compatibility documentation at2d8fd3cbbf07(v3.13.4-0.20260910091716-2d8fd3cbbf07) so the maintained stack selects the same policy package.Coordinated changes: silo-pkg #6, Console #51, and Server #175.
The SDK region-whitespace PR minio/minio-go minio#2274 is still open and absent from this pin; it remains a non-blocking upstream compatibility follow-up.
Validation:
GOWORK=off go test ./...passes with the merged package pin; a local mcli build and administration against the matching SILO Server were verified for the coordinated implementation. The final package revision differs from the originally tested pin only in its compatibility documentation. No CLI command syntax, release tag, or public artifact is changed by this PR. Server-side password authorization has a documented breaking change; see the Server migration guide.