Skip to content

Commit aba1536

Browse files
committed
fix urls
1 parent 6175fa5 commit aba1536

File tree

1 file changed

+49
-63
lines changed

1 file changed

+49
-63
lines changed

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

Lines changed: 49 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This release introduces multiple new features to the {{% ctx %}} platform:
3737

3838
[Observability][] has been optimised by [reducing the default log sizes][] for multiple services.
3939

40-
[The Service Fabric BackUpRestore service has been enabled][] to allow future [Scalability][] improvements such as disaster recovery features.
40+
The [Service Fabric BackUpRestore service has been enabled][] to allow future [Scalability][] improvements such as disaster recovery features.
4141

4242
[Performance][] has been improved by [improving the Service Fabric services performance][].
4343

@@ -56,8 +56,8 @@ Finally, the [Installation][] has been improved by [adding an unblock script][]
5656

5757
| <nobr> Release Component </nobr> | Version | Updated | Update Type | Breaking Change | Notes |
5858
|--------------------------------------------------------------------------------|---------------|---------|---------------|-----------------|--------|
59-
| <nobr>[{{% ctx %}} Innovation Core Application][] </nobr> | 56.1.4.25130 | Yes | Major | No | Major changes occurred between internal development releases, these changes are related to the [Semaphore API has been extended][Breaking - Extended Semaphore AP] causing changes to API routes |
60-
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} API Gateway Service][] </nobr> | 40.0.5.25130 | Yes | Major | No | Major changes occurred between internal development releases, these changes are related to the [Semaphore API has been extended][Breaking - Extended Semaphore AP] causing changes to API routes |
59+
| <nobr>[{{% ctx %}} Innovation Core Application][] </nobr> | 56.1.4.25130 | Yes | Major | No | Major changes occurred between internal development releases, these changes are related to the [Semaphore API has been extended][Breaking - Extended Semaphore API] causing changes to API routes |
60+
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} API Gateway Service][] </nobr> | 40.0.5.25130 | Yes | Major | No | Major changes occurred between internal development releases, these changes are related to the [Semaphore API has been extended][Breaking - Extended Semaphore API] causing changes to API routes |
6161
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Authorisation Service][] </nobr> | 7.0.18.25130 | Yes | Patch | N/A | |
6262
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Concurrency Management Service][] </nobr> | 7.3.3.25130 | Yes | Minor | N/A | |
6363
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Configuration Management Service][] </nobr> | 7.0.18.25130 | Yes | Patch | N/A | |
@@ -435,81 +435,67 @@ Releases are currently forecast to be made available on:
435435
| 2025.7 | [Fast Track][] | Week commencing 11th August 2025 |
436436
| 2025.9 | [Release][] | Week commencing 6th October 2025 |
437437

