Skip to content

Eclipse Che 7.41.0

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

Major Enhancements

Introduce a new operator-based Helm chart and publish it on ArtifactHub. Remove chectl helm installer.

The old Helm chart has been replaced with a new one that reuse Che Kubernetes operator to deploy Che. The new Chart has been published on ArtifactHub. We have removed the helm chart installer in chectl: to install the new Chart users are required to use helm command line tool

Fix Docker Desktop deployment

Docker Desktop deployment of Eclipse Che was not working due to some outdated templates to install the nginx routing controller. The templates have been updated to the latest version.

Java language support was slow due to low CPU limit

During startup and at runtime the Java language server was throttled because it required more CPU than the limit set by the container runtime. The CPU limit was increased from 500MB to 800MB.

Upgrade logback to v1.2.9

Related to https://jira.qos.ch/browse/LOGBACK-1591 and https://cve.report/CVE-2021-42550

Plugins updates