chore: promote embeddings for 2.14.0 - #171
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The version/tag bump and embeddings digest/provenance updates are internally consistent across the Dockerfile and lock/metadata files.
Pull request overview
Promotes the checked-in immutable embeddings vector store and bumps the local MCP metadata to align with the proposed 2.14.0 release, ensuring the build uses the exact reviewed GHCR digest.
Changes:
- Bumped MCP version and Docker image tag in
mcp-local/server.jsonfrom2.13.0to2.14.0. - Updated
mcp-local/DockerfiledefaultEMBEDDINGS_IMAGEdigest tosha256:39ef…0115. - Updated
mcp-local/build-inputs.lock.jsonembeddings reference digest plus associated provenance (source_revision,workflow_run) to match the promoted artifact.
File summaries
| File | Description |
|---|---|
| mcp-local/server.json | Updates published MCP server metadata to version 2.14.0 and corresponding container tag. |
| mcp-local/Dockerfile | Pins the default embeddings image ARG to the promoted immutable digest. |
| mcp-local/build-inputs.lock.json | Updates the embeddings build-input manifest to the promoted digest and provenance fields. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
brikin01
approved these changes
Sep 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promotes the immutable embedding vector store produced by:
715353c20adf7d3fb9b5a0c4c3ccc8ba027f98b9ghcr.io/arm/mcp-embedding-vectorstore@sha256:39efb679469542df45aac594f1366a0819bd983906c39c8cc260f2b7f4d801152.14.0This PR updates the checked-in build-input manifest, Dockerfile default, and MCP release version. Merging the reviewed PR releases an MCP image using this exact digest.