Skip to content

Commit 6ce69d1

Browse files
themr0cjmagak
andauthored
RHIDP-8588 - Added 1.7.1 release notes items (#1381)
Co-authored-by: Judith Magak <[email protected]>
1 parent 98e2bca commit 6ce69d1

File tree

5 files changed

+35
-15
lines changed

5 files changed

+35
-15
lines changed

artifacts/attributes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
:product-local: Red Hat Developer Hub Local
1414
:product-local-very-short: RHDH Local
1515
:product-version: 1.7
16-
:product-bundle-version: 1.7.0
17-
:product-chart-version: 1.7.0
16+
:product-bundle-version: 1.7.1
17+
:product-chart-version: 1.7.1
1818
:product-backstage-version: 1.39.1
1919
:product-version-next: 1.7
2020
:product-custom-resource-type: Backstage

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
This section lists breaking changes in {product} {product-version}.
66

7-
87
[id="removed-functionality-rhdhbugs-2000"]
98
== Using an optional Secret named `dynamic-plugins-npmrc` to configure a custom NPM registry in the Operator is removed
109

@@ -17,7 +16,7 @@ With this update, you can do any of the following workarounds:
1716
.. Create a new Secret containing the custom `.npmrc` content.
1817
.. Mount the Secret to the `install-dynamic-plugins` initContainer.
1918
.. Set the `NPM_CONFIG_USERCONFIG` environment variable to reference to the mounted `.npmrc` file in the `spec.deployment.patch` section.
20-
19+
+
2120
.Example of a Secret containing the .npmrc file
2221
[source,yaml,subs="+attributes,+quotes"]
2322
----
@@ -60,4 +59,12 @@ spec:
6059
secret:
6160
secretName: dynamic-plugins-npmrc
6261
# --- END WORKAROUND
63-
----
62+
----
63+
64+
65+
66+
.Additional resources
67+
* link:https://issues.redhat.com/browse/RHDHBUGS-2000[RHDHBUGS-2000]
68+
69+
70+

modules/release-notes/ref-release-notes-known-issues.adoc

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,16 @@
44

55
This section lists known issues in {product} {product-version}.
66

7-
[id="known-issue-rhdhbugs-1979"]
7+
[id="known-issue-rhdhbugs-2041"]
88
== Latest Orchestrator feature set is unavailable
99

1010
This release includes the Orchestrator plugin version from `1.6`. As a result, the latest feature set is not yet available. The Orchestrator plugin will be updated to the latest feature set in a future release.
1111

12-
13-
14-
15-
16-
1712

1813

1914

2015
.Additional resources
21-
* link:https://issues.redhat.com/browse/RHDHBUGS-1979[RHDHBUGS-1979]
16+
* link:https://issues.redhat.com/browse/RHDHBUGS-2041[RHDHBUGS-2041]
2217

2318

2419

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ This section highlights new features in {product} {product-version}.
1010
Previously, include plugin configuration files would overwrite existing files. With this update, {product} will merge configurations from existing include files, only overwriting specific keys while preserving keys defined in existing include files, mirroring the behavior for the `plugins` key.
1111

1212

13+
[id="feature-rhdhbugs-1979"]
14+
== Orchestrator 1.7 available
15+
16+
As of {product-very-short} 1.7.1, the Orchestrator plugin 1.7.1 is now available.
17+
18+
19+
20+
21+
22+
23+
24+
1325
[id="feature-rhidp-6628"]
1426
== Dynamic plugin dependency management
1527
{product} 1.7 adds dynamic plugin dependency management, so that the Operator can manage Kubernetes resources required by plugins.
@@ -101,5 +113,11 @@ The {product-short} community plugins have been updated to Backstage version 1.3
101113

102114
Previously, the {product} would fail to start if a specified include file in dynamic plugins configuration did not exist. This update addresses the issue by logging a warning and skipping the file if it is not found.
103115

116+
[id="enhancement-rhidp-8588"]
117+
== Full support for Microsoft Graph catalog plugin for user and group synchronization
118+
119+
{product} now fully supports the `@backstage/plugin-catalog-backend-module-msgraph` plugin, which ingests user and group entities from {azure-brand-name} Active Directory into the software catalog via the Microsoft Graph API.
120+
This populates the catalog with your organization&#39;s directory data, ensuring that component ownership is accurately mapped when used with the Microsoft authentication provider.
121+
104122

105123

modules/release-notes/single-source-release-notes.jira2asciidoc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sections:
2121
description: |
2222
This section lists breaking changes in {product} {product-version}.
2323
query: >
24-
project = "Red Hat Internal Developer Platform"
24+
project in ("Red Hat Internal Developer Platform", RHDHBUGS)
2525
AND "Release Note Status" = "Done"
2626
AND level is EMPTY
2727
AND status in (Closed, "Release Pending")
@@ -35,7 +35,7 @@ sections:
3535
description: |
3636
This section lists deprecated functionalities in {product} {product-version}.
3737
query: >
38-
project = "Red Hat Internal Developer Platform"
38+
project in ("Red Hat Internal Developer Platform", RHDHBUGS)
3939
AND "Release Note Status" = "Done"
4040
AND level is EMPTY
4141
AND status in (Closed, "Release Pending")
@@ -57,7 +57,7 @@ sections:
5757
See: link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview support scope].
5858
====
5959
query: >
60-
project = "Red Hat Internal Developer Platform"
60+
project in ("Red Hat Internal Developer Platform", RHDHBUGS)
6161
AND "Release Note Status" = "Done"
6262
AND level is EMPTY
6363
AND status in (Closed, "Release Pending")

0 commit comments

Comments
 (0)