Skip to content

Commit c569b2d

Browse files
authored
added compatibility version and fix tables (#152)
* added compatibility version and fix tables * add note for CIP * put patch version for 2024.5
1 parent b5b3082 commit c569b2d

File tree

13 files changed

+41
-12
lines changed

13 files changed

+41
-12
lines changed

content/en/blog/releases/2024.X/2024.3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,12 @@ There are no known limitations added as part of the 2024.3 release of the {{% ct
619619
| 7.1 | No | Need to upgrade 7.1 to 7.2 for compatibility |
620620
| 7.0 | No | Need to upgrade 7.0 to 7.2 for compatibility |
621621

622+
### Flow Compatibility
623+
624+
| Release | Compatibility Version |
625+
|---------|-----------------------|
626+
| 2024.3 | 30 |
627+
622628
## Install Instructions
623629

624630
If you are installing a new 2024.3 platform or adding it to an existing 7.2 Installation see the guidance below; otherwise, if you are upgrading from an existing 2024.1 platform refer to the [Upgrade Instructions][].

content/en/blog/releases/2024.X/2024.5.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,13 @@ There are no known limitations added as part of the 2024.5 release of the {{% ct
341341
| 7.1 | No | Need to upgrade 7.1 to 7.2 for compatibility |
342342
| 7.0 | No | Need to upgrade 7.0 to 7.2 for compatibility |
343343

344+
### Flow Compatibility
345+
346+
| Release | Compatibility Version |
347+
|---------|-----------------------|
348+
| 2024.5 | 31.24311 |
349+
| 2024.3 | 30 |
350+
344351
## Install Instructions
345352

346353
If you are installing a new 2024.5 platform or adding it to an existing 7.2 Installation see the guidance below; otherwise, if you are upgrading from an existing 2024.3 platform refer to the [Upgrade Instructions][].
@@ -370,10 +377,10 @@ Releases are currently forecast to be made available on:
370377

371378
| Release | Release Type | Forecast Release Date |
372379
|---------|----------------|-------------------------------------|
373-
| 2024.7 | [Fast Track][] | Week commencing 12th August 2024 |
374-
| 2024.9 | [Release][] | Week commencing 7th October 2024 |
375-
| 2024.11 | [Fast Track][] | Week commencing 2nd December 2024 |
376-
| 2025.1 | [Release][] | Week commencing 10th February 2024 |
380+
| 2024.7 | [Fast Track][] | Week commencing 12th August 2024 |
381+
| 2024.9 | [Release][] | Week commencing 7th October 2024 |
382+
| 2024.11 | [Fast Track][] | Week commencing 2nd December 2024 |
383+
| 2025.1 | [Release][] | Week commencing 10th February 2024 |
377384

378385
[{{% ctx %}} Innovation Core Application]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.MainDoc" version="2024.5" >}}
379386
[{{% ctx %}} API Gateway Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ApiGatewayService.MainDoc" version="2024.5" >}}

content/en/blog/releases/2024.X/2024.7.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,14 @@ There are no known limitations added as part of the 2024.7 release of the {{% ct
346346
| 7.1 | No | Need to upgrade 7.1 to 7.2 for compatibility |
347347
| 7.0 | No | Need to upgrade 7.0 to 7.2 for compatibility |
348348

349+
### Flow Compatibility
350+
351+
| Release | Compatibility Version |
352+
|---------|-----------------------|
353+
| 2024.7 | 31.24311 |
354+
| 2024.5 | 31.24311 |
355+
| 2024.3 | 30 |
356+
349357
## Install Instructions
350358

351359
If you are installing a new 2024.7 platform or adding it to an existing 7.2 Installation see the guidance below; otherwise, if you are upgrading from an existing 2024.5 platform refer to the [Upgrade Instructions][].

content/en/docs/2024.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The prerequisites required for a single server (as described in [Architecture][]
2121

2222
| Server&nbsp;Role | Windows&nbsp;Server[^1] | .Net | PowerShell[^2] | IIS[^3] | Other Software |
2323
|------------------|-------------------------|------|------------|---------|----------|
24-
| Single&nbsp;Server<br>*Application Server +<br>Web Application Server* | [2019&nbsp;(x64)][Microsoft Server 2019]&nbsp;*Recommended*<br>[2016&nbsp;(x64)][Microsoft Server 2016] [Framework&nbsp;4.7.2][NET Framework 472] | 5.1 | 10.0.17763[^4]<br>10.0.14393[^5]<br>[URL&nbsp;Rewrite&nbsp;Module&nbsp;2.1][IIS Url Rewrite] | [Microsoft Web Deploy 3.0 or later][Web Deploy]<br>[Visual C++ Redistributable 2013 (x64)][C++ Redistributable] |
24+
| Single&nbsp;Server<br>*Application Server +<br>Web Application Server* | [2019&nbsp;(x64)][Microsoft Server 2019]&nbsp;*Recommended*<br>[2016&nbsp;(x64)][Microsoft Server 2016] | [Framework&nbsp;4.7.2][NET Framework 472] | 5.1 | 10.0.17763[^4]<br>10.0.14393[^5]<br>[URL&nbsp;Rewrite&nbsp;Module&nbsp;2.1][IIS Url Rewrite] | [Microsoft Web Deploy 3.0 or later][Web Deploy]<br>[Visual C++ Redistributable 2013 (x64)][C++ Redistributable] |
2525

2626
[^1]: Windows Server Standard and Datacenter editions are supported. Filesystem **must be NTFS** and networking **must use IPv4**. Linux is not supported, but may be in the future.
2727
[^2]: PowerShell 5.1 ships with Windows Server 2016 and 2019.

content/en/docs/2024.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The prerequisites required for a single server (as described in [Architecture][]
2020
## Software Requirements
2121

2222
| Server&nbsp;Role | Windows&nbsp;Server[^1] | .Net | PowerShell[^2] | IIS[^3] | Other Software |
23-
|------------------|-------------------------|---------------------|------|------------|---------|----------|
23+
|------------------|-------------------------|---------------------|------|------------|---------|
2424
| Single&nbsp;Server<br>*Application Server +<br>Web Application Server* | [2022&nbsp;(x64)][Microsoft Server 2022]&nbsp;*Recommended*<br>[2019&nbsp;(x64)][Microsoft Server 2019] | [Framework&nbsp;4.7.2][NET Framework 472] | 5.1 | 10.0.20348[^4]<br>10.0.17763[^5]<br>[URL&nbsp;Rewrite&nbsp;Module&nbsp;2.1][IIS Url Rewrite] | [Microsoft Web Deploy 3.0 or later][Web Deploy]<br>[Visual C++ Redistributable 2013 (x64)][C++ Redistributable] |
2525

2626
[^1]: Windows Server Standard and Datacenter editions are supported. Filesystem **must be NTFS** and networking **must use IPv4**. Linux is not supported, but may be in the future.

content/en/docs/2024.3/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The prerequisites required for a single server (as described in [Architecture][]
2121

2222
| Server&nbsp;Role | Windows&nbsp;Server[^1] | .Net | PowerShell[^2] | IIS[^3] | Other Software |
2323
|------------------|-------------------------|------|------------|---------|----------|
24-
| Single&nbsp;Server<br>*Application Server +<br>Web Application Server* | [2019&nbsp;(x64)][Microsoft Server 2019]&nbsp;*Recommended*<br>[2016&nbsp;(x64)][Microsoft Server 2016] [Framework&nbsp;4.7.2][NET Framework 472] | 5.1 | 10.0.17763[^4]<br>10.0.14393[^5]<br>[URL&nbsp;Rewrite&nbsp;Module&nbsp;2.1][IIS Url Rewrite] | [Microsoft Web Deploy 3.0 or later][Web Deploy]<br>[Visual C++ Redistributable 2013 (x64)][C++ Redistributable] |
24+
| Single&nbsp;Server<br>*Application Server +<br>Web Application Server* | [2019&nbsp;(x64)][Microsoft Server 2019]&nbsp;*Recommended*<br>[2016&nbsp;(x64)][Microsoft Server 2016] | [Framework&nbsp;4.7.2][NET Framework 472] | 5.1 | 10.0.17763[^4]<br>10.0.14393[^5]<br>[URL&nbsp;Rewrite&nbsp;Module&nbsp;2.1][IIS Url Rewrite] | [Microsoft Web Deploy 3.0 or later][Web Deploy]<br>[Visual C++ Redistributable 2013 (x64)][C++ Redistributable] |
2525

2626
[^1]: Windows Server Standard and Datacenter editions are supported. Filesystem **must be NTFS** and networking **must use IPv4**. Linux is not supported, but may be in the future.
2727
[^2]: PowerShell 5.1 ships with Windows Server 2016 and 2019.

content/en/docs/2024.3/getting-started/on-premise/install-innovation-only/single-server-without-ha/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The prerequisites required for a single server (as described in [Architecture][]
2020
## Software Requirements
2121

2222
| Server&nbsp;Role | Windows&nbsp;Server[^1] | .Net | PowerShell[^2] | IIS[^3] | Other Software |
23-
|------------------|-------------------------|---------------------|------|------------|---------|----------|
23+
|------------------|-------------------------|---------------------|------|------------|---------|
2424
| Single&nbsp;Server<br>*Application Server +<br>Web Application Server* | [2022&nbsp;(x64)][Microsoft Server 2022]&nbsp;*Recommended*<br>[2019&nbsp;(x64)][Microsoft Server 2019] | [Framework&nbsp;4.7.2][NET Framework 472] | 5.1 | 10.0.20348[^4]<br>10.0.17763[^5]<br>[URL&nbsp;Rewrite&nbsp;Module&nbsp;2.1][IIS Url Rewrite] | [Microsoft Web Deploy 3.0 or later][Web Deploy]<br>[Visual C++ Redistributable 2013 (x64)][C++ Redistributable] |
2525

2626
[^1]: Windows Server Standard and Datacenter editions are supported. Filesystem **must be NTFS** and networking **must use IPv4**. Linux is not supported, but may be in the future.

content/en/docs/2024.5/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The prerequisites required for a single server (as described in [Architecture][]
2121

2222
| Server&nbsp;Role | Windows&nbsp;Server[^1] | .Net | PowerShell[^2] | IIS[^3] | Other Software |
2323
|------------------|-------------------------|------|------------|---------|----------|
24-
| Single&nbsp;Server<br>*Application Server +<br>Web Application Server* | [2019&nbsp;(x64)][Microsoft Server 2019]&nbsp;*Recommended*<br>[2016&nbsp;(x64)][Microsoft Server 2016] [Framework&nbsp;4.7.2][NET Framework 472] | 5.1 | 10.0.17763[^4]<br>10.0.14393[^5]<br>[URL&nbsp;Rewrite&nbsp;Module&nbsp;2.1][IIS Url Rewrite] | [Microsoft Web Deploy 3.0 or later][Web Deploy]<br>[Visual C++ Redistributable 2013 (x64)][C++ Redistributable] |
24+
| Single&nbsp;Server<br>*Application Server +<br>Web Application Server* | [2019&nbsp;(x64)][Microsoft Server 2019]&nbsp;*Recommended*<br>[2016&nbsp;(x64)][Microsoft Server 2016] | [Framework&nbsp;4.7.2][NET Framework 472] | 5.1 | 10.0.17763[^4]<br>10.0.14393[^5]<br>[URL&nbsp;Rewrite&nbsp;Module&nbsp;2.1][IIS Url Rewrite] | [Microsoft Web Deploy 3.0 or later][Web Deploy]<br>[Visual C++ Redistributable 2013 (x64)][C++ Redistributable] |
2525

2626
[^1]: Windows Server Standard and Datacenter editions are supported. Filesystem **must be NTFS** and networking **must use IPv4**. Linux is not supported, but may be in the future.
2727
[^2]: PowerShell 5.1 ships with Windows Server 2016 and 2019.

content/en/docs/2024.5/getting-started/on-premise/install-innovation-only/single-server-without-ha/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The prerequisites required for a single server (as described in [Architecture][]
2020
## Software Requirements
2121

2222
| Server&nbsp;Role | Windows&nbsp;Server[^1] | .Net | PowerShell[^2] | IIS[^3] | Other Software |
23-
|------------------|-------------------------|---------------------|------|------------|---------|----------|
23+
|------------------|-------------------------|---------------------|------|------------|---------|
2424
| Single&nbsp;Server<br>*Application Server +<br>Web Application Server* | [2022&nbsp;(x64)][Microsoft Server 2022]&nbsp;*Recommended*<br>[2019&nbsp;(x64)][Microsoft Server 2019] | [Framework&nbsp;4.7.2][NET Framework 472] | 5.1 | 10.0.20348[^4]<br>10.0.17763[^5]<br>[URL&nbsp;Rewrite&nbsp;Module&nbsp;2.1][IIS Url Rewrite] | [Microsoft Web Deploy 3.0 or later][Web Deploy]<br>[Visual C++ Redistributable 2013 (x64)][C++ Redistributable] |
2525

2626
[^1]: Windows Server Standard and Datacenter editions are supported. Filesystem **must be NTFS** and networking **must use IPv4**. Linux is not supported, but may be in the future.

content/en/docs/2024.7/Guides/upgrade-cortex/2024.5-to-2024.7/multiple-server-with-ha/upgrade-web-application-server/upgrade-gateway.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ This guide describes how to upgrade {{% ctx %}} Gateway from 2024.5 to 2024.7. P
2121

2222
{{< section "/upgrade/2024.7/upgrade-web-application-server/upgrade-flows.md" >}}
2323

24+
{{% alert title="Note" %}}
25+
If the {{% ctx %}} Interaction Portal is used in your environment, you must also upgrade those flows.
26+
{{% /alert %}}
27+
2428
## Preserve installation files
2529

2630
{{< section "/preserve-installation-files.md" >}}

0 commit comments

Comments
 (0)