Chapter 3. Bug fixes
3.1. Previous CDEs error displayed during restart Copy linkLink copied to clipboard!
Before this release, the error message from the previous start would sometimes be shown after the Cloud Development Environment (CDE) restart which was confusing for the user.
The defect has been fixed in this release.
Additional resources
3.2. Extension 'ms-python.python' CANNOT use API proposal: terminalShellIntegration Copy linkLink copied to clipboard!
Before this release, installing the latest Python extension (v2024.14.0) would fail with the following error message: "Extension 'ms-python.python' CANNOT use API proposal: terminalShellIntegration". With this release, the issue is fixed
Additional resources
3.3. Can not start a workspace using a devfile from an internally hosted Gitlab repository Copy linkLink copied to clipboard!
Before this release, starting a workspace with a devfile from an internally hosted Gitlab repository resulted in a "devfile not found" error message. With this release, the defect has been fixed.
Additional resources
3.4. SSH key invalid when added from the dashboard by pasting the key strings Copy linkLink copied to clipboard!
Previously, pasting SSH keys from the User Preferences page in the Che Dashboard caused an invalid format error when cloning a git repository. This issue has been fixed in this release.
Additional resources
3.5. Missing Podman when a volume is mounted to /home/user/.local Copy linkLink copied to clipboard!
When a persistent volume mount had a mount path of /home/user/.local, podman was missing in the CDE’s Universal Developer Image (UDI) container. This bug has been fixed in the latest UDI version.
Additional resources
3.6. Allow starting existing workspaces even if GitHub is down Copy linkLink copied to clipboard!
Before this release, if GitHub OAuth was configured and GitHub was down, you could not start existing CDEs from this source. The defect has been fixed in this release and existing CDE will be started even if the OAuth provider is down with a dedicated warning message shown during start.
Additional resources
3.7. Dashboard is not available when using the CHE_FORCE_REFRESH_PERSONAL_ACCESS_TOKEN property Copy linkLink copied to clipboard!
Previously there was a known issue affecting workspaces using Microsoft Azure DevOps, Bitbucket or GitHub providers in connection with the CHE_FORCE_REFRESH_PERSONAL_ACCESS_TOKEN property. Every time you started a workspace, a new personal access token (PAT) was added and the previous one was not removed. When there were more than five existing PATs, you were not able to run the workspace, and the Dashboard was not available. The defect has been fixed in this release.
Additional resources
3.8. Opening links doesn’t work in Visual Studio Code - Open Source ("Code - OSS") Copy linkLink copied to clipboard!
In the Visual Studio Code - Open Source ("Code - OSS") editor, clicking on links within welcome pages and project README files had no effect. This defect has been fixed in this release.
Additional resources