Chapter 3. Bug fixes
3.1. Error when connecting to Ansible Lightspeed from Ansible extension Copy linkLink copied to clipboard!
Previously, there was a defect related to the connection to the Lightspeed service when you used the Ansible extension. Following error message would appear: "Error: invalid_request. Invalid redirect URI." This defect has been fixed in this release.
Additional resources
3.2. A new workspace can not be created if the target devfile contains both parent reference and the storage-type attribute Copy linkLink copied to clipboard!
Before this release, you could not create a workspace if the target devfile had a parent reference, and had the storage-type field overridden, since the parent schema does not support overrides in the attributes. The defect has been fixed. Starting from this release, the attributes.controller.devfile.io/storage-type is not applied in the child devfile if it is defined in the parent. The Change Storage Type widget is also disabled in this situation.
Additional resources
3.3. Broken 'Devfile Viewer' styles on the User Dashboard Copy linkLink copied to clipboard!
Before this release, the 'Devfile Viewer' styles were broken on the User Dashboard for some devfiles. The defect has been fixed in this release.
Additional resources
3.4. The 'Changes' commands in the drop-down list are not available on the 'Source Control' panel Copy linkLink copied to clipboard!
Before this release, the 'Changes' commands in the drop-down list were not available on the 'Source Control' panel of the Visual Studio Code - Open Source ("CODE - OSS"). The defect has been fixed in this release.
Additional resources
3.5. Start workspace page displays misleading warning when opening gogs public repository using HTTP URL Copy linkLink copied to clipboard!
Previously, a warning message "The Bitbucket integration is not configured properly" appeared when gogs public repository was opened using HTTP URL. The defect has been fixed in this release.
Additional resources
Previously, a warning message "Cannot build a factory with any of the provided parameters" appeared when creating a workspace from a gogs private repository using an SSH URL. The defect has been fixed in this release.
Additional resources
3.7. Dashboard should serve getting-started devfile samples from /index/all Copy linkLink copied to clipboard!
Previously, the User Dashboard served the getting started samples from the /index route of the configured externalDevfileRegistries. Starting from this release, the /index/all route is used instead.
Additional resources
3.8. The http raw devfile is not properly resolved by the User Dashboard Copy linkLink copied to clipboard!
This release fixes a bug where the User Dashboard did not properly display the original devfile in the workspace’s Devfile view
Additional resources
Before this release, workspaces based on devfiles with parent reference failed to start with the following error message: "Cannot add property attributes, object is not extensible". The defect has been fixed in this release.
Additional resources
3.10. Automatically restart from local devfile when devfile failed to be resolved at startup Copy linkLink copied to clipboard!
A regression related to the automatic restart from the local devfile for SSH URLs has been fixed in this release.
Additional resources
3.11. Start workspace from Gitea SSH URL is interrupted by a warning page Copy linkLink copied to clipboard!
Previously, workspace startup from a Gitea repository using SSH URL was interrupted by the following warning message: "Cannot read properties of undefined (reading schemaVersion). The defect has been fixed in this release.
Additional resources
3.12. PAT authentication failing after Bitbucket upgrade to 8.19.14 Copy linkLink copied to clipboard!
Before this release, there was an issue with Personal Access Token (PAT) authentication after the Bitbucket server was upgraded to 8.19.14. With this release, the defect has been fixed.
Additional resources