Skip to content

Commit 8e8b0c0

Browse files
committed
more changes
1 parent 9c35fb9 commit 8e8b0c0

File tree

3 files changed

+44
-46
lines changed

3 files changed

+44
-46
lines changed

assets/scss/_content.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
br {
188188
content: " ";
189189
display: block;
190-
margin-bottom: 5px;
190+
margin-bottom: 20px;
191191
}
192192
}
193193

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

Lines changed: 42 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ Installation artefacts can be requested by raising a case in the [{{% ctx %}} Se
2727
* Usability
2828
* Third-Party Support
2929
* Installation
30-
* Upgrade
31-
* Documentation
3230

31+
{{% cr %}}
3332
This release introduces multiple new features to the {{% ctx %}} platform:
3433

3534
<!-- TODO -->
@@ -70,9 +69,9 @@ This release introduces multiple new features to the {{% ctx %}} platform:
7069

7170
#### Capability
7271

73-
##### Extended Semaphore controller API
72+
##### Extended Semaphore API
7473

75-
The Semaphore controller API has been extended to include three new APIs for managing Semaphores:
74+
The [{{% ctx %}} API Gateway Service][]'s API has been extended to include three new APIs for managing Semaphores:
7675

7776
* Delete all executions for semaphore on a specified scope
7877
* Delete an execution for semaphore on a specified scope
@@ -93,14 +92,18 @@ Affected Components:
9392

9493
##### Support for creating new process from templates
9594

96-
The user is now presented with the option to create a new process templates. The currently supported templates are `Blank` and `BPMN XML`.
95+
Within [{{% ctx %}} Gateway][Gateway], the user will now be presented with the option to create a new process templates. The currently supported templates are `Blank` and `BPMN XML`.
9796

9897
For `BPMN XML`, the provided `XML` will be validated before being created, and must follow `BPMN XML 2.0` standards.
9998

10099
Once created, the process should contain all descriptions, blocks, and connections as defined in the `XML`, and should be properly spaced out.
101100

102101
For more information, see the [Getting started with BPMN XML][] guide.
103102

103+
{{% alert title="Note" %}}
104+
The generation of processes from `BPMN XML` template is currently limited and does not support all `BPMN XML 2.0` features.
105+
{{% /alert %}}
106+
104107
<!-- Create Process From BPMN XML - 2-way Decision block support -->
105108
<!-- Create Process From BPMN XML - Add into Gateway -->
106109
<!-- Create Process From BPMN XML - Add run flow sync blocks for sequence flow bpmn -->
@@ -118,7 +121,7 @@ Affected Components:
118121

119122
##### Added Average Duration graph to Operations Overview
120123

121-
The Operations Overview page now includes an Average Duration graph, which displays the average flow execution duration over a specified time period, as well as a graphs for the average duration of each data point between this period.
124+
The [{{% ctx %}} Gateway][Gateway]'s Operations Overview page now includes an `Average Duration` graph, which displays the average flow execution duration, as well as a graphs for the average duration over the specified time period.
122125

123126
<!-- Operations Overview - APIs - Get All Data - Return Average Duration -->
124127
<!-- Operations Overview - Graphs - Add Average Duration graph -->
@@ -141,8 +144,8 @@ Affected Components:
141144

142145
##### Reduced Service Default Log Sizes
143146

144-
The default log sizes for the following services have now been reduced to avoid excessive disk usage.
145-
147+
The default log sizes for the following services have now been reduced to improve disk usage.
148+
{{% cr %}}
146149
The new maximum disk usage is as follows:
147150

148151
| Service | Original (in MB) | New (in MB) |
@@ -163,7 +166,9 @@ The new maximum disk usage is as follows:
163166
| [{{% ctx %}} Triggers Service][] | 10,950 | 84 |
164167
| **Total** | **133,590** | **6,329** |
165168

166-
As a result, the maximum disk usage for the {{% ctx %}} platform has been reduced by over 20x by default.
169+
As a result, the default maximum disk usage for the {{% ctx %}} platform has been reduced by over 20 times.
170+
171+
Log files retention and size are configurable, however there is currently no documentation available on how to do this. For further assistance, please raise a case in the [{{% ctx %}} Service Portal][].
167172

168173
<!-- Logging - Reduce Service Default Log Sizes -->
169174

@@ -223,14 +228,14 @@ Affected Components:
223228

224229
##### Introduced security headers for {{% ctx %}} Interaction Portal
225230

226-
The following security improvements have been made to the {{% ctx %}} Interaction Portal:
231+
The following security header have been introduced to the [{{% ctx %}} Interaction Portal][Interaction Portal]:
227232

228-
* Introduced Content-Security-Policy header
229-
* Introduced Permissions-Policy header
230-
* Introduced Referrer-Policy header
231-
* Introduced Strict-Transport-Security header
232-
* Introduced X-Content-Type-Options header
233-
* Introduced X-Frame-Options header
233+
* Content-Security-Policy
234+
* Permissions-Policy
235+
* Referrer-Policy
236+
* Strict-Transport-Security
237+
* X-Content-Type-Options
238+
* X-Frame-Options
234239

235240
<!-- Security - Introduce Content-Security-Policy header for Cortex Interaction Portal -->
236241
<!-- Security - Introduce Permissions-Policy header for Cortex Interaction Portal -->
@@ -247,8 +252,8 @@ Affected Components:
247252

248253
The following sensitive information has been removed from HTTP responses:
249254

250-
* Removed Server Information from HTTP responses
251-
* Removed X-Powered-By information from HTTP responses
255+
* Server Information
256+
* X-Powered-By information
252257

253258
<!-- Security - Server Information Should not be included in CIP HTTP responses -->
254259
<!-- Security - X-Powered-By information should not be included in CIP HTTP responses -->
@@ -261,43 +266,31 @@ Affected Components:
261266

262267
##### Added Cortex Version to Gateway Logo Tooltip
263268

264-
The Cortex version is now displayed on the Gateway logo tooltip.
269+
The Cortex version is now available on the [{{% ctx %}} Gateway][Gateway] logo tooltip.
265270

266271
<!-- Gateway - Display Cortex Version on logo Tooltip -->
267272

268273
Affected Components:
269274

270275
* [{{% ctx %}} Gateway][Gateway]
271276

272-
##### Improved filtering on Operations Overview
277+
##### Improved user experience on Operations Overview
273278

274-
The Operations Overview page now includes the following improvements to filtering:
279+
The [{{% ctx %}} Gateway][Gateway]'s Operations Overview page now includes the following improvements to the user experience:
275280

276-
* Data is now loaded for default filters on load
277-
* Added a refresh button for the time period
278-
* Selected filters are kept when changing filters
279-
* Filtered items in filter dropdown can be selected and deselected
281+
* Graphs data is now loaded for default filters on page load
282+
* Child filter selection is now maintained when parent filter is changed (e.g. selected `Flows` are maintained when changing the selected `Package versions` if they are still available on that version)
283+
* Time period can now be refresh, which will refresh the filters and graphs data
284+
* Items that has been filtered using the search on in filter dropdown can be selected and deselected
285+
* Tooltips on page elements including graphs has been improved
280286

281287
<!-- Operations Overview - Add refresh for timeperiod -->
282288
<!-- Operations Overview - Data should be loaded for default filters on load -->
283289
<!-- Operations Overview - Filters - Selected filters are kept when changing filters -->
284290
<!-- Operations Overview - Filters - User can select and deselect searched filters -->
285-
286-
Affected Components:
287-
288-
* [{{% ctx %}} Gateway][Gateway]
289-
290-
##### Improved tooltip on Operations Overview
291-
292-
The tooltips on the Operations Overview page has been improved, including tooltips on titles, values, and graphs.
293-
294291
<!-- Operations Overview - Graphs - Tooltip always shows when hovering on graph -->
295292
<!-- Operations Overview - Improve tooltips -->
296293

297-
Affected Components:
298-
299-
* [{{% ctx %}} Gateway][Gateway]
300-
301294
#### Third-Party Support
302295

303296
##### Updated third-party libraries
@@ -346,20 +339,23 @@ Affected Components:
346339

347340
##### Schedules not stopped when node switches to secondary
348341

349-
A bug has been fixed where schedules were not being stopped when a node switched to secondary, causing them to continue running on the secondary node.
342+
A bug has been fixed where schedules were not being stopped when a Service Fabric node switched to secondary, causing them to continue running on the secondary node.
343+
350344
<!-- Scheduling Service - Schedules not stopped when primary switches to secondary -->
351345

352346
Affected Components:
353-
<!-- TODO -->
347+
348+
* [{{% ctx %}} Innovation Core Application][]
349+
* [{{% ctx %}} Scheduling Service][]
354350

355351
#### Observability
356352

357353
##### Duration not logged correctly in log files
358354

359355
A bug has been fixed where the duration was not being logged correctly in log files.
360356

361-
<!-- Blocks - Log Event Block - Duration not logged correctly in log files --> BUG (same as below)
362-
<!-- Blocks - Log Event Block - StartedAt parameter - issue with passing variables --> BUG (same as above)
357+
<!-- Blocks - Log Event Block - Duration not logged correctly in log files -->
358+
<!-- Blocks - Log Event Block - StartedAt parameter - issue with passing variables -->
363359
<!-- Blocks - Log Event Block - Not recursing through levels correctly -->
364360

365361
Affected Components:
@@ -380,7 +376,7 @@ Affected Components:
380376
* [{{% ctx %}} Innovation Execution Application][]
381377
* [{{% ctx %}} Execution Service][]
382378

383-
##### Erred flow executions not being logged
379+
##### Errored flow executions not being logged
384380

385381
A bug has been fixed where erred flow executions were not being logged.
386382

@@ -447,6 +443,7 @@ There are no known limitations added as part of the 2024.11 release of the {{% c
447443

448444
| Release | Compatibility Version |
449445
|---------|-----------------------|
446+
| 2025.1 | 31.24311 |
450447
| 2024.11 | 31.24311 |
451448
| 2024.9 | 31.24311 |
452449
| 2024.7 | 31.24311 |
@@ -458,14 +455,15 @@ There are no known limitations added as part of the 2024.11 release of the {{% c
458455
| Release | Grafana Version | Grafana Loki Version | {{% ctx %}} Observability Version |
459456
|---------|--------------------------|----------------------|-----------------------------------|
460457
| 2024.11 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
458+
| 2024.11 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
461459
| 2024.9 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
462460
| 2024.7 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
463461
| 2024.5 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
464462
| 2024.3 | [8.5.4][Grafana 8.5.4] | [2.5.0][Loki 2.5.0] | [2.2.0][Observability 2.2.0] |
465463

466464
## Install Instructions
467465

468-
If you are installing a new 2024.11 platform or adding it to an existing 7.2 Installation see the guidance below; otherwise, if you are upgrading from an existing 2024.9 platform refer to the [Upgrade Instructions][].
466+
If you are installing a new 2024.11 platform or adding it to an existing 7.2 Installation see the guidance below; otherwise, if you are upgrading from an existing 2024.11 platform refer to the [Upgrade Instructions][].
469467

470468
Installing {{% ctx %}} Only:
471469

@@ -492,7 +490,6 @@ Releases are currently forecast to be made available on:
492490

493491
| Release | Release Type | Forecast Release Date |
494492
|---------|----------------|-------------------------------------|
495-
| 2025.1 | [Fast Track][] | Week commencing 10th February 2025 |
496493
| 2025.3 | [Release][] | Week commencing 7th April 2025 |
497494
| 2025.5 | [Fast Track][] | Week commencing 2nd June 2025 |
498495
| 2025.7 | [Fast Track][] | Week commencing 11th August 2025 |

layouts/shortcodes/cr.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\

0 commit comments

Comments
 (0)