mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 15:53:28 +03:00
build: update the embedded Console to SILO Console v2.1.1
Pins pgsty/silo-console at 72fc0a5e, the v2.1.1 tag, replacing the v2.1.0 commit from earlier today. The pseudo-version form stays because the compatibility module path github.com/minio/console carries no /v2 suffix, so a v2.x semver tag is not directly selectable. v2.1.1 is 5 commits over v2.1.0. The one substantive change for the server is a fix that keeps unresolved i18n placeholders out of the metrics dashboard legends; the rest is the v2.1.1 changelog, dropping the container-image advertising from the Console docs, and regenerated embedded web assets. Verified: go mod tidy -compat=1.26 is a clean no-op afterwards, which is what make check-gen asserts in CI, and go build ./... and go vet ./... pass. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Feng Ruohang <rh@vonng.com>
This commit is contained in:
@@ -2,9 +2,9 @@ module github.com/minio/minio
|
||||
|
||||
go 1.26.5
|
||||
|
||||
// Use Pigsty's SILO Console v2.1.0 release while preserving upstream import paths.
|
||||
// The pseudo-version pins v2.1.0's commit because the compatible module path has no /v2 suffix.
|
||||
replace github.com/minio/console => github.com/pgsty/silo-console v0.0.0-20260806013504-343d94426251
|
||||
// Use Pigsty's SILO Console v2.1.1 release while preserving upstream import paths.
|
||||
// The pseudo-version pins v2.1.1's commit because the compatible module path has no /v2 suffix.
|
||||
replace github.com/minio/console => github.com/pgsty/silo-console v0.0.0-20260806061103-72fc0a5ea52a
|
||||
|
||||
// Use Pigsty's maintained mc fork for Console's embedded client code.
|
||||
replace github.com/minio/mc => github.com/pgsty/mc v0.0.0-20260801042411-ad10a2a10b76
|
||||
|
||||
Reference in New Issue
Block a user