From 1e4b612dceb8a948d4b629f22adaeb2880016d61 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Thu, 12 Feb 2026 00:10:45 +0200 Subject: [PATCH 1/7] Update connect.md Signed-off-by: Justine Geffen --- platform-enterprise_docs/studios/connect.md | 26 ++++++++++++++++----- 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/platform-enterprise_docs/studios/connect.md b/platform-enterprise_docs/studios/connect.md index 818b57ff0..3e0506a23 100644 --- a/platform-enterprise_docs/studios/connect.md +++ b/platform-enterprise_docs/studios/connect.md @@ -1,7 +1,7 @@ --- title: Connect changelog date created: "2025-07-30" -last updated: "2025-12-03" +last updated: "2026-02-12" tags: [connect, changelog, connect-changelog] --- @@ -11,11 +11,21 @@ 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: missing env when testing with platform livedev -- 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) +* Add: SSH Connectivity: + * Server implementation (initialize ssh server when enabled) + * Fingerprint verification + * Set `authSecret` on SSH proxy requests to Platform + * 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 livedev +* 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 @@ -103,7 +113,11 @@ Connect version 0.8.3 introduced a change which required the creation of a `/dat ## 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. + +### 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 28d68baddb36e66051cfb2c25047cfd2ba377790 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Thu, 26 Feb 2026 16:21:09 +0200 Subject: [PATCH 2/7] Update platform-enterprise_docs/studios/connect.md Co-authored-by: Weronika Sosnowska <127099299+weronikasosnowskaseqera@users.noreply.github.com> Signed-off-by: Justine Geffen --- platform-enterprise_docs/studios/connect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-enterprise_docs/studios/connect.md b/platform-enterprise_docs/studios/connect.md index 3e0506a23..7490e484e 100644 --- a/platform-enterprise_docs/studios/connect.md +++ b/platform-enterprise_docs/studios/connect.md @@ -16,7 +16,7 @@ Always use the `recommended` tagged template image for new Studios. Only two ear * Add: SSH Connectivity: * Server implementation (initialize ssh server when enabled) * Fingerprint verification - * Set `authSecret` on SSH proxy requests to Platform + * 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 9d305103fcfd95475afbba879b265f5da0ec9eff Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Thu, 26 Feb 2026 16:22:09 +0200 Subject: [PATCH 3/7] Update connect.md Signed-off-by: Justine Geffen --- platform-enterprise_docs/studios/connect.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/platform-enterprise_docs/studios/connect.md b/platform-enterprise_docs/studios/connect.md index 7490e484e..fd41a7bce 100644 --- a/platform-enterprise_docs/studios/connect.md +++ b/platform-enterprise_docs/studios/connect.md @@ -116,6 +116,11 @@ Connect version 0.8.3 introduced a change which required the creation of a `/dat ### 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 + * Authenticate authorization requests to Platform with oidc secret + * Add SSH connection activity tracking and notifications ### client/v0.9.0 - 2025-12-05 From 9b37eb5856ce1274a71132e379e1b3829441363a Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Thu, 26 Feb 2026 16:22:44 +0200 Subject: [PATCH 4/7] Update SSH connectivity section in connect.md Signed-off-by: Justine Geffen --- platform-enterprise_docs/studios/connect.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platform-enterprise_docs/studios/connect.md b/platform-enterprise_docs/studios/connect.md index fd41a7bce..66f93f2c7 100644 --- a/platform-enterprise_docs/studios/connect.md +++ b/platform-enterprise_docs/studios/connect.md @@ -14,8 +14,7 @@ Always use the `recommended` tagged template image for new Studios. Only two ear ### server/v0.10.0 `latest` - 2026-02-11 * Add: SSH Connectivity: - * Server implementation (initialize ssh server when enabled) - * Fingerprint verification + * 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 From 65ed07d67b225dab04d059bf0ff4ae5628a5541b Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Thu, 26 Feb 2026 16:23:24 +0200 Subject: [PATCH 5/7] Update connect.md Signed-off-by: Justine Geffen --- .../version-25.3/studios/connect.md | 30 +++++++++++++++---- 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/platform-enterprise_versioned_docs/version-25.3/studios/connect.md b/platform-enterprise_versioned_docs/version-25.3/studios/connect.md index 818b57ff0..66f93f2c7 100644 --- a/platform-enterprise_versioned_docs/version-25.3/studios/connect.md +++ b/platform-enterprise_versioned_docs/version-25.3/studios/connect.md @@ -1,7 +1,7 @@ --- title: Connect changelog date created: "2025-07-30" -last updated: "2025-12-03" +last updated: "2026-02-12" tags: [connect, changelog, connect-changelog] --- @@ -11,11 +11,20 @@ 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: missing env when testing with platform livedev -- 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) +* 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 livedev +* 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 @@ -103,7 +112,16 @@ Connect version 0.8.3 introduced a change which required the creation of a `/dat ## 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 + * Authenticate authorization requests to Platform with oidc secret + * 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 e3ed5959619df22547da9743f4c248ebb60857bd Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Thu, 26 Feb 2026 16:49:42 +0200 Subject: [PATCH 6/7] Update platform-enterprise_versioned_docs/version-25.3/studios/connect.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Justine Geffen --- .../version-25.3/studios/connect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-enterprise_versioned_docs/version-25.3/studios/connect.md b/platform-enterprise_versioned_docs/version-25.3/studios/connect.md index 66f93f2c7..905a59ed0 100644 --- a/platform-enterprise_versioned_docs/version-25.3/studios/connect.md +++ b/platform-enterprise_versioned_docs/version-25.3/studios/connect.md @@ -117,7 +117,7 @@ Connect version 0.8.3 introduced a change which required the creation of a `/dat * Moved Docker service management to the Connect-client. * Add: SSH Connectivity: * Server implementation (initialize ssh server when enabled) - * Fingerprint verification + * Fingerprint verification * Authenticate authorization requests to Platform with oidc secret * Add SSH connection activity tracking and notifications From ebfe6e204d2d6de052b1f25bae4efc0e88f7345c Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Thu, 26 Feb 2026 21:41:25 +0200 Subject: [PATCH 7/7] Update platform-enterprise_docs/studios/connect.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Justine Geffen --- platform-enterprise_docs/studios/connect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-enterprise_docs/studios/connect.md b/platform-enterprise_docs/studios/connect.md index 66f93f2c7..b90d38889 100644 --- a/platform-enterprise_docs/studios/connect.md +++ b/platform-enterprise_docs/studios/connect.md @@ -118,7 +118,7 @@ Connect version 0.8.3 introduced a change which required the creation of a `/dat * Add: SSH Connectivity: * Server implementation (initialize ssh server when enabled) * Fingerprint verification - * Authenticate authorization requests to Platform with oidc secret + * Fingerprint verification * Add SSH connection activity tracking and notifications ### client/v0.9.0 - 2025-12-05