Chapter 3. Bug fixes
3.1. Persistent Home does not work with per-workspace storage strategy
Previously, the persistUserHome
CheCluster Custom Resource property was not working with the per-workspace storage strategy. The defect has been fixed in this release and now you can use the persistUserHome
option with both the per-user
and the per-workspace
storage strategies.
Find more details about the property in the official documentation.
Additional resources
3.2. "Restart Workspace from Local Devfile" fails with "You can only have 1 running workspace at a time."
Before this release, there was a sporadic defect affecting workspace startup after using the "Restart Workspace from local Devfile" functionality from che-code. The following error message would appear: "You can only have 1 running workspace at a time". With this release, the issue is fixed.
Additional resources
3.3. Workspace startup failures from Bitbucket server repository via OAuth2
Before this release, workspace startup from a Bitbucket Server private repository using OAuth2 failed with the "Repository/Devfile URL is missing" error. With this release, the issue is fixed.
Additional resources
3.4. CORS-related network error when fetching editor devfile
Referencing an editor using che-editor
URL parameter could result in a CORS-related network error. The defect has been fixed in this release.
Additional resources
3.5. Missing URL sanitization for Git URL from User Preferences Personal Access Token Dialog
Previously, when a developer created a Personal Access Token from the User Preferences, there was no validation of the Git URL. If the URL was invalid it led to login and dashboard usage issues due to a java.net.URISyntaxException: Illegal character exception
. To resolve the access issue, you had to manually intervene with the generated secret. The defect has been fixed in this release.
Additional resources
3.6. Import from Git widget does not trim spaces in the input value
Before this release, trailing spaces were not trimmed in the input field of the "Import from Git" widget resulting in the "URL or SSHLocation is not valid" error.
Additional resources
3.7. Revoke OAuth button still in active state after OAuth revoked
Previously, the Revoke OAuth button continued to be active after the execution. The defect has been fixed in this release.
Additional resources