Skip to content

Commit

Permalink
fix flows upgrader zip name
Browse files Browse the repository at this point in the history
  • Loading branch information
cortex-lp committed Aug 8, 2024
1 parent 4b7606c commit 3e81650
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions content/en/blog/releases/2024.X/2024.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ The previous `Scope` data type has been renamed to [ScopeDefinition][] as it mor
A new [Scope][] data type has also been added to represent an instance of a scope.

{{% alert title="Note" %}}
This is a breaking change and will require a flow upgrade, which is documented in the {{< ahref path="Cortex.Guides.UpgradeCortex.2024.5to2024.7.Advanced.FlowsUpgrader" title="upgrade flows steps" version="2024.7" >}}.
This is a breaking change and will require a flow upgrade, which is documented in the {{< ahref path="Cortex.Guides.UpgradeCortex.2024.5to2024.7.Advanced.UpgradeFlows" title="upgrade flows steps" version="2024.7" >}}.
{{% / alert %}}

Affected Components:
Expand Down Expand Up @@ -446,7 +446,7 @@ Releases are currently forecast to be made available on:
[Install Flow Debugger]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.DebuggerInstallation" version="2024.7" >}}

[upgrade steps]: {{< url path="Cortex.Guides.UpgradeCortex.2024.5to2024.7.MainDoc" version="2024.7" >}}
[upgrade flows steps]: {{< url path="Cortex.Guides.UpgradeCortex.2024.5to2024.7.Advanced.FlowsUpgrader" version="2024.7" >}}
[upgrade flows steps]: {{< url path="Cortex.Guides.UpgradeCortex.2024.5to2024.7.Advanced.UpgradeFlows" version="2024.7" >}}
[Upgrade - Single Server - Without HA]: {{< url path="Cortex.Guides.UpgradeCortex.2024.5to2024.7.SingleServerWithoutHA.MainDoc" version="2024.7" >}}
[Upgrade - Multiple Server - With HA]: {{< url path="Cortex.Guides.UpgradeCortex.2024.3to2024.5.MultipleServerWithHA.MainDoc" version="2024.7" >}}

Expand Down
6 changes: 3 additions & 3 deletions content/en/docs/2024.7/Whats New/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ This release shows performance improvements in a number of areas:
* [Reduce memory usage of the Package Management Service][] by compressing the Flow JSON
* Fixed a bug where the [Expression editor in {{% ctx %}} Studio leaks memory][]

## Improve Security
## Improved Security

We increased the security of the platform by:

* [Redacting any value in logs that has the format of an encrypted text][Redact any value in logs that has the format of an encrypted text] to ensure that encrypted text is not visible in logs
* [Adding the Request user to API Gateway HTTPEvent logs][Request user has been added to API Gateway HTTPEvent logs] to provide more information in logs
* Fixed a bug where [Password redaction not always occurring][].

## Improve Scalability
## Improved Scalability

Scalability has been improved by adding [support of custom names for default Tenant and System][Custom names supported for default Tenant and System] from {{% ctx %}} Gateway, as well as [support for installing multiple {{% ctx %}} Gateway instances on the same Web App Server][].

## Improve Usability
## Improved Usability

The previous `Scope` data type has been renamed to [ScopeDefinition][] as it more accurately reflects its purpose of defining a scope; allowing for a new [Scope][] data type to represent an instance of a scope.
\
Expand Down
2 changes: 1 addition & 1 deletion data/urls.toml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
[Cortex.Guides.UpgradeCortex.2024.5to2024.7]
MainDoc = "/docs/guides/upgrade-cortex/2024.5-to-2024.7/"
[Cortex.Guides.UpgradeCortex.2024.5to2024.7.Advanced]
FlowsUpgrader = "/docs/guides/upgrade-cortex/advanced/flows-upgrader"
UpgradeFlows = "/docs/guides/upgrade-cortex/advanced/upgrade-flows"
[Cortex.Guides.UpgradeCortex.2024.5to2024.7.MultipleServerWithHA]
MainDoc = "/docs/guides/upgrade-cortex/2024.5-to-2024.7/multiple-server-with-ha/"
TryItOut = "/docs/guides/upgrade-cortex/2024.5-to-2024.7/multiple-server-with-ha/try-it-out"
Expand Down

0 comments on commit 3e81650

Please sign in to comment.