438-
[{{% ctx %}} Innovation Core Application]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.MainDoc" version="2024.11" >}}
439-
[{{% ctx %}} API Gateway Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ApiGatewayService.MainDoc" version="2024.11" >}}
440-
[{{% ctx %}} Authorisation Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.AuthorisationService.MainDoc" version="2024.11" >}}
441-
[{{% ctx %}} Concurrency Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ConcurrencyManagementService.MainDoc" version="2024.11" >}}
442-
[{{% ctx %}} Configuration Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ConfigurationManagementService.MainDoc" version="2024.11" >}}
443-
[{{% ctx %}} Data Storage Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.DataStorageService.MainDoc" version="2024.11" >}}
444-
[{{% ctx %}} Execution Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ExecutionManagementService.MainDoc" version="2024.11" >}}
445-
[{{% ctx %}} Licence Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.LicenceManagementService.MainDoc" version="2024.11" >}}
446-
[{{% ctx %}} Listeners Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ListenersService.MainDoc" version="2024.11" >}}
447-
[{{% ctx %}} Monitoring Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.MonitoringService.MainDoc" version="2024.11" >}}
448-
[{{% ctx %}} Package Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.PackageManagementService.MainDoc" version="2024.11" >}}
449-
[{{% ctx %}} Provisioning Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ProvisioningService.MainDoc" version="2024.11" >}}
450-
[{{% ctx %}} Scheduling Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.SchedulingService.MainDoc" version="2024.11" >}}
451-
[{{% ctx %}} Triggers Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.TriggersService.MainDoc" version="2024.11" >}}
452-
[{{% ctx %}} Innovation Execution Application]: {{< url path="Cortex.Guides.CortexInnovation.ExecutionApplication.MainDoc" version="2024.11" >}}
453-
[{{% ctx %}} Execution Service]: {{< url path="Cortex.Guides.CortexInnovation.ExecutionApplication.Services.ExecutionService.MainDoc" version="2024.11" >}}
454-
[Interaction Portal]: {{< url path="Cortex.Guides.CortexInteractionPortal.MainDoc" version="2024.11" >}}
455-
456-
[Monitoring Service has been introduced]: {{< ref "#introduced-the-monitoring-service" >}}
457-
[configuration for maximum query string length]: {{< ref "#added-configuration-for-maximum-query-string-length" >}}
458-
[Cortex Interaction Portal can now be installed multiple times on the same machine]: {{< ref "#added-support-for-multiple-instances-of-the-cortex-interaction-portal-running-on-the-same-machine" >}}
459-
[session updates more reliably on slower systems]: {{< ref "#improved-session-update-reliability-on-slow-systems" >}}
438+
[{{% ctx %}} Innovation Core Application]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.MainDoc" version="2025.1" >}}
439+
[{{% ctx %}} API Gateway Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ApiGatewayService.MainDoc" version="2025.1" >}}
440+
[{{% ctx %}} Authorisation Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.AuthorisationService.MainDoc" version="2025.1" >}}
441+
[{{% ctx %}} Concurrency Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ConcurrencyManagementService.MainDoc" version="2025.1" >}}
442+
[{{% ctx %}} Configuration Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ConfigurationManagementService.MainDoc" version="2025.1" >}}
443+
[{{% ctx %}} Data Storage Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.DataStorageService.MainDoc" version="2025.1" >}}
444+
[{{% ctx %}} Execution Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ExecutionManagementService.MainDoc" version="2025.1" >}}
445+
[{{% ctx %}} Licence Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.LicenceManagementService.MainDoc" version="2025.1" >}}
446+
[{{% ctx %}} Listeners Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ListenersService.MainDoc" version="2025.1" >}}
447+
[{{% ctx %}} Monitoring Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.MonitoringService.MainDoc" version="2025.1" >}}
448+
[{{% ctx %}} Package Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.PackageManagementService.MainDoc" version="2025.1" >}}
449+
[{{% ctx %}} Provisioning Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ProvisioningService.MainDoc" version="2025.1" >}}
450+
[{{% ctx %}} Scheduling Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.SchedulingService.MainDoc" version="2025.1" >}}
451+
[{{% ctx %}} Triggers Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.TriggersService.MainDoc" version="2025.1" >}}
452+
[{{% ctx %}} Innovation Execution Application]: {{< url path="Cortex.Guides.CortexInnovation.ExecutionApplication.MainDoc" version="2025.1" >}}
453+
[{{% ctx %}} Execution Service]: {{< url path="Cortex.Guides.CortexInnovation.ExecutionApplication.Services.ExecutionService.MainDoc" version="2025.1" >}}
454+
[Interaction Portal]: {{< url path="Cortex.Guides.CortexInteractionPortal.MainDoc" version="2025.1" >}}
455+
456+
[Semaphore API has been extended]: {{< ref "#extended-semaphore-api" >}}
457+
[create a new process from templates]: {{< ref "#support-for-creating-new-process-from-templates" >}}
458+
[Average Duration graph has been added]: {{< ref "#added-average-duration-graph-to-operations-overview" >}}
460459
[Observability]: {{< ref "#observability" >}}
461-
[reducing the maximum size of Service Fabric Trace Logs]: {{< ref "#reduced-the-maximum-size-of-service-fabric-logs" >}}
462-
[Performance]: {{< ref "#performance" >}}
463-
[handling high volumes of executions more efficiently]: {{< ref "#improved-the-performance-of-the-execution-management-service" >}}
460+
[reducing the default log sizes]: {{< ref "#reduced-service-default-log-sizes" >}}
464461
[Scalability]: {{< ref "#scalability" >}}
465-
[increasing the header size limit for Service Fabric API Gateway]: {{< ref "#increased-the-header-size-limit-for-service-fabric-api-gateway" >}}
462+
[Service Fabric BackUpRestore service has been enabled]: {{< ref "#enabled-service-fabric-backuprestore-service" >}}
463+
[Performance]: {{< ref "#performance" >}}
464+
[improving the Service Fabric services performance]: {{< ref "#improvements-to-service-fabric-services-performance" >}}
466465
[Security]: {{< ref "#security" >}}
466+
[introducing security headers]: {{< ref "#introduced-security-headers-for-cortex-interaction-portal" >}}
467+
[removing sensitive information from HTTP responses]: {{< ref "#removed-sensitive-information-from-cortex-interaction-portal-http-responses" >}}
467468
[Usability]: {{< ref "#usability" >}}
468-
[Content-security-policy directives]: {{< ref "#reviewed-the-content-security-policy-directives-on-cortex-gateway" >}}
469-
[Permissions-Policy header]: {{< ref "#introduced-the-permissions-policy-header-on-cortex-gateway" >}}
470-
[X-XSS-PROTECTION header]: {{< ref "#removed-the-x-xss-protection-header-on-cortex-gateway" >}}
471-
[fixing the LiveView datetime picker styling issues]: {{< ref "#liveview-datetime-picker-styling-issues" >}}
472-
[Third-party Support]: {{< ref "#third-party-support" >}}
473-
[Health Check API to Service Fabric API Gateway]: {{< ref "#added-health-check-api-to-service-fabric-api-gateway" >}}
469+
[adding the {{% ctx %}} Version to the Gateway logo tooltip]: {{< ref "#added-cortex-version-to-gateway-logo-tooltip" >}}
470+
[improving the user experience on the Operations Overview page]: {{< ref "#improved-user-experience-on-operations-overview" >}}
471+
[Third-Party Support]: {{< ref "#third-party-support" >}}
472+
[updating third-party libraries]: {{< ref "#updated-third-party-libraries" >}}
474473
[Installation]: {{< ref "#installation" >}}
475-
[check for certificate friendly name]: {{< ref "#added-check-for-certificate-friendly-name" >}}
476-
[use PSDrive to improve compatibility]: {{< ref "#changed-the-installation-script-to-use-psdrive-to-improve-compatibility" >}}
477-
[allow log file rotation for RabbitMQ logs]: {{< ref "#added-support-for-rabbitmq-log-file-rotation" >}}
478-
[open ports for RabbitMQ Stream]: {{< ref "#opened-ports-for-rabbitmq-stream" >}}
479-
[Upgrade]: {{< ref "#upgrade" >}}
480-
[restoring files to pre-upgrade if the load balancer upgrade fails]: {{< ref "#improved-the-load-balancer-upgrade-process" >}}
481-
[aligning the timeout of the Register-ServiceFabricApplicationType command with other commands]: {{< ref "#aligned-the-timeout-of-the-register-servicefabricapplicationtype-command-with-other-commands" >}}
482-
[changing the extension of the studio package created by the upgrade script]: {{< ref "#changed-the-extension-of-the-studio-package-created-by-the-upgrade-script" >}}
483-
[Upgrade - allow log file rotation for RabbitMQ logs]: {{< ref "#added-support-for-rabbitmq-log-file-rotation-1" >}}
484-
[Upgrade - opening ports for RabbitMQ Stream]: {{< ref "#opened-ports-for-rabbitmq-stream-1" >}}
485-
[Documentation]: {{< ref "#documentation" >}}
486-
[adding the encryption key to the built-in Load Balancer server]: {{< ref "#added-how-to-add-the-encryption-key-to-the-built-in-load-balancer-server" >}}
487-
[adding the Observability Compatibility table to release notes]: {{< ref "#added-observability-compatibility-table-to-release-notes" >}}
488-
[updating the ports used by the platform]: {{< ref "#updated-ports-used-by-the-platform" >}}
474+
[adding an unblock script]: {{< ref "#added-unblock-script-to-the-installation" >}}
489475

490476
[Upgrade Instructions]: {{< ref "#upgrade-instructions" >}}
491-
[Observability Compatibility]: {{< ref "#observability-compatibility" >}}
492477

493-
[Blocks]: {{< url path="Cortex.Reference.Blocks.MainDoc" version="2024.11" >}}
478+
[Blocks]: {{< url path="Cortex.Reference.Blocks.MainDoc" version="2025.1" >}}
479+
[Log Event Block]: {{< url path="Cortex.Reference.Blocks.Logs.LogEvent.LogEvent.MainDoc" version="2025.1" >}}
494480

495-
[Gateway]: {{< url path="Cortex.Guides.Gateway.MainDoc" version="2024.11" >}}
481+
[Gateway]: {{< url path="Cortex.Guides.Gateway.MainDoc" version="2025.1" >}}
496482

497-
[Innovation Only - Single Server - Without HA]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.MainDoc" version="2024.11" >}}
498-
[Innovation Only - Multiple Server - With HA]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.MainDoc" version="2024.11" >}}
483+
[Innovation Only - Single Server - Without HA]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.MainDoc" version="2025.1" >}}
484+
[Innovation Only - Multiple Server - With HA]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.MainDoc" version="2025.1" >}}
499485

500-
[Adding Innovation to a 7.2 Installation - Single Server - Without HA]: {{< url path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.SingleServerWithoutHA.MainDoc" version="2024.11" >}}
501-
[Adding Innovation to a 7.2 Installation - Multiple Server - With HA]: {{< url path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.MultipleServerWithHA.MainDoc" version="2024.11" >}}
486+
[Adding Innovation to a 7.2 Installation - Single Server - Without HA]: {{< url path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.SingleServerWithoutHA.MainDoc" version="2025.1" >}}
487+
[Adding Innovation to a 7.2 Installation - Multiple Server - With HA]: {{< url path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.MultipleServerWithHA.MainDoc" version="2025.1" >}}
502488

503-
[Upgrade - Single Server - Without HA]: {{< url path="Cortex.Guides.UpgradeCortex.2024.9to2024.11.SingleServerWithoutHA.MainDoc" version="2024.11" >}}
504-
[Upgrade - Multiple Server - With HA]: {{< url path="Cortex.Guides.UpgradeCortex.2024.9to2024.11.MultipleServerWithHA.MainDoc" version="2024.11" >}}
505-
[Breaking - Added support for multiple instances of CORTEX Interaction Portal running on the same machine]: {{< ref "#added-support-for-multiple-instances-of-the-cortex-interaction-portal-running-on-the-same-machine-1" >}}
489+
[Upgrade - Single Server - Without HA]: {{< url path="Cortex.Guides.UpgradeCortex.2024.9to2024.11.SingleServerWithoutHA.MainDoc" version="2025.1" >}}
490+
[Upgrade - Multiple Server - With HA]: {{< url path="Cortex.Guides.UpgradeCortex.2024.9to2024.11.MultipleServerWithHA.MainDoc" version="2025.1" >}}
491+
[Breaking - Extended Semaphore API]: {{< ref "#extended-semaphore-api-1" >}}
506492

507-
[{{% ctx %}} Studio]: {{< url path="Cortex.Guides.Studio.MainDoc" version="2024.11" >}}
493+
[{{% ctx %}} Studio]: {{< url path="Cortex.Guides.Studio.MainDoc" version="2025.1" >}}
508494

509-
[{{% ctx %}} Service Portal]: {{< url path="Cortex.ServicePortal.MainDoc" version="2024.11" >}}
495+
[{{% ctx %}} Service Portal]: {{< url path="Cortex.ServicePortal.MainDoc" version="2025.1" >}}
510496

511-
[Fast Track]: {{< url path="Cortex.Reference.Glossary.F-J.FastTrack" version="2024.11" >}}
512-
[Release]: {{< url path="Cortex.Reference.Glossary.P-T.Release" version="2024.11" >}}
497+
[Fast Track]: {{< url path="Cortex.Reference.Glossary.F-J.FastTrack" version="2025.1" >}}
498+
[Release]: {{< url path="Cortex.Reference.Glossary.P-T.Release" version="2025.1" >}}
513499

514500
[2024.11]: {{< url path="Cortex.Blogs.Releases.2024.11.MainDoc" version="2025.1" >}}
515501

0 commit comments

Comments
 (0)