Skip to content

Commit d735671

Browse files
authored
Merge pull request #583 from deploystackio/satellite-release
[Satellite Release] v0.14.2
2 parents 6aa532f + d226fd7 commit d735671

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## <small>0.14.2 (2025-12-14)</small>
4+
5+
* fix(satellite): resolve Docker volume permission issues preventing credential persistence 6aa532f24650a1e009a0be5e5869c295640e436b
6+
* feat(all): add satellite selection to MCP client configuration 34d1a7972db2b8099825478998fc300058cddaac, closes #548
7+
38
## <small>0.14.1 (2025-12-14)</small>
49

510
* feat(all): add satellite_url field with auto-detection and first-heartbeat updates 6ec441c8dfecc96bf7c36c9066f8c2d4a7bd2cf2

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.14.1",
3+
"version": "0.14.2",
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.14.1',
13-
buildTime: '2025-12-14T12:04:20.358Z',
12+
version: '0.14.2',
13+
buildTime: '2025-12-14T16:05:54.385Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)