Skip to content

Commit 83f519f

Browse files
taylorbotgusevda
andauthored
Release v0.116.1 (#1436)
* Prepare release: update CHANGELOG for patch release * Release v0.116.1 - version packages Release-Workflow-Run: 23541593991 * Release v0.116.1 Release-Workflow-Run: 23541593991 --------- Co-authored-by: Dmitry Gusev <gusevda90@gmail.com>
1 parent 9d3c760 commit 83f519f

7 files changed

Lines changed: 27 additions & 10 deletions

File tree

.changeset/bold-meadow-shine.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Package specific changes (for packages from `packages/*` and `plugins/*`) can be
55

66
## [Unreleased]
77

8+
## [0.116.1] - 2026-03-25
9+
10+
### Fixed
11+
12+
- Fix MCP tool names containing dots breaking AI SDK validation.
13+
14+
See [./docs/releases/v0.116.1-changelog.md](./docs/releases/v0.116.1-changelog.md) for more information.
15+
816
## [0.116.0] - 2026-03-25
917

1018
### Added
@@ -2102,7 +2110,8 @@ See [./docs/releases/v0.40.0-changelog.md](./docs/releases/v0.40.0-changelog.md)
21022110

21032111
- Disable anonymous access.
21042112

2105-
[Unreleased]: https://github.com/giantswarm/backstage/compare/v0.116.0...HEAD
2113+
[Unreleased]: https://github.com/giantswarm/backstage/compare/v0.116.1...HEAD
2114+
[0.116.1]: https://github.com/giantswarm/backstage/compare/v0.116.0...v0.116.1
21062115
[0.116.0]: https://github.com/giantswarm/backstage/compare/v0.115.0...v0.116.0
21072116
[0.115.0]: https://github.com/giantswarm/backstage/compare/v0.114.1...v0.115.0
21082117
[0.114.1]: https://github.com/giantswarm/backstage/compare/v0.114.0...v0.114.1
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release v0.116.1
2+
3+
## @giantswarm/backstage-plugin-ai-chat-backend@0.10.1
4+
5+
### Patch Changes
6+
7+
- 9d3c760: Fix MCP tool names with dots breaking AI SDK. Sanitize MCP tool names to match AI SDK's required pattern by replacing invalid characters like dots with underscores.

helm/backstage/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: backstage
33
description: Backstage app provided by Giant Swarm
44
home: https://github.com/giantswarm/backstage
5-
version: 0.116.0
6-
appVersion: '0.116.0'
5+
version: 0.116.1
6+
appVersion: '0.116.1'
77
annotations:
88
io.giantswarm.application.team: honeybadger
99
io.giantswarm.application.logo: https://s.giantswarm.io/app-icons/backstage/1/logo.svg

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "0.116.0",
3+
"version": "0.116.1",
44
"private": true,
55
"engines": {
66
"node": "22 || 24"

plugins/ai-chat-backend/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @giantswarm/backstage-plugin-ai-chat-backend
22

3+
## 0.10.1
4+
5+
### Patch Changes
6+
7+
- 9d3c760: Fix MCP tool names with dots breaking AI SDK. Sanitize MCP tool names to match AI SDK's required pattern by replacing invalid characters like dots with underscores.
8+
39
## 0.10.0
410

511
### Minor Changes

plugins/ai-chat-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@giantswarm/backstage-plugin-ai-chat-backend",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"license": "Apache-2.0",
55
"private": true,
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)