Skip to content

Commit de1df67

Browse files
committed
Breaking changes RHDH 1.5 RNs
1 parent 4b05976 commit de1df67

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

modules/release-notes/ref-release-notes-breaking-changes.adoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,14 @@
55
This section lists breaking changes in {product} {product-version}.
66

77

8-
None.
8+
[id="breaking-change-rhidp-5812"]
9+
== `scopes` parameter now required for GitLab project deploy token creation
910

11+
The `scopes` parameter is now mandatory for the `gitlab:projectDeployToken:create` action. A valid value, such as `['read_repository']`, must be provided.
12+
13+
[id="breaking-change-rhidp-5568"]
14+
== `dynamicPlugins.cache.volumeClaimSpec` removed, dynamic plugin storage now ephemeral (RHIDP-5568)
15+
16+
The `dynamicPlugins.cache.volumeClaimSpec` field has been removed from `values.yaml`, making all dynamic plugin storage ephemeral by default. Instead of the Helm chart managing PVC creation, you must now manually configure ephemeral volume claims under `extraVolumes`.
17+
18+
This change also resolves issues with running multi-replica {product-very-short} deployments, as using a Persistent Volume for the Dynamic Plugins cache previously led to potential write conflicts.

0 commit comments

Comments
 (0)