Chapter 2. Breaking changes
This section lists breaking changes in Red Hat Developer Hub 1.5.
2.1. Change in sign-in resolver configuration location Copy linkLink copied to clipboard!
Previously, configuring the sign-in resolver to bypass user provisioning in the Developer Hub software catalog required setting dangerouslyAllowSignInWithoutUserInCatalog: true at the root of the app-config.yaml file.
In this release, the previous root level configuration has been moved to the resolver level. For more details, see Authentication in Red Hat Developer Hub.
Additional resources
2.2. The scopes parameter is now required for GitLab project deploy token creation Copy linkLink copied to clipboard!
The scopes parameter is now mandatory for the gitlab:projectDeployToken:create action. A valid value, such as ['read_repository'], must be provided.
Additional resources
2.3. The dynamicPlugins.cache.volumeClaimSpec field is removed from the Helm Chart, dynamic plugin storage is now ephemeral by default Copy linkLink copied to clipboard!
The dynamicPlugins.cache.volumeClaimSpec field has been removed from values.yaml, making dynamic plugin storage ephemeral by default. If you want to enable plugin caching persistence, you must now manually configure a PersistentVolumeClaim and mount it using the extraVolumes and extraVolumeMounts fields in the Helm chart values.
This change also resolves issues with running multi-replica RHDH deployments, as using a PVC for the Dynamic Plugins cache previously led to potential write conflicts. For more information, see Creating a PVC for the dynamic plugin cache using the Helm Chart.
Additional resources