Skip to content

Eclipse Che 7.59.0

Compare
Choose a tag to compare
@l0rd l0rd released this 12 Jan 15:38
· 259 commits to main since this release

Major Enhancements

Add support for devfile kubernetes and openshift components (backported to v7.58)

Eclipse Che now supports devfile components of type kubernetes and openshift. That allow to reference Kubernetes and OpenShift manifests in a devfile and include them as part of the workspace. Devfile components of type volume and container were already supported, components of type image are not supported yet.

Allow configuring workspace start timeout via CheCluster spec

The timeout to consider workspaces startup as failed was hardcoded to 5 minutes and could not be changed by administrators. With this new feature Che administrators can specify the workspaces startup timeout in the CheCluster custom resource.

Allow specify workspace pods schedulerName via CheCluster spec

Before, the Kubernetes scheduler that managed Che workspaces was always the default one. Now Che administrators can specify an alternative Kubernetes scheduler using the CheCluster custom resource.
Backported to 7.58

Allow configuring ephemeral storage strategy in CheCluster

It's now possible to specify ephemeral as the default storage strategy for every workspace through the CheCluster custom resource.