Questo contenuto non è disponibile nella lingua selezionata.
Chapter 3. Bug fixes
3.1. Error when connecting to Ansible Lightspeed from Ansible extension Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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
3.6. Warning message "Cannot build a factory with any of the provided parameters" appears when creating workspace from a gogs private repository using an SSH URL Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
This release fixes a bug where the User Dashboard did not properly display the original devfile in the workspace’s Devfile view
Additional resources
3.9. A workspace with a devfile that uses a parent devfile failed to start due to the error: "Cannot add property attributes, object is not extensible" Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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 Copia collegamentoCollegamento copiato negli appunti!
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