0.187.0 (2026-06-11)
🚀 Features
- dashboard: limits classes tabs (#4978)
- docs: add android and linked sandboxes (#4614)
- proxy: expose debug metrics server (#5012)
🩹 Fixes
- ⚠️ api: require a write permission for temporary push access endpoints (#4971)
- api: redirect root requests to /dashboard (#4977)
- cli: drop redundant BucketExists probes in minio client (#5013, #5014)
Chores
- sync go.sum for v0.186.0 (#4975)
- split publish jobs per project (#5011)
- sdk-go: bump to v0.187.0 (#5015)
⚠️ Breaking Changes
- api:
GET /object-storage/push-accessandGET /docker-registry/registry-push-accessnow require the caller to hold eitherwrite:snapshotsorwrite:sandboxes(previously no specific permission was required). Migration: grantwrite: snapshotsorwrite:sandboxesto API keys that push snapshots or build declarative images with a local context.
❤️ Thank You
- Ante Projić @aprojic
- Juraj Štefanić @stefanicjuraj
- Nikola Radisic
- Robert Pavlinic @rpavlini
- Toma Puljak @Tpuljak