diff --git a/docker/CHANGELOG.md b/docker/CHANGELOG.md index 8e7eec570c..74a863cb19 100644 --- a/docker/CHANGELOG.md +++ b/docker/CHANGELOG.md @@ -13,6 +13,20 @@ Check updates for each service to learn more. ## Unreleased +### Studio +- Added functions management UI (requires `docker-compose.yml` update) - PR [#40690](https://github.com/supabase/supabase/pull/40690), PR [#42322](https://github.com/supabase/supabase/pull/42322), PR [#42349](https://github.com/supabase/supabase/pull/42349), PR [#42350](https://github.com/supabase/supabase/pull/42350) + +### MCP Server +- Updated to `v0.6.3` - [Release](https://github.com/supabase-community/supabase-mcp/releases/tag/v0.6.3) + +--- + +## [2026-02-05] + +### Storage +- Updated to `v1.37.1` - [Release](https://github.com/supabase/storage/releases/tag/v1.37.1) +- Fixed an issue with Storage not starting because of an issue with migrations - PR [storage#845](https://github.com/supabase/storage/pull/845) + --- ## [2026-01-27] @@ -33,22 +47,22 @@ Check updates for each service to learn more. ### Realtime - Updated to `v2.72.0` - [Release](https://github.com/supabase/realtime/releases/tag/v2.72.0) - Changed healthchecks logging to off by default (requires `docker-compose.yml` update) - PR [realtime#1677](https://github.com/supabase/realtime/pull/1677), PR [#42156](https://github.com/supabase/supabase/pull/42156) -- Changed logging configuration and healthcheck frequency to reduce log volume - PR [#42112](https://github.com/supabase/supabase/pull/42112) +- Changed logging configuration and healthcheck frequency to reduce log volume (requires `docker-compose.yml` update) - PR [#42112](https://github.com/supabase/supabase/pull/42112) ### Storage -- Updated to `v1.33.5` - [Changelog](https://github.com/supabase/storage/releases/tag/v1.33.5) +- Updated to `v1.33.5` - [Release](https://github.com/supabase/storage/releases/tag/v1.33.5) ### imgproxy - Updated to `v3.30.1` - [Changelog](https://github.com/imgproxy/imgproxy/blob/master/CHANGELOG.md) | [Release](https://github.com/imgproxy/imgproxy/releases/tag/v3.30.1) ### Postgres Meta -- Updated to `v0.95.2` - [Changelog](https://github.com/supabase/postgres-meta/releases/tag/v0.95.2) +- Updated to `v0.95.2` - [Release](https://github.com/supabase/postgres-meta/releases/tag/v0.95.2) ### Edge Runtime - Updated to `v1.70.0` - [Release](https://github.com/supabase/edge-runtime/releases/tag/v1.70.0) ### Analytics (Logflare) -- Updated to `v1.30.3` - [Changelog](https://github.com/Logflare/logflare/releases/tag/v1.30.3) +- Updated to `v1.30.3` - [Release](https://github.com/Logflare/logflare/releases/tag/v1.30.3) ### Postgres - No image update diff --git a/docker/versions.md b/docker/versions.md index 6c9e04d622..3cf853d82b 100644 --- a/docker/versions.md +++ b/docker/versions.md @@ -1,5 +1,8 @@ # Docker Image Versions +## 2026-02-05 +- supabase/storage-api:v1.37.1 (prev supabase/storage-api:v1.33.5) + ## 2026-01-27 - supabase/studio:2026.01.27-sha-6aa59ff (prev supabase/studio:2025.12.17-sha-43f4f7f) - supabase/gotrue:v2.185.0 (prev supabase/gotrue:v2.184.0)