Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Eclipse Che v7.44 and v7.45 have been released

Hi all,

Today we released Eclipse Che v7.45, whereas v7.44 was released a couple of weeks ago.

Here are the release notes:

Eclipse Che v7.45 [1]

Major Enhancements

Che administrators can specify a header message on User Dasboard visible to every user
It's now possible to customize Che User Dashboard, Che users landing page, to show a message that has been setup by the administrator. The message will be visible to every user that will have access to Che User Dashboard.

Eclipse Che v7.44 [2]

Major Enhancements

Che-Theia Plugins view support for DevWorkspace based workspaces
Che-Theia now supports plugins management from the built-in Plugin View for DevWorkspace based workspaces as well.

Support for devfile v2 parents
The [Devfile v2 specification](https://devfile.io/docs/devfile/2.1.0/user-guide/api-reference.html) introduced the concept of `parent` that allow to reference an existing Devfile. Che now supports that with DevWorkspace based workspaces.

Major Bug Fixes

After upgrading to Che v7.42 it was not possible to start workspaces if the TLS ConfigMap size was bigger than 1KB
After upgrading to Che v7.42, workspaces startup failed if the TLS bundle ConfigMap size was > 1KB. To address that HTTP2 had to be disabled in the che-server to Kubernetes API.

Fix the restart of che-code based workspaces
Workspaces that use che-code as an editor failed to restart or start (if stopped). This has been fixed in this release.

Plugins Updates

Upgrade Language Support for Apache Camel by Red Hat VS Code extension to v0.1.5

[1] https://github.com/eclipse/che/releases/tag/7.45.0
[2] https://github.com/eclipse/che/releases/tag/7.44.0

Back to the top