Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Eclipse Che 7.43 has been released

Hi all,

We have released Eclipse Che 7.43.

Here is the release notes [1] content:

## Major Enhancements

Auto opening cloned project in JetBrains' related editors

Now, when using a Devfile to start a workspace using a JetBrains IDE, the projects from the Devfile are shown in the IDE after startup.

Connect automatically to an OpenShift cluster with the OpenShift Connector VS Code extension

Users token gets automatically injected in the workspace pods at startup and the OpenShift Connector VS Code extension leverages that now. This was already the case for Che server based workspaces and now DevWorkspace based workspaces support it too.

Changes to Che-Theia preferences are persisted in a ConfigMap

When Che-Theia user preferences (including plugins preferences) are changed, they are persisted in a Kubernetes ConfigMap. When a workspace is restarted or when a new workspace is created the existing user preferences will be loaded. There is still a bug that prevents color theme preferences to be persisted. This is something that was already working with Che server based workspaces.

On prem private Gitlab repositores support with OAuth2 flow (without Keycloak)

Che with the DevWorkspace engine now supports on premise private Gitlab repositories. On premise private Bitbucket and github.com private repositories were already supported. Bitbucket Cloud and gitlab.com are not supported yet.

Support for namespace-level configuration of pod tolerations and node selector

It is now possible to specify pod tolerations and node selector for workspaces of a Che instance setting a CustomCheProperty in CheCluster CR. It's not possible to specify that for just one workspace or for one user: it's a global config.

20+ seconds faster Che-Theia startup

The previous DevWorkspace based Che-Theia used to take more than 20 seconds to load due to some blocking built-in plugins startup. Now the built-in plugins are not blocking the main Theia process startup anymore.

## Plugins updates


[1] https://github.com/eclipse/che/releases/tag/7.43.0

Back to the top