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. Post start events execute in alphabetic order rather than listed sequence, leading to potential confusion Copy linkLink copied to clipboard!
Previously, postStart commands were executed based on alphabetical order rather than the sequence in which they were listed in the devfile, leading to potential confusion, especially when a specific execution order is expected based on the listed sequence. Starting from this release, the execution happens in sequential order in the way the commands are listed in the postStart section of a devfile:
postStart:
- command-one
- command-two
- command-three
Additional resources
3.3. Setting disableWorkspaceCaBundleMount: true doesn’t stop mounting certificates into /etc/pki/ca-trust/extracted/pem/ dir Copy linkLink copied to clipboard!
Previously, setting disableWorkspaceCaBundleMount: true property in the Custom Resource (CR) did not stop mounting certificates into /etc/pki/ca-trust/extracted/pem/ directory. The defect has been fixed in this release.
Additional resources
3.4. Workspace is not deleted when another workspace is running in the same user namespace Copy linkLink copied to clipboard!
Previously, when you deleted a workspace while using the per-user PVC strategy, the workspace might not have been deleted correctly if another workspace was running. In this release, a warning message will appear in such situations with a suggestion to stop running workspaces before you delete any.
Additional resources
3.5. Error redirect page when accepting OAuth2 factory on Bitbucket server Copy linkLink copied to clipboard!
Previously, when accepting Bitbucket server’s OAuth2 prompt, there was an unexpected error redirect page with the error stack trace: {"message":"Cannot invoke \"String.length()\" because \"this.input\" is null","trace"}. The defect has been fixed in this release.
Additional resources
3.6. Setting controller.devfile.io/storage-type attribute to ephemeral in devfile doesn’t use ephemeral storage Copy linkLink copied to clipboard!
The regression related to the controller.devfile.io/storage-type: ephemeral attribute has been fixed in this release, and Cloud Development Environments (CDEs) created from devfiles with this attribute now correctly use the emptyDir volumes.
Additional resources
3.7. Git history wiped out after workspace pod crash Copy linkLink copied to clipboard!
Previously, there was a defect related to the loss of all Git history if a workspace pod was restarted with a default devfile when the persistent storage strategy specified in the CheCluster was per-workspace. The defect has been fixed in this release.
Additional resources
3.8. Workspaces created with ubi9-based image failed to start with JetBrains IntelliJ IDEA (desktop) Copy linkLink copied to clipboard!
Before this release, it was not possible to use the desktop version of the JetBrains IntelliJ IDEA to connect to a workspace with a ubi9-based image over the JetBrains Gateway application. This defect has been fixed with this release.
To use JetBrains Getaway successfully with ubi9-based images, make sure you meet the following requirements:
- JetBrains Gateway application version 2025.x is installed.
- Dev Workspaces Gateway plugin version 0.0.10 is installed.
Additional resources