Skip to content

Eclipse Che 7.65.0

Compare
Choose a tag to compare
@l0rd l0rd released this 11 May 23:20
· 210 commits to main since this release

Major enhancements

Container logs, including init containers, are available in the workspace startup page 'Logs' tab

The 'Logs' tab of the startup screen has been refactored to include the logs of the workspace containers. A dropdown menu allows to select the container and the logs are shown

image

Implement VS Code health check endpoint

An /healthz endpoint has been added to VS Code. Clients can use it to figure out when the VS Code server is ready to serve requests. In particular, at workspace startup, Eclipse Che dashboard redirects the developer to VS Code URL as soon as it get a successful response from the health check endpoint. Before the developers could get a 404 error if the dashboard redirection happened too early.

image

Removed functionalities

Make "Devfile" on User Dashboard uneditable

Devfile editing should happen in the IDE itself and in the last months we have made some improvements in this area. Considered that the Eclipse Che Dashboard Devfile editor was more fragile and difficult to use we have decided to make it read-only.

image