Release notes and known issues


Red Hat OpenShift Dev Spaces 3.11

Release notes and known issues for Red Hat OpenShift Dev Spaces 3.11

Robert Kratky

Fionn Kelleher

Red Hat Developer Group Documentation Team

Abstract

Information about new and noteworthy features as well as known issues in Red Hat OpenShift Dev Spaces 3.11.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. Because of the enormity of this endeavor, these changes will be implemented gradually over several upcoming releases. For more details, see our CTO Chris Wright’s message.

Chapter 1. About Red Hat OpenShift Dev Spaces

Red Hat OpenShift Dev Spaces provides web-based development environments on Red Hat OpenShift with an enterprise-level setup:

  • Cloud Development Environments (CDE) server
  • IDEs such as Microsoft Visual Studio Code - Open Source and JetBrains IntelliJ IDEA Community (Technology Preview)
  • Containerized environments with popular programming languages, frameworks, and Red Hat technologies

Red Hat OpenShift Dev Spaces is well-suited for container-based development.

Red Hat OpenShift Dev Spaces 3.11 is based on Eclipse Che 7.80.

1.1. Supported platforms

OpenShift Dev Spaces runs on OpenShift 4.11–4.14 on the following CPU architectures:

  • AMD64 and Intel 64 (x86_64)
  • IBM Power (ppc64le) and IBM Z (s390x)

1.2. Support policy

For Red Hat OpenShift Dev Spaces 3.11, Red Hat will provide support for deployment, configuration, and use of the product.

There are some differences between Red Hat OpenShift Dev Spaces and the upstream project on which it is based, Eclipse Che:

  • OpenShift Dev Spaces is supported only on Red Hat OpenShift.
  • OpenShift Dev Spaces is based on Red Hat Enterprise Linux and is regularly updated to include the latest security fixes.
  • OpenShift Dev Spaces provides devfiles for working with languages and technologies such as Quarkus, Lombok, NodeJS, Python, DotNet, Golang, C/C++, and PHP. You can find the latest sample projects in the devspaces-devfileregistry container image sources.
  • OpenShift Dev Spaces uses OpenShift OAuth for user login and management.

Red Hat provides licensing and packaging to ensure enterprise-level support for OpenShift Dev Spaces.

Chapter 2. New features and enhancements

2.1. Advanced authorization properties available

With this release, the following properties for advanced authorization are available in the Custom Resource.

allowUsers, allowGroups, denyUsers, denyGroups

This configuration allows the cluster administrator to explicitly manage the onboarding and curate the access for Red Hat OpenShift Dev Spaces.

Additional resources

With this release, OAuth2 authorization code flow using callbacks and URI handlers is supported. You can now use Microsoft Visual Studio Code - Open Source extensions that use this flow, for example the Ansible extension with the AI-powered Lightspeed service.

Important

Because of an ongoing issue with the Ansible extension, you can not use it with remote development environments.

Additional resources

With this release, you can use the Git Services tab in the User Preferences dashboard page to reject the authorization opt-out flag.

Additional resources

With this release, you can configure personal access tokens for GitHub Enterprise Server in the User Dashboard.

Additional resources

With this release, following page features are available for workspaces that failed at startup:

  • The workspace startup screen contains a link to edit the DevWorkspace specifications of the affected workspace.
  • On the Workspaces page, the affected workspace is marked with a warning sign.
  • The Overview tab of a workspace contains a link to the DevWorkspace object.

Additional resources

With this release, private raw URLs with the ?token parameter on github.com are supported.

Additional resources

2.7. Java 17 default in the UDI

With this release, Java 17 is used by default in the UDI.

Additional resources

With this release, you can configure SSH keys and open workspaces using all Git providers. This includes GitHub, Gitlab, Bitbucket, and Microsoft Azure, as well as Git providers that were previously not supported:

Additional resources

2.9. Copy and paste SSH keys

With this release, you can add SSH keys on the User Dashboard by copying and pasting them.

Additional resources

2.10. Version 2.2.1 and 2.2.2 devfiles support

With this release, devfiles with schemaVersion 2.2.1 and 2.2.2 are supported.

Additional resources

Chapter 3. Bug fixes

Before this update, the HOSTNAME environment variable could be overridden. This resulted in the Microsoft Visual Studio Code - Open Source extension che-resource-monitor not working properly. With this update, the HOSTNAME environment variable is copied to the DEVWORKSPACE_POD_NAME environment variable before the IDE is launched to create a backup source of the relevant data.

Additional resources

Before this update, workspaces from public GitHub Enterprise Server repositories failed to start if no OAuth or Personal Access Token (PAT) was configured. With this update, the issue is fixed.

Additional resources

3.3. Accessing OpenShift API from workspace failed

Before this update, accessing OpenShift API from a workspace in a disconnected cluster failed with the following error message: "HttpError: HTTP request failed". With this update, the issue is fixed.

Additional resources

3.4. GitHub Copilot could not connect to server

Before this update, the GitHub Device Authentication was not available in the command palette. This resulted in the following GitHub Copilot error: "Copilot could not connect to server. Extension activation failed: "Request failed with status code 401". With this update, the issue is fixed.

Additional resources

3.5. New projects lost after a workspace restart

Before this update, the Microsoft Visual Studio Code - Open Source launcher was adding projects from devfile.yaml to .vscode-workspace configuration file only during the initial workspace startup. If you added a new project (or dependent project) to the devfile and restarted the workspace using the "Restart Workspace from Local Devfile" option, the new project was not added to the configuration file. This resulted in you not seeing the project even though all the projects were cloned in the /projects folder. With this release, projects are correctly updated in the .vscode-workspace configuration file.

Additional resources

Before this update, BitBucket OAuth 1.0 was not displayed in the Git Services tab. With this update, the issue is fixed.

