github eclipse-che/che 7.62.0
Eclipse Che 7.62.0

latest releases: 7.92.0, 7.91.0, 7.90.0...
18 months ago

Major Enhancements

Azure DevOps git repositories support (backported to 7.60)

It's now possible to start an Eclipse Che workspace from an Azure DevOps git repository URL, including URLs of private repositories. A Devfile included in the Azure DevOps git repository specifies the cloud development environment. Azure DevOps is the forth git service supported by Eclipse Che. Bitbucket, GitLab and GitHub (including GH enterprise) were already supported.

Lighter installation and less maintenance burden as Eclipse Che doesn't require PostgreSQL anymore

Starting from this release PostgreSQL is no part of Che installation anymore. The Eclipse Che server used to require a database to persist workspaces and users data but this is not the case anymore. The server is a stateless applications and HA with rolling update is now possible.

Use projected volumes for auto-mount configmaps/secrets when they use the same mount path

With Kubernetes Projected Volumes it's possible to mount multiple volume sources in the same folder. Eclipse Che uses Projected Volumes when two or more volume sources (ConfigMap, Secret, PersistentVolume) are annotated to be mounted in the same folder..

Allowing users to update the workspace if they edit the project devfile in VS Code

This new feature allows to update workspace from VS Code itself. If a file named devfile.yaml or .devfile.yaml exists at the root of the project, the new command "Eclipse Che: Restart from Local Devfile" is available and can be used to update the workspace definition using the Devfile content.
image

Support URLs with basic authentication when resolving a devfile (backported to 7.60)

HTTP basic authentication with URL in the format https://<token>@<git-host>/<git-repo-path> is now supported to start a workspace from a git repository that requires authentication.

Checking if the workspace number limit has been exceeded should be the very first validation step during workspace startup

With the intent to fail earlier when a developer tries to run a number of workspaces that exceeds the limit that has been configured by the administrator, the check is performed at the very beginning of the workspace is started.

Major Bug Fixes

Getting Started samples on the website are not processed correctly - 'session' and 'code' attributes are not dropped during startup

When an Eclipse Che developer is redirected to the authentication page, the original workspace URL may be updated with some extra parameters. Those were not filter out by Eclipse Che and caused workspace start failures. This has been fixed in current release.

Cannot see list of workspaces after clicking 'Return to dashboard'

A bug in the link return to dashboard in the workspace startup page has been fixed in this release. When a user followed the link the resulting page was missing Eclipse Che left menu.

Cannot create Kubernetes/OpenShift Components from Devfile (backported to 0.19)

A bug on the recently introduced support of Devfile components of type Kubernetes and OpenShift has been fixed in this release. The bug caused workspace startup failure when the developer is not a privileged Kubernetes user.

Don't miss a new che release

NewReleases is sending notifications on new releases.