Skip to content

SILO Console v2.2.1

Choose a tag to compare

@github-actions github-actions released this 26 Aug 18:22
· 58 commits to main since this release

SILO Console v2.2.1

This release aligns the Console dependency chain with Silo Go v7.3.1 while preserving compatibility with projects that embed Console through the github.com/minio/* import paths.

Dependency chain

  • github.com/minio/minio-go/v7 v7.3.0 => github.com/pgsty/silo-go/v7 v7.3.1
  • github.com/minio/pkg/v3 v3.6.1 => github.com/pgsty/silo-pkg/v3 v3.12.2
  • github.com/minio/mc => github.com/pgsty/mc v0.0.0-20260826171527-70a2950478e1

The logical minio/pkg requirement remains at the upstream-compatible v3.6.1 floor so embedding Console does not raise a server's module graph to a fork-only version. A typed IAM action comparison was also updated for the current SILO package API.

Verification

  • Full Console CI: lint, race tests, cross-compilation, frontend checks, permissions, SSO, site replication, Playwright, coverage, and distributed integration tests
  • Embedding check: builds the latest matching MinIO source with this Console release
  • Vulnerability scan passed
  • Release preflight rebuilt Go and embedded frontend assets before GoReleaser produced binaries, APK/DEB/RPM packages, checksums, and the multi-architecture GHCR image

Source commit: fc1299bbc175766b233bc4dbcdac6e3883ce0dbd

Compatibility imports and upstream copyright/license notices are intentionally retained.