Eclipse Che 7.38.0
Major Enhancements
Adding git lfs support
Che workspaces are now supporting Git Large File Storage extension https://git-lfs.github.com/
Fix out of memory Che Operator error when the Kubernetes cluster has many namespaces
The latest version of Che Operator crashed with an OOM error in cluster with many namespaces because it caches more than just the local namespace's objects. The workaround is to increase the memory limit.
Ability to provide the path to the Devfile.yaml when using factory workflow
If the devfile is not at the root of a repository or has a different name than devfile.yaml
it can be referenced using a parameter devfilePath
in the factory URL.
Add a factory link parameter to specify the editor
A user can specify a particular editor to use as a factory link parameter. For example, to use Che-Theia, http://che-server#https://github.com/eclipse/che&editor=che-theia.
Enhancements in the way how OAuth2 providers can be configured
The way to configure GitHub, Bitbucket and Gitlab as Git service providers for Che workspaces has been made consistent and simpler.
Update go version to v1.17 in plugin sidecar and getting started sample
Update go version to v1.17 in plugin sidecar and getting started sample.