Skip to content

Commit 1533755

Browse files
committed
Applied suggestions from code review
Signed-off-by: Fabrice Flore-Thébault <[email protected]>
1 parent e809e49 commit 1533755

File tree

2 files changed

+188
-195
lines changed

2 files changed

+188
-195
lines changed
Lines changed: 95 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,95 @@
1-
:_content-type: REFERENCE
2-
3-
[id="fixed-issues"]
4-
= Fixed issues
5-
6-
This section lists issues fixed in {product} {product-version}.
7-
8-
== Fixed issues in 1.8.0
9-
10-
[id="bug-fix-rhdhbugs-1000"]
11-
=== Improved startup speed with updated init container image pull policy for {product-short} Helm Chart
12-
13-
With this update, the pull policy for the init container image of the {product-short} Helm Chart was changed from `Always` to `IfNotPresent`. This change reduces the repeated download time during startup of the container image, which is approximately 2.5 GB, thereby significantly improving startup speed for users.
14-
15-
16-
.Additional resources
17-
* link:https://issues.redhat.com/browse/RHDHBUGS-1000[RHDHBUGS-1000]
18-
19-
20-
[id="bug-fix-rhdhbugs-1028"]
21-
=== Improved Authentication for Self-Hosted Enterprise SCM Providers
22-
23-
Previously, actions requiring access to a self-hosted enterprise SCM provider failed, returning an error that no authentication provider was available for the specified host.
24-
25-
With this update, the SCM integration correctly identifies and uses the configured authentication provider for the corresponding enterprise host.
26-
27-
28-
.Additional resources
29-
* link:https://issues.redhat.com/browse/RHDHBUGS-1028[RHDHBUGS-1028]
30-
31-
32-
[id="bug-fix-rhdhbugs-2003"]
33-
=== Customizable image names for job and data index services in {product-short} Helm Chart
34-
35-
Previously, when deploying the {product-short} Helm Chart with the Orchestrator enabled, it was not possible to customize the image names of the job and data index services, for example in disconnected environments. Setting the `orchestrator.sonataflowPlatform.jobServiceImage` and `orchestrator.sonataflowPlatform.dataIndexImage` would return a schema validation error from Helm. This update fixes this issue.
36-
37-
38-
.Additional resources
39-
* link:https://issues.redhat.com/browse/RHDHBUGS-2003[RHDHBUGS-2003]
40-
41-
42-
[id="bug-fix-rhdhbugs-2020"]
43-
=== Network policy installation fix for {product-short} RHDH Helm Chart with Orchestrator flavor
44-
45-
Before this update, the {product-short} RHDH Helm Chart would not install Network Policies when the Orchestrator flavor was deployed with `serverlessLogicOperator` disabled, preventing the {product-short} Pods from being completely available. This update fixes this situation by installing network policies unconditionally when the orchestrator is enabled.
46-
47-
48-
.Additional resources
49-
* link:https://issues.redhat.com/browse/RHDHBUGS-2020[RHDHBUGS-2020]
50-
51-
52-
[id="bug-fix-rhdhbugs-2036"]
53-
=== Resolved SonataFlow Pod Crash Issue
54-
55-
In the new release, a timing problem during the RHDH 1.7 installation with Orchestrator plugins, affecting SonataFlow database provisioning, has been addressed. This issue caused SonataFlow pods to repeatedly enter the `CrashLoopBackOff` state, leading to delays and potential confusion for users. With this update, SonataFlow pods no longer encounter the `CrashLoopBackOff` state due to the database provisioning delay. This improvement enhances the user experience, as SonataFlow pods now start promptly, eliminating unnecessary wait times.
56-
57-
58-
.Additional resources
59-
* link:https://issues.redhat.com/browse/RHDHBUGS-2036[RHDHBUGS-2036]
60-
61-
62-
[id="bug-fix-rhdhbugs-2117"]
63-
=== Fixed SCM integration failures for self-hosted enterprise SCM providers
64-
65-
Before this update, the SCM integration failed due to lack of identification of the configured authentication provider for self-hosted enterprise SCM hosts. As a consequence, users experienced failed actions with self-hosted enterprise SCM providers due to missing authentication.
66-
67-
With this release, the SCM integration now correctly uses the configured authentication provider for corresponding enterprise host. As a result, end users can now successfully perform actions requiring enterprise SCM access.
68-
69-
70-
.Additional resources
71-
* link:https://issues.redhat.com/browse/RHDHBUGS-2117[RHDHBUGS-2117]
72-
73-
74-
[id="bug-fix-rhdhbugs-1878"]
75-
=== Fixed incorrect version detection for local plugin updates
76-
77-
Before this update, local plugins within the image were incorrectly detected for updates due to version misidentification. This led to users being unable to update local plugins from wrappers, resulting in outdated functionality. With this release, local plugin updates are now automatically detected, eliminating the need for manual adjustments and ensuring seamless plugin version updates for end users.
78-
79-
80-
.Additional resources
81-
* link:https://issues.redhat.com/browse/RHDHBUGS-1878[RHDHBUGS-1878]
82-
83-
84-
[id="bug-fix-rhdhbugs-2041"]
85-
=== Orchestrator plugin updated to 1.7.1
86-
87-
Before this update, the latest Orchestrator feature set was unavailable because the release included the outdated Orchestrator plugin version `1.6`. This issue is resolved in {product-very-short} `1.7.1`. The Orchestrator plugin is now updated to version `1.7.1`, ensuring that users have access to the latest features and functionality.
88-
89-
90-
91-
.Additional resources
92-
* link:https://issues.redhat.com/browse/RHDHBUGS-2041[RHDHBUGS-2041]
93-
94-
95-
1+
:_content-type: REFERENCE
2+
3+
[id="fixed-issues"]
4+
= Fixed issues
5+
6+
This section lists issues fixed in {product} {product-version}.
7+
8+
== Fixed issues in 1.8.0
9+
10+
[id="bug-fix-rhdhbugs-1000"]
11+
=== Improved startup speed with updated init container image pull policy for {product-short} Helm Chart
12+
13+
With this update, the pull policy for the init container image of the {product-short} Helm Chart was changed from `Always` to `IfNotPresent`. This change reduces the repeated download time during startup of the container image, which is approximately 2.5 GB, thereby significantly improving startup speed for users.
14+
15+
16+
.Additional resources
17+
* link:https://issues.redhat.com/browse/RHDHBUGS-1000[RHDHBUGS-1000]
18+
19+
20+
[id="bug-fix-rhdhbugs-1028"]
21+
=== Improved Authentication for Self-Hosted Enterprise SCM Providers
22+
23+
Previously, actions requiring access to a self-hosted enterprise SCM provider failed, returning an error that no authentication provider was available for the specified host.
24+
25+
With this update, the SCM integration correctly identifies and uses the configured authentication provider for the corresponding enterprise host.
26+
27+
28+
.Additional resources
29+
* link:https://issues.redhat.com/browse/RHDHBUGS-1028[RHDHBUGS-1028]
30+
31+
32+
[id="bug-fix-rhdhbugs-2003"]
33+
=== Customizable image names for job and data index services in {product-short} Helm Chart
34+
35+
Previously, when deploying the {product-short} Helm Chart with the Orchestrator enabled, it was not possible to customize the image names of the job and data index services, for example in disconnected environments. Setting the `orchestrator.sonataflowPlatform.jobServiceImage` and `orchestrator.sonataflowPlatform.dataIndexImage` would return a schema validation error from Helm. This update fixes this issue.
36+
37+
38+
.Additional resources
39+
* link:https://issues.redhat.com/browse/RHDHBUGS-2003[RHDHBUGS-2003]
40+
41+
42+
[id="bug-fix-rhdhbugs-2020"]
43+
=== Network policy installation fix for {product-short} RHDH Helm Chart with Orchestrator flavor
44+
45+
Before this update, the {product-short} RHDH Helm Chart would not install Network Policies when the Orchestrator flavor was deployed with `serverlessLogicOperator` disabled, preventing the {product-short} Pods from being completely available. This update fixes this situation by installing network policies unconditionally when the orchestrator is enabled.
46+
47+
48+
.Additional resources
49+
* link:https://issues.redhat.com/browse/RHDHBUGS-2020[RHDHBUGS-2020]
50+
51+
52+
[id="bug-fix-rhdhbugs-2036"]
53+
=== Resolved SonataFlow Pod Crash Issue
54+
55+
In the new release, a timing problem during the RHDH 1.7 installation with Orchestrator plugins, affecting SonataFlow database provisioning, has been addressed. This issue caused SonataFlow pods to repeatedly enter the `CrashLoopBackOff` state, leading to delays and potential confusion for users. With this update, SonataFlow pods no longer encounter the `CrashLoopBackOff` state due to the database provisioning delay. This improvement enhances the user experience, as SonataFlow pods now start promptly, eliminating unnecessary wait times.
56+
57+
58+
.Additional resources
59+
* link:https://issues.redhat.com/browse/RHDHBUGS-2036[RHDHBUGS-2036]
60+
61+
62+
[id="bug-fix-rhdhbugs-2117"]
63+
=== Fixed SCM integration failures for self-hosted enterprise SCM providers
64+
65+
Before this update, the SCM integration failed due to lack of identification of the configured authentication provider for self-hosted enterprise SCM hosts. As a consequence, users experienced failed actions with self-hosted enterprise SCM providers due to missing authentication.
66+
67+
With this release, the SCM integration now correctly uses the configured authentication provider for corresponding enterprise host. As a result, end users can now successfully perform actions requiring enterprise SCM access.
68+
69+
70+
.Additional resources
71+
* link:https://issues.redhat.com/browse/RHDHBUGS-2117[RHDHBUGS-2117]
72+
73+
74+
[id="bug-fix-rhdhbugs-1878"]
75+
=== Fixed incorrect version detection for local plugin updates
76+
77+
Before this update, local plugins within the image were incorrectly detected for updates due to version misidentification. This led to users being unable to update local plugins from wrappers, resulting in outdated functionality. With this release, local plugin updates are now automatically detected, eliminating the need for manual adjustments and ensuring seamless plugin version updates for end users.
78+
79+
80+
.Additional resources
81+
* link:https://issues.redhat.com/browse/RHDHBUGS-1878[RHDHBUGS-1878]
82+
83+
84+
[id="bug-fix-rhdhbugs-2041"]
85+
=== Orchestrator plugin updated to 1.7.1
86+
87+
Before this update, the latest Orchestrator feature set was unavailable because the release included the outdated Orchestrator plugin version `1.6`. This issue is resolved in {product-very-short} `1.7.1`. The Orchestrator plugin is now updated to version `1.7.1`, ensuring that users have access to the latest features and functionality.
88+
89+
90+
91+
.Additional resources
92+
* link:https://issues.redhat.com/browse/RHDHBUGS-2041[RHDHBUGS-2041]
93+
94+
95+

0 commit comments

Comments
 (0)