Skip to content

Eclipse Che 7.69.0

Compare
Choose a tag to compare
@l0rd l0rd released this 30 Jun 12:24
· 149 commits to main since this release

Major Enhancements

VS Code running in Che workspaces honors NO_PROXY environment variable Backported to 7.67

A widespread convention, when using a corporate proxy, is the use of the environment variable NO_PROXY. This is use to specify the hosts that require a direct connection and though bypassing the proxy. This environment variable is now honored by VS Code running in Che workspaces. Note that upstream VS Code ignores it (a PR exists but has been merged).

New DevWorkspace Operator Metrics

A few more metrics have been added in the OpenShift Console metrics about workspace CPU and memory usage, node CPU and memory usage and number of running workspaces.

Major Bug Fixes

Fixed workspaces startup from a branch that contains slashes (/) in the name (issues 1 and 2)

Before this update, for branches of Git repositories that included a slash(/) in their name, the Devfile will be ignored due to a Devfile could not be found error. With this update, the issue is resolved.

Fixed workspace startup with Azure-hosted Git repositories Backported to 7.67

Before this update, for Git repositories that are hosted by Azure DevOps, new workspaces might fail to start due to a Workspace does not exist error. With this update, the issue is resolved.

Fixed workspace startup with GitLab and Bitbucket raw link to a Devfile Backported to 7.67

Before this update, for links to a raw Devfiles hosted by GitLab or Bitbucket, new workspaces might fail to start due to a "Internal Server Error occurred" error. With this update, the issue is resolved.