Starting from this release it is possible to connect the local desktop Microsoft Visual Studio Code to the Cloud Development Environment using the Remote Tunnels:
More details about the setup can be found in the official documentation.
Eclipse Che is using DevWorkspace Operator under the hood to manage the lifecycle of the Cloud Development Environments. In this release, Platform-Specific Installation Guides for kind, minikube, and OpenShift have been contributed to the project's documentation.
Previously, there was a known issue affecting Visual Studio Code - Open Source ("CODE - OSS") after an upgrade when an obsolete version of the editor was used for existing workspaces, instead of a new one. The defect has been fixed in this release.
A new workspace cannot be created if the target devfile contains both parent refernce and the storage-type attribute
Before this release, it was not possible to create a workspace, if the target devfile had a parent reference and override the storage-type
field since the parent schema does not support overrides in the attributes.
Starting from this release, the attributes.controller.devfile.io/storage-type
is not applied in the child devfile if it is defined in the parent, and the Change Storage Type
widget is disabled:
The defect has been fixed in this release.
Before this release, the 'Devfile Viewer' styles were broken on the User Dashboard for some devfiles:
Before this release, the 'Changes' commands in the drop-down list were unavailable on the 'Source Control' panel of the Visual Studio Code - Open Source ("CODE - OSS"):
Start workspace page displayed misleading warning "The Bitbucket integration is not configured properly" when opening gogs public repo using HTTP URL
Previously, a warning message "The Bitbucket integration is not configured properly" was shown when creating workspace from private hen opened gogs public repo using HTTP URL.
The defect related to the workspace startup from the private repository and refused OAuth has been fixed in this release.
Warning message "Cannot build a factory with any of the provided parameters" was shown when creating workspace from private repo of gogs server using SSH URL
Previously, a warning message "Cannot build a factory with any of the provided parameters" was shown when creating workspace from a private repo of gogs server using SSH URL.