Skip to content

Eclipse Che 7.80.0

Compare
Choose a tag to compare
@ibuziuk ibuziuk released this 23 Jan 18:18
· 55 commits to main since this release

Major Enhancements

Support workspace startup for every Git provider over SSH protocol

It is now possible to configure SSH keys and start workspaces using not only GitHub, GitLab, BitBucket, and Azure DevOps, but also any other Git providers that were previously not supported, such as:

Allow to copy and paste an SSH Key on the User Dashboard

It is now possible not only to upload but also to copy and paste an SSH Key on the the User Dashboard:

Screen.Recording.2023-12-20.at.15.45.57.mov

Support Devfiles version 2.2.1 and 2.2.2

Devfiles with schemaVersion 2.2.1 and 2.2.2 are now supported.

Documentation for Eclipse Che installation on the Azure Kubernetes Service (AKS)

Installation instructions for Eclipse Che on Azure Kubernetes Service (AKS) are now part of the official documentation. Before this release, only community-contributed blog post on this subject was available.

Major Bug fixes

Workspace from public GitHub Enterprise Server repo fails to start

Previously workspaces from public GitHub Enterprise Server repositories failed to start if no OAuth or Personal Access Token (PAT) was configured.

'defaultPlugins' defined in the Custom Resource are ignored and not applied during workspace startup

The regression related to processing the defaultPlugins defined in the Custom Resource has been fixed in this release, and extra sidecar plugins can be added using a devfile.yaml reference:

     devEnvironments:
       - editor: che-incubator/che-code/insiders
         plugins:
            - >-
              https://example.com/devfile.yaml