|
| 1 | +--- |
| 2 | +author: meshcloud |
| 3 | +title: Release 2025.12.0 |
| 4 | +--- |
| 5 | + |
| 6 | +Release period: 2025-03-25 to 2025-03-26 |
| 7 | + |
| 8 | +This release includes the following issues: |
| 9 | +* Fix Azure and AKS platform config save problem |
| 10 | +* User With Controller Role Now See Financal Tab |
| 11 | +* Add support for workspace level to meshBuildingBlocks API |
| 12 | +* Fix Sorting of Communications |
| 13 | +* Fixed import validation for meshWorkspaceGroupBindings v2 |
| 14 | +* Updated LDAP Identity Connector meshObject API version |
| 15 | +* Exclude partner workspaces from communication creation |
| 16 | +* Payment Method Workspace Preselection |
| 17 | +* User enabled/disabled event |
| 18 | +* Prevents Toggling Sensitivity for Building Block Inputs |
| 19 | +<!--truncate--> |
| 20 | + |
| 21 | +## Ticket Details |
| 22 | +### Fix Azure and AKS platform config save problem |
| 23 | +**Audience:** Partner<br> |
| 24 | + |
| 25 | +#### Description |
| 26 | +This fixes a bug that broke tenant replication based on a |
| 27 | +broken platform configuration on |
| 28 | + |
| 29 | +### User With Controller Role Now See Financal Tab |
| 30 | +**Audience:** Partner<br> |
| 31 | + |
| 32 | +#### Description |
| 33 | +Users with the controller role could not see the "Financial" dashboard tab in the admin area. |
| 34 | +This has been fixed. |
| 35 | + |
| 36 | +### Add support for workspace level to meshBuildingBlocks API |
| 37 | +**Audience:** Operator, User<br> |
| 38 | + |
| 39 | +#### Description |
| 40 | +We created a new version (v2-preview) for our meshBuildingBlock API which allows |
| 41 | +you to manage both, workspace level building blocks and tenant level building blocks. |
| 42 | +This is a preview version and subject to change until it leaves the preview phase. |
| 43 | + |
| 44 | +### Fix Sorting of Communications |
| 45 | +**Audience:** Partner<br> |
| 46 | + |
| 47 | +#### Description |
| 48 | +In the recently introduced Communication Center within the Admin Area, |
| 49 | +sorting communications by their confirmation status or their resolution date |
| 50 | +previously resulted in an error. This has been fixed. |
| 51 | + |
| 52 | +### Fixed import validation for meshWorkspaceGroupBindings v2 |
| 53 | +**Audience:** Partner<br> |
| 54 | + |
| 55 | +#### Description |
| 56 | +The declarative meshObject import did apply a less strict validation to |
| 57 | +meshWorkspaceGroupBindings v2 objects compared to the imperative meshObject API endpoints. |
| 58 | +This release of meshStack aligns this behavior. As a result, you may now see |
| 59 | +meshWorkspaceGroupBindings v2 objects rejected from declarative import when an equivalent |
| 60 | +role binding for a role-principal combination already exists. |
| 61 | + |
| 62 | +### Updated LDAP Identity Connector meshObject API version |
| 63 | +**Audience:** Partner<br> |
| 64 | + |
| 65 | +#### Description |
| 66 | +The LDAP Identity Connector has been updated to use the latest version of |
| 67 | +meshObject API to keep it ahead announced deprecations. Please see the details of this release note for more details. |
| 68 | + |
| 69 | +#### How to use |
| 70 | +The LDAP Identity Connector now uses the following meshObjects: |
| 71 | +- meshUser v2 |
| 72 | +- meshWorkspaceGroupBinding v2 |
| 73 | +- meshWorkspaceUserGroup v1 |
| 74 | + |
| 75 | +### Exclude partner workspaces from communication creation |
| 76 | +**Audience:** Partner<br> |
| 77 | + |
| 78 | +#### Description |
| 79 | +Communications are now only created for non-partner workspaces when no specific workspace is targeted. This prevents unnecessary communication entries for partner workspaces. |
| 80 | + |
| 81 | +### Payment Method Workspace Preselection |
| 82 | +**Audience:** Partner<br> |
| 83 | + |
| 84 | +#### Description |
| 85 | +We now pass the workspace information to the payment |
| 86 | +method creation page to pre-select the workspace. |
| 87 | +This is useful for affiliates who want to create a |
| 88 | +payment method for a specific workspace based on the |
| 89 | +workspace filter. |
| 90 | + |
| 91 | +### User enabled/disabled event |
| 92 | +**Audience:** Partner<br> |
| 93 | + |
| 94 | +#### Description |
| 95 | +The event related to user was enabled/disabled was missing. Now |
| 96 | +we create an event for the specific action. |
| 97 | + |
| 98 | +### Prevents Toggling Sensitivity for Building Block Inputs |
| 99 | +**Audience:** User, Partner<br> |
| 100 | + |
| 101 | +#### Description |
| 102 | +This disables the toggling of the sensitivity level of building block inputs. |
| 103 | +Toggling it was not supported and lead to an error upon saving. |
| 104 | + |
0 commit comments