Skip to content

Commit 36d6678

Browse files
committed
some PO review
1 parent 182de3a commit 36d6678

File tree

1 file changed

+28
-29
lines changed

1 file changed

+28
-29
lines changed

content/en/blog/releases/2025.X/2025.5.md

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,10 @@ The {{% ctx %}} Execution Service now includes a Code Analyser that restricts wh
264264
To restore behaviour to that prior of this release, this can be disabled. Otherwise, the Code Analyser's Allowed list must be updated to include the C# data types and namespaces required by new or existing flows.
265265

266266
To disable the Code Analyser, or to update the Allowed list, please refer to the following:
267-
| Disable Code Analyser | Update Allowed list |
268-
|----------------------------------------------------|--------------------------------------------------|
269-
| [Single Node][Disable Code Analyser - Single Node] | [Single Node][Update Allowed list - Single Node] |
270-
| [Multi Nodes][Disable Code Analyser - Multi Node] | [Multi Nodes][Update Allowed list - Multi Node] |
267+
| Disable Code Analyser | Update Allowed list |
268+
|-------------------------------------------------------|-----------------------------------------------------|
269+
| [Single Server][Disable Code Analyser - Single Node] | [Single Server][Update Allowed list - Single Node] |
270+
| [Multiple Server][Disable Code Analyser - Multi Node] | [Multiple Server][Update Allowed list - Multi Node] |
271271

272272
Affected Components:
273273

@@ -421,25 +421,23 @@ Tutorials have been added to the {{% ctx %}} Product Portal about:
421421

422422
<!-- PO REVIEWED UNTIL HERE -->
423423

424-
Installation Checklists have been added to the {{% ctx %}} Install instructions to help tracking installation progress.
424+
An installation checklists have been added to the {{% ctx %}} Install instructions to help tracking installation progress:
425+
426+
* {{< filelink src="/pdf/Installation Checklists - Multiple Server With HA.pdf" name="Multiple Server - With HA" >}}
427+
* {{< filelink src="/pdf/Installation Checklists - Single Server Without HA.pdf" name="Single Server - Without HA" >}}
428+
425429

426430
<!-- Cortex\2025 Q2 S4 - PBI - 34951 - Product Portal - Add Service Desk's Installation Checklists to Install instructions -->
427431

428432
##### Added Disaster Recovery Guides
429433

430434
Disaster Recovery Guides have been added to the {{% ctx %}} Product Portal to help with the Disaster Recovery process. These guides include:
431435

432-
* [Disaster Recovery - Multi Node][]
433-
* [Disaster Recovery - Single Node][]
436+
* [Multiple Server - With HA][Disaster Recovery - Multiple Server - With HA]
437+
* [Single Server - Without HA][Disaster Recovery - Single Server - Without HA]
434438

435439
<!-- Cortex\2025 Q2 S3 - PBI - 34566 - Product Portal - Document steps for disaster recovery -->
436440

437-
##### Control characters in SSH and Telnet response not completely cleaned
438-
439-
<!-- ALREADY THERE in 2025.3???? -->
440-
441-
<!-- Cortex\2025 Q2 S3 - PBI - 34603 - Product Portal - SSH Block - Add ControlCharactersToClean to Configuration Settings property example -->
442-
443441
### Bug Fixes
444442

445443
#### Capability
@@ -458,20 +456,17 @@ Affected Components:
458456

459457
##### Overwriting backup when performing Disaster Recovery backup
460458

461-
A bug has been fixed that caused the Disaster Recovery backup to overwrite existing backup when backing up the single node (debug node) from the same server as the production node. This was due to the backup path being the same for both nodes.
459+
The backup folder structure now backs up artefacts from the Application Servers in a different location to the Web Application Server. This ensures that backups from both nodes do not overwrite each other when backing up from the same server.
462460

463461
The new folder structure is as follows:
464462

