mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 07:43:29 +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
|
||||
|
||||
@@ -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-20260806013504-343d94426251 h1:BEt40uvAzJz8AdPscnGTw45aNX4o95zsyi7O/f2yOIg=
|
||||
github.com/pgsty/silo-console v0.0.0-20260806013504-343d94426251/go.mod h1:7J8wCQsNT5S7GqCHnQqgj0T7Nagp1fklJhfBJI+v0XI=
|
||||
github.com/pgsty/silo-console v0.0.0-20260806061103-72fc0a5ea52a h1:JfEQJkBdTwCXSrCv8P0R5tMpzxxhSdUTvg54mHwzxpA=
|
||||
github.com/pgsty/silo-console v0.0.0-20260806061103-72fc0a5ea52a/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=
|
||||
|
||||
Reference in New Issue
Block a user