Fixed issues
Citrix Secure Developer Spaces™ includes the following fixed issues:
2025.10.6
General
- Fixed a bug in 1-click VM environments using OAuth integration that prevented local IDEs from successfully connecting via SSH Extensions and Plugins. This resolution ensures that developers can utilize their local IDE tools (such as VS Code Desktop or JetBrains Gateway) seamlessly within the authenticated workspace session.
2025.10.5
General
-
Added support for F5 nginx annotations. Platform administrators can now utilize F5 nginx features by enabling the dedicated controller support. To enable this feature, set the following configuration option:
platform: .... useF5NginxController: true <!--NeedCopy-->
Security
- Updated the Go language runtime to version 1.25.5, which addresses and patches known security vulnerabilities.
2025.10.4
General
- Fixed a permission issue that prevented users with the Security Officer role from successfully disabling analytics features on the platform configuration settings page.
- Resolved an issue causing the Workspace API component to enter a CrashLoopBackOff state when the system was managing a large number of active or decommissioned workspaces.
New features
-
Added a new configuration option to disable Amazon EKS auto-mode detection during cluster setup. This provides more granular control in specific deployment environments. To use this option, add the following setting to your cluster configuration:
region: clusterConfig: disableAutoModeCheck: true <!--NeedCopy--> -
Introduced Terraform support for managing user groups. This allows administrators to provision, update, and manage workspace user groups using standard Infrastructure-as-Code practices.
2025.10.3
General
region:
clusterConfig:
disableAutoModeCheck: true
```
- Automation Introduced Terraform support for managing user groups. This allows administrators to provision, update, and manage workspace user groups using standard Infrastructure-as-Code practices.
2025.10.3
General
- Fixed an issue where some Visual Studio Code (VSCode) dependencies failed due to an underlying C standard library requirement. The minimum required glibc version is now 2.28 to ensure full stability and compatibility with remote VSCode functionality on supported Linux distributions.
Security
- Updated the Go language runtime to version 1.25.4, which addresses and patches known security vulnerabilities.
2025.10.2
General
- Resolved Slow Database Migration Performance. An optimization was applied to the database migration engine. This fix significantly reduces the time required to run database updates during product rollouts and version upgrades.
2025.10.1
General
- Removed Dependency on the C Standard Library (libc). The core workspace components have been updated to remove the explicit runtime dependency on libc. ```