Skip to content

Commit cb76642

Browse files
authored
Merge pull request #754 from deploystackio/satellite-release
[Satellite Release] v0.22.0
2 parents 2b44415 + 942eaf8 commit cb76642

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

services/satellite/CHANGELOG.md

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

3+
# [0.22.0](https://github.com/deploystackio/deploystack/compare/satellite-v0.21.0...satellite-v0.22.0) (2026-02-24)
4+
5+
6+
### chore
7+
8+
* **all:** update dependencies ([](https://github.com/deploystackio/deploystack/commit/9a4e8cc37fc265a67e822ec05aa5ef89c7bb44b0))
9+
10+
11+
### feat
12+
13+
* **all:** add public GitHub repository deployment without GitHub App ([](https://github.com/deploystackio/deploystack/commit/f9045615b715109f4b5fbfe8408344b540bc9da5))
14+
* **all:** add skip_oauth_flow flag for MCP catalog servers ([](https://github.com/deploystackio/deploystack/commit/154a8c0dc88a567ebe02b333c65fa52ea7126546))
15+
* **all:** auto-detect GitHub installations for user accounts ([](https://github.com/deploystackio/deploystack/commit/a41d5d00e42e61ea96796d43aad9886a23a00986))
16+
* **all:** enhance MCP config management and deploy wizard ([](https://github.com/deploystackio/deploystack/commit/46a897a82d81074086022d38b637a962e3b907a1))
17+
* **satellite:** add cgroup v2 auto-detection and fix stderr log delivery ([](https://github.com/deploystackio/deploystack/commit/14d7efc735cc2593960fdf5a68129a62cb4fcd80))
18+
* **satellite:** add MCP resource proxying and preserve _meta for MCP Apps support ([](https://github.com/deploystackio/deploystack/commit/9e33919b34509a0d721697fd8975e476eb406fd5))
19+
20+
21+
### fix
22+
23+
* **all:** resolve OAuth popup not communicating back to parent window ([](https://github.com/deploystackio/deploystack/commit/5df38edd60f34a60d372a1a8841f4e3103adbf26))
24+
25+
26+
### refactor
27+
28+
* **satellite:** update caching logic for tools and resources ([](https://github.com/deploystackio/deploystack/commit/04da74e082cdb20c987e018e02fe46585b1bf5e2))
29+
330
# [0.21.0](https://github.com/deploystackio/deploystack/compare/frontend-v0.56.0...satellite-v0.20.0) (2026-02-14)
431

532

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.21.0",
3+
"version": "0.22.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.21.0',
13-
buildTime: '2026-02-14T20:17:43.732Z',
12+
version: '0.22.0',
13+
buildTime: '2026-02-24T22:59:36.234Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)