Prepare v3.14.1 with SDK and JWX fixes - #9
Merged
Merged
Conversation
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.
Prepare silo-pkg v3.14.1 with upstream minio-go
32e1f32cb176, which reports CopyObject errors embedded in HTTP 200 responses, and JWX v3.3.0, which escapes custom JSON field names. The JWX test dependency selects testify v1.12.1.Migrate the existing linter entry to
gomodguard_v2and update release / dependency notes. Preserve the Go 1.26 floor, Go 1.27.1 toolchain, go-systemd v22.6.0 compatibility replacement, public Go signatures and v3.14.0 password-policy semantics.Local validation:
GOWORK=off make teston Go 1.27.1: lint and the complete race suite passed. An independent temporary directory avoided another task's linter lock.GOWORK=off GOTOOLCHAIN=local go test -race -tags kqueue ./...with Go 1.26.8: passed.go mod tidy -diff,go mod verifyandgit diff --check: passed.Test200CopyObjectWithErrorand JWX's JWT / JWS / JWE / JWK field-name injection regressions passed with the race detector in isolated copies of the exact dependency sources.The repository CI also runs the LDAP configuration tests against its OpenLDAP service. Tagging and publishing v3.14.1 will follow successful CI on the merged main commit.