Skip to content

Eclipse Che 7.58.0

Compare
Choose a tag to compare
@l0rd l0rd released this 04 Jan 10:18
· 262 commits to main since this release

Major Enhancements

Auto-install VS Code extensions specified in `.vscode/extensions.json`

Recommended extensions in file .vscode/extensions.json are automatically installed by che-code at workspace startup. Before the developer get prompted to install them. This is the behavior we had in che-theia as well.

Use a pre-created ServiceAccount for workspace Pods

Workspace Pods ServiceAccountes are created by the DevWorkspace controller at workspace creation. This behavior can be changed now using the CheCluster field devEnvironments.serviceAccount to specify a pre-existing SA that will be used be by the DevWorkspace operator when starting the workspaces.

New DevWorkspace specification tab added to the User Dashboard

It's possible to view the specification of the DevWorkspace object that defines a workspace from the User Dashbaord Workspace details menu, in a new tab in addition to the Devfile tab.

Upgrade Kamel CLI to 1.11.0 in Universal Developer Image

Kamel CLI has been upgraded from 1.9.2 to 1.11.0.

Major Bug Fixes

Unexpeted session expiration invalidation results in random logouts

Before this fix the developer could be logged out unexpectedly because the session expired for unknown reasons.

Cannot install Eclipse Che on minikube with chectl

Before this fix it was not possible to install Che on minikube due to an error during Minikube preflight checklist