# MinIO Client RELEASE.2026-04-13T21-15-24Z

Released: April 13, 2026

This release addresses two security vulnerabilities in third-party dependencies: CVE-2026-34986 in go-jose/v4 and CVE-2026-39883 in OpenTelemetry SDK. All users are encouraged to upgrade.

---

## Downloads

### Binary Downloads

| Platform | Architecture | Download |
| -------- | ------------ | -------- |
| Linux | amd64 | [mc](https://dl.min.io/aistor/mc/release/linux-amd64/mc) |
| Linux | arm64 | [mc](https://dl.min.io/aistor/mc/release/linux-arm64/mc) |
| macOS | arm64 | [mc](https://dl.min.io/aistor/mc/release/darwin-arm64/mc) |
| macOS | amd64 | [mc](https://dl.min.io/aistor/mc/release/darwin-amd64/mc) |
| Windows | amd64 | [mc.exe](https://dl.min.io/aistor/mc/release/windows-amd64/mc.exe) |

### Container Images

- `quay.io/minio/aistor/mc:RELEASE.2026-04-13T21-15-24Z`
- `quay.io/minio/aistor/mc:latest`
- `quay.io/minio/aistor/mc:RELEASE.2026-04-13T21-15-24Z.fips`

### Homebrew (macOS/Linux)

```bash
brew install minio/stable/mc
```

---

## Security Updates

- Upgraded `github.com/go-jose/go-jose/v4` from v4.1.3 to v4.1.4 to address CVE-2026-34986 (#483)
- Upgraded `go.opentelemetry.io/otel/sdk` from v1.40.0 to v1.43.0 to address CVE-2026-39883 (#483)

---

## Security & Compliance

### Software Bill of Materials (SBOM)

This release includes comprehensive SBOM documentation in multiple formats:

- [SPDX JSON](sbom-RELEASE.2026-04-13T21-15-24Z.spdx.json) - Standard SBOM format
- [CycloneDX JSON](sbom-RELEASE.2026-04-13T21-15-24Z.cyclonedx.json) - Security scanner compatible
- [Go Modules](go-modules-RELEASE.2026-04-13T21-15-24Z.txt) - Human-readable dependency list

SBOM files document all direct and transitive dependencies for security auditing and compliance requirements.

---

## Upgrade Instructions

To upgrade mc:

1. Download the latest binary for your platform from the Downloads section above
2. Replace your existing mc binary
3. Verify the version: `mc --version`

Your existing alias configurations will be preserved.

### Support

For enterprise support:

- SUBNET Support: https://subnet.min.io
- Documentation: https://docs.min.io/enterprise/aistor-object-store/reference/cli/
