Skip to content

Commit a05a290

Browse files
committed
fix issues I found
1 parent f5c1e4b commit a05a290

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Affected Components:
121121
The [Execute SSH Command Block][] has been updated to support commands that either don't echo back or contain non-printable characters in the response. An example of this is when a command is run that does not return any output, such as `echo -n ""`, or when a command contains non-printable characters, such as a password.
122122

123123
{{% alert title="Note" %}}
124-
The `StrictResponseMatching` option can now be added in the advanced block properties `Configuration Settings`, allowing it to be overwritten on a per block basis using the advanced `Configuration Settings` block property of the {{< ahref path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommandBlock.ConfigurationSettings" version="2025.7" title="SSH" >}}.
124+
The `StrictResponseMatching` option can now be added in the advanced block properties {{< ahref path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommandBlock.ConfigurationSettings" version="2025.7" title="Configuration Settings" >}}, allowing it to be overwritten on a per block basis using the advanced {{< ahref path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommandBlock.ConfigurationSettings" version="2025.7" title="Configuration Settings" >}} block property of the {{< ahref path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommandBlock.MainDoc" version="2025.7" title="Execute SSH Command Block" >}}.
125125
`StrictResponseMatching` can be set to `false`, allowing to match any response text before the `terminalPrompt`. Default is `true`.
126126
{{% /alert %}}
127127

@@ -135,7 +135,7 @@ The [Execute SSH Command Block][] has been updated to allow for a `ResponseGrace
135135
This is useful in cases where a device is returning the response in batches and one of the batches matches the expected response and `terminalPrompt`, but the full response has not yet been received from the device.
136136

137137
{{% alert title="Note" %}}
138-
The `ResponseGracePeriod` option can now be added in the advanced block properties `Configuration Settings`, allowing it to be overwritten on a per block basis using the advanced `Configuration Settings` block property of the {{< ahref path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommandBlock.ConfigurationSettings" version="2025.7" title="SSH" >}}.
138+
The `ResponseGracePeriod` option can now be added in the advanced block properties {{< ahref path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommandBlock.ConfigurationSettings" version="2025.7" title="Configuration Settings" >}}, allowing it to be overwritten on a per block basis using the advanced {{< ahref path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommandBlock.ConfigurationSettings" version="2025.7" title="Configuration Settings" >}} block property of the {{< ahref path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommandBlock.MainDoc" version="2025.7" title="Execute SSH Command Block" >}}.
139139
`ResponseGracePeriod` can be set to any number, which is the number of milliseconds to wait for a response before checking the response. Default is `0`.
140140
{{% /alert %}}
141141

@@ -337,8 +337,7 @@ Known limitations have been added within the 2025.7 release of the {{% ctx %}} P
337337

338338
| Release | Grafana Version | Grafana Loki Version | {{% ctx %}} Observability Version |
339339
|---------|--------------------------|----------------------|-------------------------------------------|
340-
| 2025.9 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [4.0.0][Observability 4.0.0] |
341-
| 2025.7 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] (deprecated) |
340+
| 2025.7 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [4.0.0][Observability 4.0.0] |
342341
| 2025.3 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] (deprecated) |
343342
| 2025.1 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] (deprecated) |
344343
| 2024.11 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] (deprecated) |

0 commit comments

Comments
 (0)