Skip to content

Instantly share code, notes, and snippets.

@ibuziuk
Created March 14, 2025 11:51
Show Gist options
  • Save ibuziuk/db4b7ad0d1ee8877ef692902698eb3cb to your computer and use it in GitHub Desktop.
Save ibuziuk/db4b7ad0d1ee8877ef692902698eb3cb to your computer and use it in GitHub Desktop.

Major Enhancements

Starting from this release, users can configure PAT (Personal Access Token) for accessing the Microsoft Azure DevOps Server (TFS) instance hosted on-premise. N.B. OAuth 2.0 isn't currently supported on Azure DevOps Server, see the official documentation page.

Screenshot 2025-03-14 at 12 15 48

Learn more about the PAT setup in the official documentation.

Docs PR - eclipse-che/che-docs#2851

The procedure for importing untrusted TLS certificates has been sufficiently simplified in this release. You can learn more about the procedure in the official documentation.

Docs PR - eclipse-che/che-docs#2869

Bug Fixes

Previously, there was an issue where 'ms-python.python' extensions failed to be activated when the Visual Studio Code - Open Source ("Code - OSS") editor was refreshed in the browser. This defect was fixed in this release.

When accessed, the user dashboard makes a POST /Kubernetes/namespace/provision request. In some clusters, the request could take more than the 15-second timeout, making it impossible to access the user dashboard. The timeout was updated to 30 seconds in this release. Additionally, it is now possible to customize the timeout using the CHE_DASHBOARD_AXIOS_REQUEST_TIMEOUT environment variable.

This release fixes a bug where the User Dashboard did not properly display the original devfile in the workspace's 'Devfile' view image

Before this release, the workspaces based on devfiles with the parent reference failed to start with the "Cannot add property attributes, object is not extensible" error:

Image

The defect has been fixed in this release.

Previously a workspace startup from a Gitea repository using SSH url was interrupted by the following warning message:

Image

The defect has been fixed in this release.

Previously, there was a bug where if the Gitconfig tab from the User Dashboard was opened before a PAT is created for the user, the Gitconfig tab would not display the user name and email. This defect was fixed in this release.

image

Previously, Eclipse Che would fetch the git user and email from the git provider regardless of whether the data already exists in the workspace-userdata-gitconfig-configmap ConfigMap in the user's namespace. In this release the ConfigMap is checked before, and only fetches the data from the git provider if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment