Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Eclipse Che v7.48 has been released

Hi all,

Last week we released Eclipse Che v7.48. Here are the release notes:

Major Enhancements

Default Che URL prefix should be eclipse-che rather than che-eclipse-che

The default URL is now shorter and doesn't have the name che repeated twice in it. The URL prefix doesn't depend on the Kubernetes namespace where Che is deployed anymore but is always in the format eclipse-che.<cluster-domain>.

Always use OAuth flow to authenticate user against Git services (GitHub, Gitlab and Bitbucket) when a workspace starts

When starting a workspace for the first time users are prompted systematically to authenticate against the Git service provider if the OAuth flow has been enabled by the administrator. That allows you to always inject personal tokens with git credentials in workspaces. That was done for private repositories only and it's now extended to any repository. The git services providers that are supported are GitHub SaaS, Gitlab on-prem and Bitbucket on-prem.

Include a link to go back to the dashboard in the workspace loading page

The workspaces loading page didn't have any link to get back to the dashboard. Now it's possible to click on a link on the top left of the page to get back to the dashboard and on a link that is shown when an error occurs.

Major Bug Fixes

No major bug fix in this release

VS Code extensions Updates

No VS Code extension update in this release


Back to the top