Skip to content

Commit a9330d8

Browse files
committed
Fixed merge conflicts
1 parent 141e7a4 commit a9330d8

File tree

1 file changed

+0
-64
lines changed

1 file changed

+0
-64
lines changed

modules/release-notes/ref-release-notes-new-features.adoc

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -4,69 +4,5 @@
44

55
This section highlights new features in {product} {product-version}.
66

7-
<<<<<<< HEAD
87
None.
9-
=======
10-
[id="enhancement-rhidp-2200"]
11-
== Added an individual `mountPath`
12-
13-
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].
14-
15-
[id="feature-rhidp-3621"]
16-
== `PersistentVolumeClaims` support is available
17-
18-
With this update, link:https://github.com/redhat-developer/rhdh-operator/blob/main/docs/configuration.md#persistentvolumeclaims[`PersistentVolumeClaims` (PVC)] support is available.
19-
20-
[id="feature-rhidp-3817"]
21-
== Added Configuration Profiles
22-
23-
With this update, there are additional link:https://github.com/redhat-developer/rhdh-operator/blob/main/docs/profiles.md[configuration profiles].
24-
25-
[id="enhancement-rhidp-4384"]
26-
== Enhanced use of `kube-rbac-proxy`
27-
28-
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.
29-
30-
[id="feature-rhidp-4414"]
31-
== Identifying Backstage flavor for plugins by using the `developerHub.flavor` field
32-
33-
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:
34-
35-
.`app-config.yaml` fragment with the `developerhub.flavor` field
36-
37-
[source,yaml,subs="+quotes"]
38-
----
39-
developerHub:
40-
flavor: &lt;flavor&gt;;
41-
----
42-
43-
`flavor`::
44-
Identify the flavor of Backstage that is running. Default value: `rhdh`
45-
46-
47-
[id="feature-rhidp-4419"]
48-
== Ability to manage PVCs in RHDH Operator
49-
50-
You can now mount directories from pre-created PersistentVolumeClaims (PVCs) using the `spec.application.extraFiles.pvcs` field, while configuring {product-very-short} Operator.
51-
52-
53-
[id="feature-rhidp-4805"]
54-
== Authenticating with {rhbk-brand-name}
55-
56-
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_build_of_keycloak/26.0/html-single/getting_started_guide/index#getting-started-zip-start-red-hat-build-of-keycloak[Authentication with {rhbk-brand-name}].
57-
58-
[id="feature-rhidp-4806"]
59-
== Ability to install third-party plugins in RHDH
60-
61-
You can now install third-party plugins in {product} without rebuilding the {product-very-short} application.
62-
63-
For more information, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.4/html-single/introduction_to_plugins/index[Third party plugins].
64-
65-
[id="feature-rhidp-5156"]
66-
== The catalog backend module logs plugin is enabled
67-
68-
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`.
69-
70-
71-
>>>>>>> 623ce3642 (Incorporated comments)
728

0 commit comments

Comments
 (0)