Skip to content

Commit 296a998

Browse files
chore(main): release platform 1.0.60 (#3164)
🤖 I have created a release *beep* *boop* --- ## [1.0.60](platform-v1.0.59...platform-v1.0.60) (2026-03-06) ### Bug Fixes * add missing verb for pods/exec ([#3166](#3166)) ([81e4d03](81e4d03)) * chat with mcp ([#3163](#3163)) ([4557bce](4557bce)) * reduce noisy auth and user model logs to trace level ([#3167](#3167)) ([212a5e8](212a5e8)) ### Miscellaneous Chores * exclude builtin agents in filters by default ([#3162](#3162)) ([35303ae](35303ae)) --- 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 35303ae commit 296a998

File tree

9 files changed

+22
-8
lines changed

9 files changed

+22
-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.59"
2+
"platform": "1.0.60"
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.59"
5+
"version": "1.0.60"
66
},
77
"components": {
88
"schemas": {

platform/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.0.60](https://github.com/archestra-ai/archestra/compare/platform-v1.0.59...platform-v1.0.60) (2026-03-06)
4+
5+
6+
### Bug Fixes
7+
8+
* add missing verb for pods/exec ([#3166](https://github.com/archestra-ai/archestra/issues/3166)) ([81e4d03](https://github.com/archestra-ai/archestra/commit/81e4d031bd05b0ad1f417b306914be9abe035768))
9+
* chat with mcp ([#3163](https://github.com/archestra-ai/archestra/issues/3163)) ([4557bce](https://github.com/archestra-ai/archestra/commit/4557bce91b3b9b885584be34ec11df177ed6fedd))
10+
* reduce noisy auth and user model logs to trace level ([#3167](https://github.com/archestra-ai/archestra/issues/3167)) ([212a5e8](https://github.com/archestra-ai/archestra/commit/212a5e81bf72597032a0e1782ecd600494ae4aa4))
11+
12+
13+
### Miscellaneous Chores
14+
15+
* exclude builtin agents in filters by default ([#3162](https://github.com/archestra-ai/archestra/issues/3162)) ([35303ae](https://github.com/archestra-ai/archestra/commit/35303aeaaaeab26e318a2d980b48098716095a98))
16+
317
## [1.0.59](https://github.com/archestra-ai/archestra/compare/platform-v1.0.58...platform-v1.0.59) (2026-03-06)
418

519

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.59",
3+
"version": "1.0.60",
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
@@ -691,7 +691,7 @@ const config = {
691691
// See: https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
692692
mcpServerBaseImage:
693693
process.env.ARCHESTRA_ORCHESTRATOR_MCP_SERVER_BASE_IMAGE ||
694-
"europe-west1-docker.pkg.dev/friendly-path-465518-r6/archestra-public/mcp-server-base:1.0.59", // x-release-please-version
694+
"europe-west1-docker.pkg.dev/friendly-path-465518-r6/archestra-public/mcp-server-base:1.0.60", // x-release-please-version
695695
kubernetes: {
696696
namespace: process.env.ARCHESTRA_ORCHESTRATOR_K8S_NAMESPACE || "default",
697697
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.59",
3+
"version": "1.0.60",
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.59" # x-release-please-version
12+
imageTag: "1.0.60" # 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.59",
3+
"version": "1.0.60",
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.59",
3+
"version": "1.0.60",
44
"description": "",
55
"type": "module",
66
"private": true,

0 commit comments

Comments
 (0)