|
| 1 | +--- |
| 2 | +author: meshcloud |
| 3 | +title: Release 2025.40.0 |
| 4 | +--- |
| 5 | + |
| 6 | +Release period: 2025-09-10 to 2025-09-17 |
| 7 | + |
| 8 | +This release includes the following issues: |
| 9 | +* Fix Building Block Upgrade Status Display for Already Up-to-Date Blocks |
| 10 | +* Extend meshObject API with meshLandingZones |
| 11 | +* Version Selection for Building Block Creation from Platform Builder |
| 12 | +* Hide Landing Zone Only Building Blocks in Workspace Overview |
| 13 | +* Fix Building Block Upgrade with only Default Values |
| 14 | +* Improved Building Block Timeout Detection and User Transparency |
| 15 | +* New meshObject API Endpoints for meshProjectRole |
| 16 | +* Fixed Incorrect Project Count Display in Workspace Overview |
| 17 | +* Add Create Project Button in Workspace Overview |
| 18 | +* Feature Previews for Admins |
| 19 | +* License Information Moved to User Profile |
| 20 | +<!--truncate--> |
| 21 | + |
| 22 | +## Ticket Details |
| 23 | +### Fix Building Block Upgrade Status Display for Already Up-to-Date Blocks |
| 24 | +**Audience:** User<br> |
| 25 | + |
| 26 | +#### Description |
| 27 | +Building Blocks that are already on the latest version are now correctly displayed as "already up-to-date" with |
| 28 | +green checkmarks instead of being shown as "conflicts" with red X icons in the bulk upgrade summary dialog. This |
| 29 | +provides clearer visual feedback and reduces confusion for users managing Building Block upgrades. |
| 30 | + |
| 31 | +### Extend meshObject API with meshLandingZones |
| 32 | +**Audience:** User<br> |
| 33 | + |
| 34 | +#### Description |
| 35 | +The meshObject API was extended to support the creation, update, deletion and |
| 36 | +retrieval of meshLandingZones via the meshObject API. This API endpoint is experimental and in preview mode. |
| 37 | +Please refer to the API documentation for more details. |
| 38 | + |
| 39 | +### Version Selection for Building Block Creation from Platform Builder |
| 40 | +**Audience:** User<br> |
| 41 | + |
| 42 | +#### Description |
| 43 | +When creating building blocks from the platform builder, the system now defaults to draft versions when available, |
| 44 | +ensuring you work with the latest development version. Additionally, you can now choose between draft and the latest |
| 45 | +released version using a dropdown selector in the creation dialog, providing the same flexibility already available |
| 46 | +in the marketplace configuration. |
| 47 | + |
| 48 | +### Hide Landing Zone Only Building Blocks in Workspace Overview |
| 49 | +**Audience:** User<br> |
| 50 | + |
| 51 | +#### Description |
| 52 | +Building blocks that are marked as "landing zone only" are now excluded from workspace resource overviews. |
| 53 | +These building blocks are automation components that are part of the landing zone rollout process and users |
| 54 | +do not need to see these implementation details in their workspace overview. |
| 55 | + |
| 56 | +### Fix Building Block Upgrade with only Default Values |
| 57 | +**Audience:** User<br> |
| 58 | + |
| 59 | +#### Description |
| 60 | +This fixes a bug that prevented building block upgrades when new inputs with |
| 61 | +default values were introduced in a newer version. Previously, only manually |
| 62 | +modified inputs were sent during upgrade, causing failures when the server |
| 63 | +expected new inputs with their default values to be included in the request. |
| 64 | + |
| 65 | +### Improved Building Block Timeout Detection and User Transparency |
| 66 | +**Audience:** User<br> |
| 67 | + |
| 68 | +#### Description |
| 69 | +We fixed an issue where building blocks could be incorrectly marked as stuck when they were actively being |
| 70 | +retried by the system. Additionally, we now show warning messages when building block runs experience timeouts, |
| 71 | +providing better visibility into execution issues and retry behavior. |
| 72 | + |
| 73 | +#### How to use |
| 74 | +When viewing building block run details, you will now see warning messages if the execution experienced timeouts. |
| 75 | +These warnings explain whether the run was retried or failed due to a newer run being available, helping you |
| 76 | +understand the execution history and any performance issues that occurred during the run. |
| 77 | + |
| 78 | +### New meshObject API Endpoints for meshProjectRole |
| 79 | +**Audience:** User<br> |
| 80 | + |
| 81 | +#### Description |
| 82 | +The meshObject API in meshStack now provides new endpoints for GET, POST, PUT and DELETE operations on meshProjectRole. |
| 83 | +These endpoints allow you to manage project roles via the API, including creating, updating, retrieving, and deleting project roles. |
| 84 | + |
| 85 | +### Fixed Incorrect Project Count Display in Workspace Overview |
| 86 | +**Audience:** User<br> |
| 87 | + |
| 88 | +#### Description |
| 89 | +We fixed an issue where the project count shown in the workspace overview was displaying an incorrect number. |
| 90 | +The project count now accurately reflects the total number of projects you have access to in your workspace, |
| 91 | +ensuring you always see the complete picture of your resources. |
| 92 | + |
| 93 | +### Add Create Project Button in Workspace Overview |
| 94 | +**Audience:** User<br> |
| 95 | + |
| 96 | +#### Description |
| 97 | +You can now create new projects directly from the workspace overview screen. The Create Project button is |
| 98 | +conveniently placed in the projects section, making it easier to add new projects to your workspace without |
| 99 | +navigating to separate pages. |
| 100 | + |
| 101 | +### Feature Previews for Admins |
| 102 | +**Audience:** User<br> |
| 103 | + |
| 104 | +#### Description |
| 105 | +Admins can now explore and track feature previews in meshStack. The new feature previews section in the |
| 106 | +administration area provides insights into beta features available for testing, including user adoption statistics. |
| 107 | +This allows platform teams to evaluate new functionality before it becomes generally available and understand how |
| 108 | +their users are engaging with preview features. |
| 109 | + |
| 110 | +### License Information Moved to User Profile |
| 111 | +**Audience:** User<br> |
| 112 | + |
| 113 | +#### Description |
| 114 | +License information and software bill of materials (SBOM) have been moved to the user profile for easier |
| 115 | +access. You can now find this information directly in your user profile instead of the previous location. |
| 116 | + |
0 commit comments