이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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 링크 복사링크가 클립보드에 복사되었습니다!
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 링크 복사링크가 클립보드에 복사되었습니다!
The scopes parameter is now mandatory for the gitlab:projectDeployToken:create action. A valid value, such as ['read_repository'], must be provided.
Additional resources
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