Additional resources

Before this update, defaultPlugins defined in the Custom Resource were not applied during workspace startup. With this update, the issue is fixed. You can also add additional sidecar plugins using a devfile.yaml reference:

     devEnvironments:
       - editor: che-incubator/che-code/insiders
         plugins:
            - >-
              https://example.com/devfile.yaml

Additional resources

Chapter 4. Technology Preview

Technology Preview features provide early access to upcoming product innovations, enabling you to test functionality and provide feedback during the development process. However, these features are not fully supported under Red Hat Subscription Level Agreements, may not be functionally complete, and are not intended for production use. As Red Hat considers making future iterations of Technology Preview features generally available, we will attempt to resolve any issues that customers experience when using these features. See: Technology Preview support scope.

None.

Chapter 5. Deprecated functionalities

None.

Chapter 6. Removed functionalities

None.

Chapter 7. Known issues

There is a known issue with Ansible Lightspeed and connection to the Ansible server. If the OpenShift Dev Spaces environment is not under *.openshiftapps.com domain, Ansible Lightspeed can not connect to the Ansible server.

There is no workaround available.

Additional resources

There is a known issue affecting Ansible Lightspeed and the embedded plugin registry. After logging into Ansible Lightspeed using the embedded plugin registry, you are not redirected to OpenShift Dev Spaces.

Workaround

  1. Patch CheCluster CR to use the https://open-vsx.org vsix registry.

    spec:
        pluginRegistry:
          openVSXURL: 'https://open-vsx.org'

Additional resources

There is a known issue affecting projects created in/cloned into an empty workspace. The default folder for the projects is the "/home/user" directory. However, the changes to the folder are not saved after you restart the workspace.

Workaround

  1. Use the "/projects" folder to create/clone the project.

Additional resources

There is a known issue with automatic installation of the recommended Microsoft Visual Studio Code - Open Source extensions. After you install the extensions using the embedded plugin registry, the extensions are stuck in "Installing" status in the Extensions menu.

Workaround

  • Refresh the workspace tab in the browser.

Additional resources

7.5. FIPS compliance update

There’s a known issue with FIPS compliance that results in certain cryptographic modules not being FIPS-validated. Below is a list of requirements and limitations for using FIPS with OpenShift Dev Spaces:

Required cluster and operator updates

Update your Red Hat OpenShift Container Platform installation to the latest z-stream update for 4.11, 4.12, or 4.13 as appropriate. If you do not already have FIPS enabled, you will need to uninstall and reinstall.

Once the cluster is up and running, install OpenShift Dev Spaces 3.7.1 (3.7-264) and verify that the latest DevWorkspace operator bundle 0.21.2 (0.21-7) or newer is also installed and updated. See https://catalog.redhat.com/software/containers/devworkspace/devworkspace-operator-bundle/60ec9f48744684587e2186a3

Golang compiler in UDI image

The Universal Developer Image (UDI) container includes a golang compiler, which was built without the CGO_ENABLED=1 flag. The check-payload scanner ( https://github.com/openshift/check-payload ) will throw an error, but this can be safely ignored provided that anything you build with this compiler sets the correct flag CGO_ENABLED=1 and does NOT use extldflags -static or -tags no_openssl.

The resulting binaries can be scanned and should pass without error.

Statically linked binaries

You can find statically linked binaries not related to cryptography in these two containers:

  • code-rhel8
  • idea-rhel8.

As they are not related to cryptography, they do not affect FIPS compliance.

Helm support for FIPS

The UDI container includes the helm binary, which was not compiled with FIPS support. If you are in a FIPS environment do not use helm.

Additional resources

There is currently a known issue where recommended extensions are not installed automatically in Microsoft Visual Studio Code - Open Source.

Workaround

  • Clear the browser cache.

Additional resources

7.7. Debugger does not work in the .NET sample

Currently, the debugger in Microsoft Visual Studio Code - Open Source does not work in the .NET sample.

Workaround

Additional resources

Chapter 8. Frequently asked questions

Is it possible to deploy applications from OpenShift Dev Spaces to an OpenShift cluster?
The user must log in to the OpenShift cluster from their running workspace using oc login.
For best performance, what is the recommended storage to use for Persistent Volumes used with OpenShift Dev Spaces?
Use block storage.
Is it possible to deploy more than one OpenShift Dev Spaces instance on the same cluster?
Only one OpenShift Dev Spaces instance can be deployed per cluster.
Is it possible to install OpenShift Dev Spaces offline (that is, disconnected from the internet)?
See Installing Red Hat OpenShift Dev Spaces in restricted environments on OpenShift.
Is it possible to use non-default certificates with OpenShift Dev Spaces?
You can use self-signed or public certificates. See Importing untrusted TLS certificates.
Is it possible to run multiple workspaces simultaneously?
See Enabling users to run multiple workspaces simultaneously.

Legal Notice

Copyright © 2024 Red Hat, Inc.
The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version.
Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law.
Red Hat, Red Hat Enterprise Linux, the Shadowman logo, the Red Hat logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries.
Linux® is the registered trademark of Linus Torvalds in the United States and other countries.
Java® is a registered trademark of Oracle and/or its affiliates.
XFS® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries.
MySQL® is a registered trademark of MySQL AB in the United States, the European Union and other countries.
Node.js® is an official trademark of Joyent. Red Hat is not formally related to or endorsed by the official Joyent Node.js open source or commercial project.
The OpenStack® Word Mark and OpenStack logo are either registered trademarks/service marks or trademarks/service marks of the OpenStack Foundation, in the United States and other countries and are used with the OpenStack Foundation's permission. We are not affiliated with, endorsed or sponsored by the OpenStack Foundation, or the OpenStack community.
All other trademarks are the property of their respective owners.
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat
Back to top