File tree Expand file tree Collapse file tree 9 files changed +17
-8
lines changed
Expand file tree Collapse file tree 9 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "platform" : " 1.0.53 "
2+ "platform" : " 1.0.54 "
33}
Original file line number Diff line number Diff line change 22 "openapi": "3.0.0",
33 "info": {
44 "title": "Archestra",
5- "version": "1.0.53 "
5+ "version": "1.0.54 "
66 },
77 "components": {
88 "schemas": {
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.54] ( https://github.com/archestra-ai/archestra/compare/platform-v1.0.53...platform-v1.0.54 ) (2026-03-04)
4+
5+
6+ ### Bug Fixes
7+
8+ * fix configure ngrok dialog styling ([ #3104 ] ( https://github.com/archestra-ai/archestra/issues/3104 ) ) ([ 7b46215] ( https://github.com/archestra-ai/archestra/commit/7b46215ad67268ce15766366adbbefc6d9d3fc8c ) )
9+ * fix isByosVault flag for secrets created with forceDB if readonly_vault is used ([ #3103 ] ( https://github.com/archestra-ai/archestra/issues/3103 ) ) ([ 4ba0e0c] ( https://github.com/archestra-ai/archestra/commit/4ba0e0ce297e41c0916943699dff2c2c10b794a3 ) )
10+ * hide default credentials warning when basic auth disabled ([ #3111 ] ( https://github.com/archestra-ai/archestra/issues/3111 ) ) ([ 7729d62] ( https://github.com/archestra-ai/archestra/commit/7729d62d9024c74b2a4dd3deb90a3159a13c98aa ) )
11+
312## [ 1.0.53] ( https://github.com/archestra-ai/archestra/compare/platform-v1.0.52...platform-v1.0.53 ) (2026-03-03)
413
514
Original file line number Diff line number Diff line change 11{
22 "name" : " @backend" ,
3- "version" : " 1.0.53 " ,
3+ "version" : " 1.0.54 " ,
44 "description" : " " ,
55 "author" : " " ,
66 "private" : true ,
Original file line number Diff line number Diff line change @@ -687,7 +687,7 @@ const config = {
687687 // See: https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
688688 mcpServerBaseImage :
689689 process . env . ARCHESTRA_ORCHESTRATOR_MCP_SERVER_BASE_IMAGE ||
690- "europe-west1-docker.pkg.dev/friendly-path-465518-r6/archestra-public/mcp-server-base:1.0.53 " , // x-release-please-version
690+ "europe-west1-docker.pkg.dev/friendly-path-465518-r6/archestra-public/mcp-server-base:1.0.54 " , // x-release-please-version
691691 kubernetes : {
692692 namespace : process . env . ARCHESTRA_ORCHESTRATOR_K8S_NAMESPACE || "default" ,
693693 kubeconfig : process . env . ARCHESTRA_ORCHESTRATOR_KUBECONFIG ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @frontend" ,
3- "version" : " 1.0.53 " ,
3+ "version" : " 1.0.54 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ archestra:
99 # We use the "generic" updater with inline annotation to preserve YAML comments throughout the file.
1010 # See: https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
1111 # See: https://github.com/googleapis/release-please/issues/2195
12- imageTag : " 1.0.53 " # x-release-please-version
12+ imageTag : " 1.0.54 " # x-release-please-version
1313
1414 # Image pull policy for the Archestra container
1515 # Options: Always, IfNotPresent, Never
Original file line number Diff line number Diff line change 11{
22 "name" : " archestra-platform" ,
3- "version" : " 1.0.53 " ,
3+ "version" : " 1.0.54 " ,
44 "description" : " Enterprise MCP platform" ,
55 "author" : " Archestra" ,
66 "engines" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @shared" ,
3- "version" : " 1.0.53 " ,
3+ "version" : " 1.0.54 " ,
44 "description" : " " ,
55 "type" : " module" ,
66 "private" : true ,
You can’t perform that action at this time.
0 commit comments