Skip to content

Eclipse Che 7.73.0

Compare
Choose a tag to compare
@ibuziuk ibuziuk released this 24 Aug 14:02
· 122 commits to main since this release

Major Enhancement

Allow configuring default container/pod SecurityContext in CheCluster CR

New CheCluster CR fields have been introduced spec.devEnvironments.security, spec.devEnvironments.security.containerSecurityContext, and spec.devEnvironments.security.podSecurityContext.
The latter two fields allow configuring the pod and security contexts used by workspaces by setting the corresponding DWOC fields.

When the devEnvironments.security.containerSecurityContext field is used and devEnvironments.disableContainerBuildCapabilities is set to false, the container security context required for the container-builds SCC will be used, overriding the security context set in devEnvironments.security.containerSecurityContext.

Workspaces Startup Page Improvements

startup improvements

vlcsnap-2023-08-08-11h20m11s343

Major Bug Fixes

Azure Repo ending with .git fails to recognize the devfile in the repo

Avoid workspaces page blinking

Dashboard sends the same requests double times

"Backend is not available" error when trying to login into Dashboard with both Bitbucket Server OAuth and PAT configured