You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This section highlights new features in {product}{product-version}.
6
-
7
-
[id="enhancement-rhidp-2200"]
8
-
== Added an individual `mountPath`
9
-
10
-
This update adds an individual `mountPath` for link:{configuring-book-url}#proc-mounting-additional-files-in-your-custom-configuration-using-rhdh-operator[extra ConfigMaps or Secrets].
11
-
12
-
[id="feature-rhidp-3621"]
13
-
== `PersistentVolumeClaims` support is available
14
-
15
-
With this update, link:https://github.com/redhat-developer/rhdh-operator/blob/main/docs/configuration.md#persistentvolumeclaims[`PersistentVolumeClaims` (PVC)] support is available.
16
-
17
-
[id="enhancement-rhidp-4384"]
18
-
== Enhanced use of `kube-rbac-proxy`
19
-
20
-
This update removes the `kube-rbac-proxy` sidecar container from the RHDH Operator Pod. This sidecar container protected the operator metrics endpoint. However, the main container now provides this functionality out-of-the-box. Removing this sidecar container allows for reducing the resources required to run the Operator.
21
-
22
-
[id="feature-rhidp-4414"]
23
-
== Identifying Backstage flavor for plugins by using the `developerHub.flavor` field
24
-
1
+
:_content-type: REFERENCE
2
+
[id="new-features"]
3
+
= New features
4
+
5
+
This section highlights new features in {product}{product-version}.
6
+
7
+
[id="enhancement-rhidp-2200"]
8
+
== Added an individual `mountPath`
9
+
10
+
This update adds an individual `mountPath` for link:{configuring-book-url}#proc-mounting-additional-files-in-your-custom-configuration-using-rhdh-operator[extra ConfigMaps or Secrets].
11
+
12
+
[id="feature-rhidp-3621"]
13
+
== `PersistentVolumeClaims` support is available
14
+
15
+
With this update, link:https://github.com/redhat-developer/rhdh-operator/blob/main/docs/configuration.md#persistentvolumeclaims[`PersistentVolumeClaims` (PVC)] support is available.
16
+
17
+
[id="enhancement-rhidp-4384"]
18
+
== Enhanced use of `kube-rbac-proxy`
19
+
20
+
This update removes the `kube-rbac-proxy` sidecar container from the RHDH Operator Pod. This sidecar container protected the operator metrics endpoint. However, the main container now provides this functionality out-of-the-box. Removing this sidecar container allows for reducing the resources required to run the Operator.
21
+
22
+
[id="feature-rhidp-4414"]
23
+
== Identifying Backstage flavor for plugins by using the `developerHub.flavor` field
24
+
25
25
With this update, you can use the `developerHub.flavor` field to identify whether plugins are running on {product-very-short}, {rhtap-very-short}, or vanilla Backstage, as shown in the following example:
26
26
27
27
.`app-config.yaml` fragment with the `developerhub.flavor` field
@@ -33,38 +33,44 @@ developerHub:
33
33
----
34
34
35
35
`flavor`::
36
-
Identify the flavor of Backstage that is running. Default value: `rhdh`
37
-
38
-
[id="feature-rhidp-4419"]
39
-
== Ability to manage Persistent Volume Claim (PVCs) in {product-very-short} Operator
40
-
36
+
Identify the flavor of Backstage that is running. Default value: `rhdh`
37
+
38
+
[id="feature-rhidp-4419"]
39
+
== Ability to manage Persistent Volume Claim (PVCs) in {product-very-short} Operator
40
+
41
41
You can now mount directories from pre-created PersistentVolumeClaims (PVCs) using the `spec.application.extraFiles.pvcs` field, while configuring {product-very-short} Operator.
42
42
For more information, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/configuring/index#configuring-the-deployment[Configuring {product} deployment when using the Operator].
43
-
44
-
45
-
[id="feature-rhidp-4805"]
46
-
== Authenticating with {rhbk-brand-name}
47
-
48
-
With this update, you can use {rhbk-brand-name} as an authentication provider. The Keycloak plugin will now support ingesting users and groups with {rhbk-brand-name}. For more details, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/authentication/index#assembly-authenticating-with-rhbk[Authenticating with {rhbk-brand-name}].
49
-
50
-
[id="feature-rhidp-4806"]
51
-
== Ability to install third-party plugins in {product-very-short}
52
-
43
+
44
+
45
+
[id="feature-rhidp-4805"]
46
+
== Authenticating with {rhbk-brand-name}
47
+
48
+
With this update, you can use {rhbk-brand-name} as an authentication provider. The Keycloak plugin will now support ingesting users and groups with {rhbk-brand-name}. For more details, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/authentication/index#assembly-authenticating-with-rhbk[Authenticating with {rhbk-brand-name}].
49
+
50
+
[id="feature-rhidp-4806"]
51
+
== Ability to install third-party plugins in {product-very-short}
52
+
53
53
You can now install third-party plugins in {product} without rebuilding the {product-very-short} application.
54
54
55
-
For more information, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/installing_and_viewing_plugins_in_red_hat_developer_hub/index#assembly-install-third-party-plugins-rhdh[Installing third-party plugins in {product}].
56
-
57
-
[id="feature-rhidp-5156"]
58
-
== The catalog backend module logs plugin is enabled
59
-
60
-
With this update, the `backstage-plugin-catalog-backend-module-logs` is enabled and converted to a static plugin improving performance and stability. The dynamic plugin was disabled in version `1.3`.
61
-
62
-
[id="feature-rhidp-5734"]
63
-
== {gke-brand-name} now supported
64
-
55
+
For more information, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/installing_and_viewing_plugins_in_red_hat_developer_hub/index#assembly-install-third-party-plugins-rhdh[Installing third-party plugins in {product}].
56
+
57
+
[id="feature-rhidp-5156"]
58
+
== The catalog backend module logs plugin is enabled
59
+
60
+
With this update, the `backstage-plugin-catalog-backend-module-logs` is enabled and converted to a static plugin improving performance and stability. The dynamic plugin was disabled in version `1.3`.
61
+
62
+
[id="feature-rhidp-5734"]
63
+
== {gke-brand-name} now supported
64
+
65
65
{gke-brand-name} ({gke-short}) is out of Developer Preview and is now fully supported as of {product-very-short} {product-version}.
66
66
67
-
See the full list of supported platforms on the link:https://access.redhat.com/support/policy/updates/developerhub[Life Cycle page].
68
-
69
-
70
-
67
+
See the full list of supported platforms on the link:https://access.redhat.com/support/policy/updates/developerhub[Life Cycle page].
68
+
69
+
[id="enhancement-rhidp-5834"]
70
+
== Manage concurrent writing when installing dynamic plugins
71
+
72
+
73
+
Previously, running multi-replica RHDH with a Persistent Volume for the Dynamic Plugins cache was not possible due to potential write conflicts. This update mitigates that risk.
0 commit comments