Skip to content

Commit 109792a

Browse files
Lasimgithub-actions[bot]
authored andcommitted
chore(satellite): release v0.8.0
1 parent 9588de4 commit 109792a

File tree

4 files changed

+38
-4
lines changed

4 files changed

+38
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/satellite/CHANGELOG.md

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

3+
## 0.8.0 (2025-11-11)
4+
5+
* chore(all): bump @modelcontextprotocol/sdk from 1.20.2 to 1.21.0 ([7c81126](https://github.com/deploystackio/deploystack/commit/7c81126))
6+
* chore(all): bump @octokit/auth-app from 8.1.1 to 8.1.2 ([b9e93c6](https://github.com/deploystackio/deploystack/commit/b9e93c6))
7+
* chore(all): bump @octokit/request from 10.0.5 to 10.0.6 ([67fcd1b](https://github.com/deploystackio/deploystack/commit/67fcd1b))
8+
* chore(all): bump @types/node from 24.8.1 to 24.10.0 ([3467f4b](https://github.com/deploystackio/deploystack/commit/3467f4b))
9+
* chore(all): bump @types/uuid from 10.0.0 to 11.0.0 ([5ee2773](https://github.com/deploystackio/deploystack/commit/5ee2773))
10+
* chore(all): bump lucide-vue-next from 0.546.0 to 0.552.0 ([b6058de](https://github.com/deploystackio/deploystack/commit/b6058de))
11+
* chore(all): bump marked from 16.4.1 to 17.0.0 ([aa37cf6](https://github.com/deploystackio/deploystack/commit/aa37cf6))
12+
* chore(all): bump release-it from 19.0.5 to 19.0.6 ([d2fdb5c](https://github.com/deploystackio/deploystack/commit/d2fdb5c))
13+
* chore(all): update node version to 24 in workflow files ([147192d](https://github.com/deploystackio/deploystack/commit/147192d))
14+
* chore(backend): release v0.40.0 ([f9a5850](https://github.com/deploystackio/deploystack/commit/f9a5850))
15+
* chore(backend): release v0.40.0 ([58435ff](https://github.com/deploystackio/deploystack/commit/58435ff))
16+
* chore(backend): release v0.41.0 ([f79fcfb](https://github.com/deploystackio/deploystack/commit/f79fcfb))
17+
* chore(backend): release v0.41.0 ([ddc0084](https://github.com/deploystackio/deploystack/commit/ddc0084))
18+
* chore(backend): release v0.42.0 ([9588de4](https://github.com/deploystackio/deploystack/commit/9588de4))
19+
* chore(backend): release v0.42.0 ([9d96581](https://github.com/deploystackio/deploystack/commit/9d96581))
20+
* chore(backend): update dependencies in package.json ([e3f9c05](https://github.com/deploystackio/deploystack/commit/e3f9c05))
21+
* chore(frontend): bump lucide-vue-next in /services/frontend ([cb55024](https://github.com/deploystackio/deploystack/commit/cb55024))
22+
* chore(frontend): release v0.35.0 ([f9bfa86](https://github.com/deploystackio/deploystack/commit/f9bfa86))
23+
* chore(frontend): release v0.35.0 ([37f88a6](https://github.com/deploystackio/deploystack/commit/37f88a6))
24+
* chore(frontend): release v0.36.0 ([577fde3](https://github.com/deploystackio/deploystack/commit/577fde3))
25+
* chore(frontend): release v0.36.0 ([347024b](https://github.com/deploystackio/deploystack/commit/347024b))
26+
* chore(frontend): release v0.37.0 ([2e71d44](https://github.com/deploystackio/deploystack/commit/2e71d44))
27+
* chore(frontend): release v0.37.0 ([bfa8025](https://github.com/deploystackio/deploystack/commit/bfa8025))
28+
* chore(frontend): update dependencies in frontend package.json ([4fa9043](https://github.com/deploystackio/deploystack/commit/4fa9043))
29+
* chore(satellite): bump @types/uuid in /services/satellite ([319a8cf](https://github.com/deploystackio/deploystack/commit/319a8cf))
30+
* chore(satellite): bump zod from 3.25.76 to 4.1.12 in /services/satellite ([f6f825d](https://github.com/deploystackio/deploystack/commit/f6f825d))
31+
* feat(all): Add support for URL query parameters in MCP server configuration ([bce275a](https://github.com/deploystackio/deploystack/commit/bce275a))
32+
* feat(all): add teams management functionality for global admins ([d3a9926](https://github.com/deploystackio/deploystack/commit/d3a9926))
33+
* feat(all): added new route for MCP client config ([1d7fb4a](https://github.com/deploystackio/deploystack/commit/1d7fb4a))
34+
* feat(all): added support for claude code ([6b2e8a7](https://github.com/deploystackio/deploystack/commit/6b2e8a7))
35+
* feat(backend): implement admin team update route with validation and response schemas ([09ae873](https://github.com/deploystackio/deploystack/commit/09ae873))
36+
337
## 0.7.0 (2025-11-04)
438

539
* docs(all): update README to clarify management chaos and token reduction ([d5e5000](https://github.com/deploystackio/deploystack/commit/d5e5000))

services/satellite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deploystack/satellite",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "DeployStack Satellite - MCP Server Management Service",
55
"main": "dist/index.js",
66
"scripts": {

services/satellite/src/config/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export interface VersionInfo {
99

1010
// This will be replaced by the build script
1111
let versionData: VersionInfo = {
12-
version: '0.7.0',
13-
buildTime: '2025-11-03T22:40:42.479Z',
12+
version: '0.8.0',
13+
buildTime: '2025-11-11T21:24:29.711Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)