Skip to content

Instantly share code, notes, and snippets.

@ibuziuk
Created February 19, 2025 16:43
Show Gist options
  • Save ibuziuk/fff1f8e3cc80264123f306be7ae3f90e to your computer and use it in GitHub Desktop.
Save ibuziuk/fff1f8e3cc80264123f306be7ae3f90e to your computer and use it in GitHub Desktop.

Major Enhancements

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:

Screenshot 2025-02-18 at 12 22 04

Screenshot 2025-02-19 at 13 23 35

More details about the setup can be found in the official documentation.

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.

Bug Fixes

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.

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:

Image

The defect has been fixed in this release.

Before this release, the 'Devfile Viewer' styles were broken on the User Dashboard for some devfiles:

Image

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"):

Image

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.

Screenshot 2025-02-19 at 17 26 34

The defect related to the workspace startup from the private repository and refused OAuth has been fixed in this release.

Screenshot 2025-02-19 at 17 35 10

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.

Screenshot from 2025-01-07 02-02-09

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment