Chapter 3. Bug fixes
3.1. Allowlist Kubernetes service in 'no_proxy' environment variable Copy linkLink copied to clipboard!
Starting from this release, there is a dedicated warning message for clusters that are behind a proxy, if you did not add the KUBERNETES_SERVICE_HOST environment variable to the no_proxylist environment variable.
Additional resources
3.2. Unexpected warning message while try to start a workspace from a raw devfile Copy linkLink copied to clipboard!
Previously, a sporadic warning message could show up while Cloud Development Environment (CDE) was starting from a raw devfile. The defect has been fixed in this release.
Additional resources
3.3. DevWorkspace 'storage-type' attribute temporarily removed when restarting from local devfile Copy linkLink copied to clipboard!
Previously, the DevWorkspace 'storage-type' attribute was temporarily removed when restarting the Cloud Development Environment (CDE) from the local devfile. The defect has been fixed in this release.
Additional resources
3.4. GitHub authorization does not work properly Copy linkLink copied to clipboard!
Previously, revoking the GitHub token from the dashboard could fail with an "OAuth token for provider GitHub was not found" error message under certain conditions. The defect has been fixed in this release.
Additional resources
3.5. An error appears when accessing the User Preferences Git Services tab Copy linkLink copied to clipboard!
Previously, under certain conditions, a "TypeError: Cannot assign to read only property 0 of object `[objectArray]`" error message would appear when navigating to the User Preferences
Additional resources
3.6. Factory from Bitbucket server private repository based on SSH URL has an unexpected warning Copy linkLink copied to clipboard!
Before this release, when you started a Cloud Development Environment (CDE) for a Bitbucket server private repository based on an SSH URL, the start was interrupted with an unexpected warning. The defect has been fixed in this release.
Additional resources
3.7. ServiceAccount token cached incorrectly on the User Dashboard Copy linkLink copied to clipboard!
Previously, ServiceAccount token located at the path /var/run/secrets/kubernetes.io/serviceaccount/token was cached on the User Dashboard end and was not refreshed properly. The defect has been fixed in this release.
Additional resources
3.8. Automatically restart from local devfile when devfile failed to be resolved at startup for SSH URLs Copy linkLink copied to clipboard!
Regression related to the automatic restart from the local devfile for SSH URLs has been fixed in this release.
Additional resources
3.9. Kubeconfig format corruption after switching clusters and restarting workspace Copy linkLink copied to clipboard!
Kubeconfig format corruption after switching clusters and restarting the Cloud Development Environment (CDE) has been fixed in this release.
Additional resources
3.10. Can not create a workspace using SSH Copy linkLink copied to clipboard!
Previously, there was a "Cannot add property controller.devfile.io/bootstrap-devworkspace, object is not extensible" error when you tried to create a workspace with an SSH URL from the Dev Spaces dashboard. This defect has been fixed in this release.
Additional resources
3.11. Current stow implementation in udi8/9 will break under certain conditions Copy linkLink copied to clipboard!
Previously if devEnvironments.persistUserHome.enabled and devEnvironments.persistUserHome.disableInitContainer were both true, and if there was a file in the /home/user directory that would cause a stow conflict, the stow command would still run and fail due to the conflict. With this release, UBI and UDI entrypoint automatically add conflicting files into the /home/tooling/.stow-local-ignore to prevent the stow failure.
Additional resources
3.12. Use current project directory at terminal creation Copy linkLink copied to clipboard!
When creating new terminals in the Visual Studio Code - Open Source ("Code - OSS") editor with the New Terminal (Select a Container) option, the initial directory was not the current project directory (ex. /projects/<project-name>). This defect has been fixed in this release.
Additional resources
3.13. Outdated Visual Studio Code - Open Source ("CODE - OSS") appears in workspaces created in previous Dev Spaces version Copy linkLink copied to clipboard!
Before this release, there was an issue affecting Visual Studio Code - Open Source ("CODE - OSS") after you upgraded Dev Spaces from version 3.17.0 to 3.18.0. An outdated version of the IDE appeared when you opened a workspace previously created from a sample in Dev Spaces 3.17.0. This issue has been fixed in this release.
Additional resources
3.14. Git user.name and user.email not set up automatically Copy linkLink copied to clipboard!
Before this release, there was an issue affecting the automatic setup of Git user.name and user.email in the `gitconfig file after you configured your access token (PAT) or OAuth. If you opened User Dashboard > Gitconfig page after PAT or OAuth configuration, you received the following error message: "Author identity unknown." The issue has been solved in this release.
Additional resources