From 62717d7bf62c27d0a660ccebff166ca64d37727f Mon Sep 17 00:00:00 2001 From: Feng Ruohang Date: Thu, 6 Aug 2026 10:04:23 +0800 Subject: [PATCH] build: update the embedded Console to SILO Console v2.1.0 Pins pgsty/silo-console at 343d9442, the v2.1.0 tag, replacing the v2.0.0 commit from 2026-08-04. The pseudo-version is still the form used here because the compatibility module path github.com/minio/console carries no /v2 suffix, so a v2.x semver tag is not directly selectable; the comment above the directive now names the release the commit actually corresponds to. v2.1.0 is 23 commits over v2.0.0. The substantive ones for the server are a hand-rolled EN/ZH i18n layer with a language toggle covering login, navigation, dashboard, buckets and object browser, identity and configuration, event destinations, observability and admin tools; a dashboard migration to MinIO Metrics V3; and removal of the remaining SUBNET references from health reporting, which matches this repository's own decision to close the upstream telemetry surfaces. The rest is UI polish 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. Not included here: the GitHub Action version bumps and the .gitignore entry sitting in the working tree are someone else's change and stay uncommitted. Co-Authored-By: Claude Opus 5 (1M context) --- go.mod | 6 +++--- go.sum | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 85cbf42ff..bb5e6b490 100644 --- a/go.mod +++ b/go.mod @@ -2,9 +2,9 @@ module github.com/minio/minio go 1.26.5 -// Use Pigsty's SILO Console v2.0.0 release while preserving upstream import paths. -// The pseudo-version pins v2.0.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-20260804042150-b952a1202869 +// 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 maintained mc fork for Console's embedded client code. replace github.com/minio/mc => github.com/pgsty/mc v0.0.0-20260801042411-ad10a2a10b76 diff --git a/go.sum b/go.sum index a0a22277c..1af2ce472 100644 --- a/go.sum +++ b/go.sum @@ -549,8 +549,8 @@ github.com/pborman/getopt v0.0.0-20170112200414-7148bc3a4c30/go.mod h1:85jBQOZwp github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= github.com/pgsty/mc v0.0.0-20260801042411-ad10a2a10b76 h1:UIlUuz0LQKw4QlAljhv7nPDDFC1+n+e0iED7rWZrgZ8= github.com/pgsty/mc v0.0.0-20260801042411-ad10a2a10b76/go.mod h1:cTbS+9jGR4Qs7xTf5DEhmCTbzcDWrKMs8ZmTUnCU49E= -github.com/pgsty/silo-console v0.0.0-20260804042150-b952a1202869 h1:HLfc2ZdAycnI/bLl+TdsuckyzSWrwQarK38pS14yH/Q= -github.com/pgsty/silo-console v0.0.0-20260804042150-b952a1202869/go.mod h1:7J8wCQsNT5S7GqCHnQqgj0T7Nagp1fklJhfBJI+v0XI= +github.com/pgsty/silo-console v0.0.0-20260806013504-343d94426251 h1:BEt40uvAzJz8AdPscnGTw45aNX4o95zsyi7O/f2yOIg= +github.com/pgsty/silo-console v0.0.0-20260806013504-343d94426251/go.mod h1:7J8wCQsNT5S7GqCHnQqgj0T7Nagp1fklJhfBJI+v0XI= github.com/pgsty/silo-pkg/v3 v3.11.0 h1:wjN5d+tWD8Twq+e7k/KBBVhnWXC8xTIlfTcnGIKkmjc= github.com/pgsty/silo-pkg/v3 v3.11.0/go.mod h1:E2AB4oOgfDeb9In1KDBTrn9wzfvr0WzoPkbXW7wbwBQ= github.com/philhofer/fwd v1.2.0 h1:e6DnBTl7vGY+Gz322/ASL4Gyp1FspeMvx1RNDoToZuM=