Skip to content

RELEASE.2026-03-25T00-00-00Z

Choose a tag to compare

This release is mainly a packaging and stability update. It bundles mcli/mc into the Docker image with checksum verification, removes unused upstream CI/CD workflows from the pgsty/minio fork, and fixes an LDAP TLS regression for ldaps:// while pinning several dependencies to avoid compatibility breakage. (#15)

  • This release fixes three security vulnerabilities: CVE-2026-24051, CVE-2025-10543, and CVE-2025-58181.
  • The fixes are included through dependency updates to go.opentelemetry.io/otel/sdk, github.com/eclipse/paho.mqtt.golang, and golang.org/x/crypto.
  • Users should upgrade to this release to receive the patched versions of these components.

Changelog

  • f2f9a40 add mcli/mc from pgsty/mc to Docker image
  • ce1c537 fix: pin deps with breaking changes and fix LDAP TLS regression (#15)
  • ee55e53 remove upstream CI/CD workflows inherited from minio/minio