Skip to content

Commit 00dcbd6

Browse files
chore(main): release platform 1.0.54 (#3105)
🤖 I have created a release *beep* *boop* --- ## [1.0.54](platform-v1.0.53...platform-v1.0.54) (2026-03-04) ### Bug Fixes * fix configure ngrok dialog styling ([#3104](#3104)) ([7b46215](7b46215)) * fix isByosVault flag for secrets created with forceDB if readonly_vault is used ([#3103](#3103)) ([4ba0e0c](4ba0e0c)) * hide default credentials warning when basic auth disabled ([#3111](#3111)) ([7729d62](7729d62)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: archestra-ci[bot] <222894074+archestra-ci[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7729d62 commit 00dcbd6

File tree

9 files changed

+17
-8
lines changed

9 files changed

+17
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"platform": "1.0.53"
2+
"platform": "1.0.54"
33
}

docs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": {

platform/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

platform/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backend",
3-
"version": "1.0.53",
3+
"version": "1.0.54",
44
"description": "",
55
"author": "",
66
"private": true,

platform/backend/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

platform/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frontend",
3-
"version": "1.0.53",
3+
"version": "1.0.54",
44
"private": true,
55
"type": "module",
66
"scripts": {

platform/helm/archestra/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

platform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

platform/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shared",
3-
"version": "1.0.53",
3+
"version": "1.0.54",
44
"description": "",
55
"type": "module",
66
"private": true,

0 commit comments

Comments
 (0)