Skip to content

Commit cbcf104

Browse files
authored
Merge pull request #499 from deploystackio/satellite-release
[Satellite Release] v0.11.0
2 parents 482c6f4 + 9fddc8e commit cbcf104

File tree

4 files changed

+32
-4
lines changed

4 files changed

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

3+
## 0.11.0 (2025-11-23)
4+
5+
* chore(all): update dependencies across services 44bbbc2
6+
* chore(backend): release v0.44.0 09333c5
7+
* chore(backend): release v0.44.0 1c71e34
8+
* chore(backend): release v0.45.0 482c6f4
9+
* chore(backend): release v0.45.0 13a7796
10+
* chore(frontend): release v0.39.0 2245bc8
11+
* chore(frontend): release v0.39.0 fd6535a
12+
* chore(frontend): release v0.40.0 d422afc
13+
* chore(frontend): release v0.40.0 b5ddad8
14+
* refactor(all): simplify conventional changelog preset configuration 482c662
15+
* feat(all): add OAuth authorization step in server installation wizard fce8128
16+
* feat(all): add README content management to MCP server forms f0b706e
17+
* feat(backend): add endpoint to retrieve available satellites for team 5c87421
18+
* feat(backend): add installation_type field for OAuth installations c79f52a
19+
* feat(backend): add OAuth token management services and utilities 3729357
20+
* feat(backend): added icon_url to mcp catalog a1d66de
21+
* feat(backend): auto-fill icon_url from GitHub avatar if not provided 3f418cf
22+
* feat(backend): implement OAuth token retrieval and status endpoints 51472b6
23+
* feat(backend): implement OAuthDiscoveryService for detecting and discovering OAuth metadata from MCP 424a4bc
24+
* feat(frontend): add icon_url field to MCP server forms and views 7356c2b
25+
* feat(frontend): add satellite selection step in installation wizard f4c71d0
26+
* feat(frontend): add website URL display in MCP server card 703416c
27+
* feat(frontend): add website URL field to MCP server forms 5de8134
28+
* feat(frontend): enhance MCP server details with specifications view 3f08f39
29+
* feat(frontend): make repository URL optional in GitHub step aab785c
30+
331
## 0.10.0 (2025-11-17)
432

533
* chore(all): bump @octokit/request from 10.0.6 to 10.0.7 ([ed81e3e](https://github.com/deploystackio/deploystack/commit/ed81e3e))

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.10.0",
3+
"version": "0.11.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.10.0',
13-
buildTime: '2025-11-17T19:47:55.600Z',
12+
version: '0.11.0',
13+
buildTime: '2025-11-23T07:00:30.861Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)