465-
* Multi Node:
466-
* `CORTEX Backups\Application Servers\Cluster\Configuration`
467-
* `CORTEX Backups\Application Servers\Applications\Configuration`
468-
* `CORTEX Backups\Application Servers\Applications\Reliable Collections`
469-
470-
* Single Node:
471-
* `CORTEX Backups\Web Application Server\Gateway`
472-
* `CORTEX Backups\Web Application Server\Cluster\Configuration`
473-
* `CORTEX Backups\Web Application Server\Applications\Configuration`
474-
* `CORTEX Backups\Web Application Server\Applications\Reliable Collections`
463+
* `CORTEX Backups\Application Servers\Cluster\Configuration`
464+
* `CORTEX Backups\Application Servers\Applications\Configuration`
465+
* `CORTEX Backups\Application Servers\Applications\Reliable Collections`
466+
* `CORTEX Backups\Web Application Server\Gateway`
467+
* `CORTEX Backups\Web Application Server\Cluster\Configuration`
468+
* `CORTEX Backups\Web Application Server\Applications\Configuration`
469+
* `CORTEX Backups\Web Application Server\Applications\Reliable Collections`
475470

476471
Affected Components:
477472

@@ -491,17 +486,21 @@ Affected Components:
491486

492487
A bug has been fixed that caused {{% ctx %}} Gateway to not work properly, and in some cases, not starting. This was due to the {{% ctx %}} Gateway AppPool user not having a user profile created. The {{% ctx %}} Gateway AppPool user now has a user profile created during installation, allowing the {{% ctx %}} Gateway to work properly.
493488

489+
Affected Components:
490+
491+
* {{% ctx %}} Web App Server Install Scripts
492+
494493
<!-- Cortex\2025 Q2 S5 - PBI - 34614 - Installation - Gateway - LDAP connection settings cant be setup if user running gateway doesnt have user profile -->
495494
<!-- Cortex\2025 Q2 S5 - PBI - 35317 - Installation - Gateway - Load User Profile -->
496495

497496
### Deprecated Features
498497

499-
There are no features deprecated as part of the 2025.1 release of the {{% ctx %}} Platform.
498+
There are no features deprecated as part of the 2025.5 release of the {{% ctx %}} Platform.
500499
<!-- TODO -->
501500

502501
### Removed Features
503502

504-
There are no features removed in the 2025.1 release of the {{% ctx %}} Platform.
503+
There are no features removed in the 2025.5 release of the {{% ctx %}} Platform.
505504
<!-- TODO -->
506505

507506
### Potential Breaking Changes
@@ -512,7 +511,7 @@ The following may potentially break interactions with the {{% ctx %}} Platform:
512511

513512
### Breaking Changes
514513

515-
There are no known breaking changes as part of the 2025.1 release of the {{% ctx %}} Platform.
514+
There are no known breaking changes as part of the 2025.5 release of the {{% ctx %}} Platform.
516515
<!-- TODO -->
517516

518517
### Known Limitations
@@ -623,8 +622,8 @@ Releases are currently forecast to be made available on:
623622

624623
[Decision Blocks]: {{< url path="Cortex.Reference.Blocks.Decisions.MainDoc" version="2025.5" >}}
625624

626-
[Disaster Recovery - Multi Node]: {{< url path="Cortex.Guides.DisasterRecoveryGuides.MultipleServerWithHA.MainDoc" version="2025.5" >}}
627-
[Disaster Recovery - Single Node]: {{< url path="Cortex.Guides.DisasterRecoveryGuides.SingleServerWithoutHA.MainDoc" version="2025.5" >}}
625+
[Disaster Recovery - Multiple Server - With HA]: {{< url path="Cortex.Guides.DisasterRecoveryGuides.MultipleServerWithHA.MainDoc" version="2025.5" >}}
626+
[Disaster Recovery - Single Server - Without HA]: {{< url path="Cortex.Guides.DisasterRecoveryGuides.SingleServerWithoutHA.MainDoc" version="2025.5" >}}
628627

629628
[User Guide - Flow Editor]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.MainDoc" version="2025.5" >}}
630629
[User Guide - Flow Editor - Overview]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.Overview.MainDoc" version="2025.5" >}}

0 commit comments

Comments
 (0)