chore: bump console to 1.1.16 and embedding to 0.3.1 - #13482
Conversation
Console 1.1.16 hides the organization Domains page on self-hosted installs (appwrite/vibes#262). Embedding 0.3.1 adds a health endpoint, a configurable port, and sizes its model pool from the cgroup memory limit so it no longer OOMs under a container memory cap.
Greptile SummaryThis PR updates the container images used by self-hosted deployments.
Confidence Score: 5/5The code changes appear safe to merge once the embedding image tag is confirmed available as required by the PR’s test plan. The updated image pins remain consistent with the repository’s existing endpoint, port, model, volume, and console-routing configuration, and no concrete compatibility failure or repository-rule violation was found. Important Files Changed
Reviews (1): Last reviewed commit: "chore: bump console to 1.1.16 and embedd..." | Re-trigger Greptile |
✨ Benchmark resultsComparing
Per-scenario breakdown & investigation detailsMetrics below reflect the current branch (after). Δ P95 compares against the base.
Top API waits (after)
|
Local test reportRan against the local Console
Embedding
|
What does this PR do?
Bumps the self-hosted console image from
appwrite/new:1.1.8to1.1.16and the opt-in embedding service fromappwrite/embedding:0.1.0to0.3.1.Console 1.1.16 (release): hides the organization Domains page on self-hosted installs (appwrite/vibes#262).
Embedding 0.3.1 (release), cumulative since 0.1.0: configurable
EMBEDDING_PORT(default still 3000, so_APP_EMBEDDING_ENDPOINTis unchanged), a health endpoint, and a model pool sized from the cgroup memory limit so the container no longer OOMs under a memory cap.Test Plan
Verified locally against a running 2.0.0 stack, see the test report comment below.
Related PRs and Issues
Checklist