Skip to content

Commit 61cbbfd

Browse files
committed
added rn texts
Signed-off-by: Fabrice Flore-Thébault <[email protected]>
1 parent 834d535 commit 61cbbfd

File tree

4 files changed

+7
-27
lines changed

4 files changed

+7
-27
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ With this update, a conditional alias can use `$ownerRefs`.
5757

5858
* link:https://issues.redhat.com/browse/RHIDP-4069[RHIDP-4069]
5959

60-
== Fixed issues in 1.3
60+
== Fixed issues in 1.3.0
6161

6262
[id="bug-fix-rhidp-1334"]
6363
=== Removed unnecessary pull secret from the {product} Helm Chart

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

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,6 @@
44

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

7-
[id="known-issue-rhidp-5342"]
8-
== [Helm] Cannot run two RHDH replicas on different nodes due to Multi-Attach errors on the dynamic plugins root PVC
9-
10-
Currently, when deploying {product-short} using the Helm Chart, two replicas cannot run on different cluster nodes. This might also affect the upgrade from 1.3 to 1.4.0 if the new pod is scheduled on a different node.
11-
12-
Possible workarounds for the upgrade include the following actions:
13-
* Manually scale down the number of replicas to 0 before upgrading your Helm release.
14-
* Manually remove the old {product-short} pod after upgrading the Helm release. However, this would imply some application downtime.
15-
* Leverage a Pod Affinity rule to force the cluster scheduler to run your {product-short} pods on the same node.
16-
17-
.Additional resources
18-
19-
* link:https://issues.redhat.com/browse/RHIDP-5342[RHIDP-5342]
20-
217
[id="known-issue-rhidp-5284"]
228
== Entities of repositories under a configured org in catalog-backend-module-github-org plugin are not deleted from the catalog when the imported repository is deleted from bulk imports
239

@@ -28,7 +14,7 @@ Repositories might be added to Developer Hub from various sources (like statical
2814
* link:https://issues.redhat.com/browse/RHIDP-5284[RHIDP-5284]
2915

3016
[id="known-issue-rhidp-4695"]
31-
== [Doc] OIDC refresh token behavior
17+
== OIDC refresh token behavior
3218

3319
When using {rhsso-brand-name} or {rhbk-brand-name} as an OIDC provider, the default access token lifespan is set to 5 minutes, which corresponds to the token refresh grace period set in {product-short}. This 5-minute grace period is the threshold used to trigger a new refresh token call. Since the token is always near expiration, frequent refresh token requests will cause performance issues.
3420

@@ -56,15 +42,5 @@ Permissions associated only with front-end plugins do not appear in the UI becau
5642

5743
* link:https://issues.redhat.com/browse/RHIDP-3396[RHIDP-3396]
5844

59-
[id="known-issue-rhidp-4695"]
60-
== [Doc] OIDC refresh token behavior
61-
62-
When using {rhsso-brand-name} or {rhbk-brand-name} as an OIDC provider, the default access token lifespan is set to 5 minutes, which corresponds to the token refresh grace period set in {product-short}. This 5-minute grace period is the threshold used to trigger a new refresh token call. Since the token is always near expiration, frequent refresh token requests will cause performance issues.
63-
64-
This issue will be resolved in the 1.5 release. To prevent the performance issues, increase the lifespan in the {rhsso-brand-name} or {rhbk-brand-name} server by setting *Configure &gt; Realm Settings &gt; Access Token Lifespan* to a value greater than five minutes (preferably 10 or 15 minutes).
65-
66-
67-
.Additional resources
68-
* link:https://issues.redhat.com/browse/RHIDP-4695[RHIDP-4695]
6945

7046

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,9 @@ dynamicPlugins:
170170

171171

172172
This update also introduced the ability to override core API service factories from a dynamic plugin, which can be helpful for more specialized use cases such as providing a custom ScmAuth configuration for the {product-short} frontend.
173+
[id="enhancement-rhidp-5833"]
174+
== Manage concurrent writing on install dynamic plugins [1.3.5]
175+
176+
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
173177

174178

modules/release-notes/single-source-release-notes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
for section in config['sections']:
7373
# Search in Jira for issues to publish defined in jira_query
7474
query = section["query"].format(
75-
version_minor=product_version_minor,
75+
version_minor=product_version_minor + '.0',
7676
version_patch=product_version_patch
7777
)
7878
print(query)

0 commit comments

Comments
 (0)