Major Enhancements
Base developer image based on UBI10
The base developer image based on UBI10 is now available at quay.io/devfile/base-developer-image:ubi10-latest.
DevWorkspace Operator 0.37.0
The DevWorkspace Operator 0.37.0 has been released, providing new functionality to Eclipse Che. View the changelog here.
SSH local to remote support in VS Code-based editors
Make it possible to connect to a DevWorkspace using the SSH protocol from a local (desktop) VS Code-based editor.
SSH.Local.to.Remote.mp4
Update Visual Studio Code - Open Source ("Code - OSS") to 1.101.2 version
Visual Studio Code - Open Source ("Code - OSS") has been updated to the 1.101.2 upstream version. Read more in the official release notes.
Update Fabric8-Kubernetes-Client to version 7.4.0
With this release, the Fabric8 Kubernetes client used in che-server has been updated to version 7.4.0. For details on the changes included in this update, see the official release notes.
Bug Fixes
Provider name is empty for bitbucket.org
This release fixes a bug in the Add/Edit Personal Access Token (PAT) window and adds Bitbucket to the list of supported providers. Bitbucket SaaS OAuth 2 tokens are now automatically selected in the provider dropdown when editing a token.

The "Git repo URL" field on the "Create Workspace" page of the User Dashboard doesn't respect the private_token
URL parameter
This release fixes a bug where the private_token
URL parameter in the Git repo URL field on the Create Workspace page was ignored. Now, if you include private_token
in the repo URL, the workspace will properly use it to authenticate.
.che/che-editor.yaml changes not applied on workspace restart — only on creation
Previously, changes in .che/che-editor.yaml were not applied when a workspace was restarted. This release fixes that bug, ensuring that custom editor updates defined in .che/che-editor.yaml are correctly applied after restarting the workspace.
Replace cluster's console URL with one to authentication credentials on landing page for Jetbrains Gateway-based workspaces
Reduce the number of login steps by displaying the user's authentication credentials for a cluster directly on the JetBrains Gateway landing page once the DevWorkspace has started.