Skip to content

Commit 29e32c3

Browse files
rdimitrovclaude
andauthored
deploy: update prod to v1.8.0 (#1443)
Promotes production to the [`v1.8.0`](https://github.com/modelcontextprotocol/registry/releases/tag/v1.8.0) release. - `deploy/Pulumi.gcpProd.yaml` → `imageTag: 1.8.0` (one line). - The release build for `v1.8.0` completed successfully, so the image is present in ghcr. - **Merging this triggers `deploy-production.yml`** (it's path-filtered to `deploy/Pulumi.gcpProd.yaml`); the PR itself doesn't deploy. ### Notable behavior changes in v1.8.0 - **Org-namespace publishing now requires org Owner** (via GitHub login / PAT). Member-level publishers lose org publish — intended tightening. - Stricter validation may reject some previously-accepted package metadata / names (#1310, #1331, #1411). - New: cargo (crates.io) package registry support (#1207). ### After merge - Confirm prod `/v0/version` reports `1.8.0` before treating the rollout as done. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent d813d2b commit 29e32c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/Pulumi.gcpProd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
config:
22
mcp-registry:environment: prod
33
mcp-registry:provider: gcp
4-
mcp-registry:imageTag: 1.7.9 # Set specific image tag for production (change this to deploy different versions)
4+
mcp-registry:imageTag: 1.8.0 # Set specific image tag for production (change this to deploy different versions)
55
gcp:project: mcp-registry-prod
66
mcp-registry:githubClientId: Iv23liUydBbI7Z2Q9bOZ
77
mcp-registry:githubClientSecret:

0 commit comments

Comments
 (0)