From 7c73de68099a1013a86fa3bca781bfbacaae8ead Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Tue, 10 Mar 2026 07:54:18 +0200 Subject: [PATCH 1/6] Update server and client to v0.10.0 with SSH features Updated version numbers and added SSH connectivity features for both server and client, including activity tracking and notifications. Signed-off-by: Justine Geffen --- platform-cloud/docs/studios/connect.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/platform-cloud/docs/studios/connect.md b/platform-cloud/docs/studios/connect.md index 0e5726fbb..83d20fadd 100644 --- a/platform-cloud/docs/studios/connect.md +++ b/platform-cloud/docs/studios/connect.md @@ -11,7 +11,16 @@ Always use the `recommended` tagged template image for new Studios. Only two ear ## Connect server -### server/v0.9.0 `latest` - 2025-12-05 +### server/v0.10.0 `latest` - 2026-02-11 + +* Add: SSH Connectivity: + * Server implementation (initialize SSH server when enabled) + * Authenticate authorization requests to Platform with oidc secret + * Add SSH connection activity tracking and notifications +* Change the logger timestamp format to ISO8601 +* Detect network load balancer health checks + +### server/v0.9.0 - 2025-12-05 - Add: missing env when testing with platform - Fix: security vulnerabilities for crypto ssh library and slack nebula @@ -99,7 +108,15 @@ Always use the `recommended` tagged template image for new Studios. Only two ear ## Connect client -### client/v0.9.0 `latest` - 2025-12-05 +### client/v0.10.0 `latest` - 2026-02-11 + +* Moved Docker service management to the Connect-client. +* Add: SSH Connectivity: + * Server implementation (initialize ssh server when enabled) + * Fingerprint verification + * Add SSH connection activity tracking and notifications + +### client/v0.9.0 - 2025-12-05 - Add: disk size and auto resizing based on compute env - Add: version module and add support for client version From 64329df4c1f1b08e36ca2d6e97a15b0a5485228d Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Wed, 11 Mar 2026 17:02:07 +0200 Subject: [PATCH 2/6] Apply suggestion from @robnewman Co-authored-by: Rob Newman <61608+robnewman@users.noreply.github.com> Signed-off-by: Justine Geffen --- platform-cloud/docs/studios/connect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-cloud/docs/studios/connect.md b/platform-cloud/docs/studios/connect.md index 83d20fadd..944c15fb1 100644 --- a/platform-cloud/docs/studios/connect.md +++ b/platform-cloud/docs/studios/connect.md @@ -15,7 +15,7 @@ Always use the `recommended` tagged template image for new Studios. Only two ear * Add: SSH Connectivity: * Server implementation (initialize SSH server when enabled) - * Authenticate authorization requests to Platform with oidc secret + * Authenticate authorization requests to Platform with OIDC secret * Add SSH connection activity tracking and notifications * Change the logger timestamp format to ISO8601 * Detect network load balancer health checks From af6e304f7ecab332bc56bdbc1912f51a864aa793 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Wed, 11 Mar 2026 17:02:14 +0200 Subject: [PATCH 3/6] Apply suggestion from @robnewman Co-authored-by: Rob Newman <61608+robnewman@users.noreply.github.com> Signed-off-by: Justine Geffen --- platform-cloud/docs/studios/connect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-cloud/docs/studios/connect.md b/platform-cloud/docs/studios/connect.md index 944c15fb1..f01e042c1 100644 --- a/platform-cloud/docs/studios/connect.md +++ b/platform-cloud/docs/studios/connect.md @@ -23,7 +23,7 @@ Always use the `recommended` tagged template image for new Studios. Only two ear ### server/v0.9.0 - 2025-12-05 - Add: missing env when testing with platform -- Fix: security vulnerabilities for crypto ssh library and slack nebula +- Fix: security vulnerabilities for crypto SSH library and Slack Nebula - Upgrade go (from v1.24.3 to 1.25.3) and caddyserver (from 2.10.0 to 2.10.2) ### server/v0.8.4 - 2025-10-31 From 6a5698e3080567d5d4069eeaf7d9646eefd9c958 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Wed, 11 Mar 2026 17:02:26 +0200 Subject: [PATCH 4/6] Apply suggestion from @robnewman Co-authored-by: Rob Newman <61608+robnewman@users.noreply.github.com> Signed-off-by: Justine Geffen --- platform-cloud/docs/studios/connect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-cloud/docs/studios/connect.md b/platform-cloud/docs/studios/connect.md index f01e042c1..937d64e3f 100644 --- a/platform-cloud/docs/studios/connect.md +++ b/platform-cloud/docs/studios/connect.md @@ -112,7 +112,7 @@ Always use the `recommended` tagged template image for new Studios. Only two ear * Moved Docker service management to the Connect-client. * Add: SSH Connectivity: - * Server implementation (initialize ssh server when enabled) + * Server implementation (initialize SSH server when enabled) * Fingerprint verification * Add SSH connection activity tracking and notifications From 84d70b5a059c1e462935370703e243cace2c4a9d Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Wed, 11 Mar 2026 17:02:35 +0200 Subject: [PATCH 5/6] Apply suggestion from @robnewman Co-authored-by: Rob Newman <61608+robnewman@users.noreply.github.com> Signed-off-by: Justine Geffen --- platform-cloud/docs/studios/connect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-cloud/docs/studios/connect.md b/platform-cloud/docs/studios/connect.md index 937d64e3f..051d3a99b 100644 --- a/platform-cloud/docs/studios/connect.md +++ b/platform-cloud/docs/studios/connect.md @@ -118,7 +118,7 @@ Always use the `recommended` tagged template image for new Studios. Only two ear ### client/v0.9.0 - 2025-12-05 -- Add: disk size and auto resizing based on compute env +- Add: disk size and auto resizing based on compute environment - Add: version module and add support for client version - Fix: security vulnerabilities for crypto ssh library and slack nebula - Upgrade go (from v1.24.3 to 1.25.3) and caddyserver (from 2.10.0 to 2.10.2) From fc478b91f08d42026d91bb09ce9b3aad96114b98 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Wed, 11 Mar 2026 18:12:01 +0200 Subject: [PATCH 6/6] updated date --- platform-cloud/docs/studios/connect.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/platform-cloud/docs/studios/connect.md b/platform-cloud/docs/studios/connect.md index 051d3a99b..11b8ea9e8 100644 --- a/platform-cloud/docs/studios/connect.md +++ b/platform-cloud/docs/studios/connect.md @@ -1,7 +1,7 @@ --- title: Connect changelog date created: "2025-07-30" -last updated: "2025-11-24" +last updated: "2026-03-11" tags: [connect, changelog, connect-changelog] --- @@ -32,7 +32,7 @@ Always use the `recommended` tagged template image for new Studios. Only two ear ### server/v0.8.3 - 2025-07-25 -* Extract Fusion version +* Extract Fusion version * Fix(proxy): include prefix in Location header ### server/v0.8.2 - 2025-07-21 @@ -110,16 +110,16 @@ Always use the `recommended` tagged template image for new Studios. Only two ear ### client/v0.10.0 `latest` - 2026-02-11 -* Moved Docker service management to the Connect-client. +* Moved Docker service management to the Connect-client. * Add: SSH Connectivity: * Server implementation (initialize SSH server when enabled) - * Fingerprint verification + * Fingerprint verification * Add SSH connection activity tracking and notifications ### client/v0.9.0 - 2025-12-05 - Add: disk size and auto resizing based on compute environment -- Add: version module and add support for client version +- Add: version module and add support for client version - Fix: security vulnerabilities for crypto ssh library and slack nebula - Upgrade go (from v1.24.3 to 1.25.3) and caddyserver (from 2.10.0 to 2.10.2) - Bump server to 0.9.0 @@ -135,8 +135,8 @@ Always use the `recommended` tagged template image for new Studios. Only two ear ### client/v0.8.5 - 2025-07-29 * Feat: add eStargz support to client images -* Feat: send squash notifications to platform -* Feat: extract Fusion version +* Feat: send squash notifications to platform +* Feat: extract Fusion version ### client/v0.8.4 - 2025-07-18 @@ -146,7 +146,7 @@ Always use the `recommended` tagged template image for new Studios. Only two ear ### client/v0.8.3 - 2025-06-19 -* Fix: return normal err when server closes connection +* Fix: return normal err when server closes connection ### client/v0.8.2 - 2025-06-17 @@ -169,7 +169,7 @@ Always use the `recommended` tagged template image for new Studios. Only two ear * fix: swap connector after closing previous ### client/v0.7.7 - 2025-03-07 - + * Feat: add 10 minutes waiting period before failing notifying Platform ### client/v0.7.6 - 2025-03-03