This documentation is for a release that is no longer maintained
See documentation for the latest supported version.Chapter 2. New features and enhancements
2.1. Automatic podman login into external container registries Copy linkLink copied to clipboard!
Starting from this release, podman login is performed automatically during workspace startup for all container registries configured in the User Preferences.
For Red Hat OpenShift internal container registry image-registry.openshift-image-registry.svc:5000, podman login is performed automatically. No manual configuration is required.
Additional resources
2.2. Dashboard should switch to the tab with already running workspace Copy linkLink copied to clipboard!
When you open a workspace from the User Dashboard, and a browser tab corresponding to the same workspace already exists, the switch to the browser tab happens automatically starting from this release. Previously a new browser tab was created whenever you tried opening a workspace from the User Dashboard.
Additional resources
2.3. "Restart Workspace from Local Devfile" command should be more informative when devfile is not valid Copy linkLink copied to clipboard!
Starting from this release, if the 'Restart Workspace from Local Devfile' command is failing due to an invalid devfile, the error notification message is more informative and contains the exact reason for the failure.
Additional resources
2.4. Allow defining annotations for all pods in the Cloud Development Environment Copy linkLink copied to clipboard!
With this release, you can define annotations for all Cloud Development Environment (CDE) pods using a dedicated CustomResource field:
Additional resources
2.5. Configuring custom editor definitions using a config map Copy linkLink copied to clipboard!
Previously, you could only configure custom editor definitions by modifying and rebuilding the Plugin Registry. Starting from this release, you can configure them by creating a dedicated ConfigMap.
Additional resources
2.6. Enabling fuse-overlayfs for all workspaces Copy linkLink copied to clipboard!
Starting from this release, you can enable fuse-overlayfs for all CDEs.
Learn more about this feature in the official documentation.
Additional resources
With this release, the user experience during failures related to pre-configured Advanced Authorization is improved. When your access is denied, you will see a clear error message when accessing the User Dashboard.
Learn more about Advanced Authorization in the official documentation.
Additional resources
2.8. Always refresh OAuth tokens during workspace startup Copy linkLink copied to clipboard!
A new experimental feature that forces a refresh of the OAuth access token during workspace startup has been added in this release.
Learn more about this feature in the official documentation.
Additional resources
2.9. Devfile 2.3.0 support Copy linkLink copied to clipboard!
With this release, the new 2.3.0 schemaVersion of the devfile is supported for the CDE definition:
More details about version 2.3.0 are available in the official documentation.
Additional resources