Skip to content

Commit 8b28324

Browse files
author
GitHub Actions
committed
Added release notes and version entries for 2025.21.1
1 parent c7f62df commit 8b28324

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

website/blog/2025-05-26-Release-0.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
author: meshcloud
3+
title: Release 2025.21.1
4+
---
5+
6+
Release period: 2025-05-22 to 2025-05-26
7+
8+
This release includes the following issues:
9+
* Fix Access Restriction of Service Binding Endpoint
10+
* Fix Building Blocks List in Admin Definition Control Plane
11+
* Fix User Permissions Input for Building Blocks
12+
* Fix Building Block Input Regex Validation Not Saved
13+
<!--truncate-->
14+
15+
## Ticket Details
16+
### Fix Access Restriction of Service Binding Endpoint
17+
**Audience:** User<br>
18+
19+
#### Description
20+
We have fixed a security vulnerability where workspace members
21+
could access the service bindings of service instances in
22+
projects of the same workspace they were not assigned to.
23+
This update ensures that service binding access is now strictly
24+
limited to members explicitly assigned to the relevant project,
25+
strengthening project-level isolation and access control.
26+
27+
### Fix Building Blocks List in Admin Definition Control Plane
28+
**Audience:** Partner<br>
29+
30+
#### Description
31+
Previously, the 'Building Blocks' tab in the building block definition control plane displayed incorrect results, showing all building block definitions. This has now been fixed. The tab now correctly shows only the building blocks related to the building block definition.
32+
33+
### Fix User Permissions Input for Building Blocks
34+
**Audience:** User, Partner, Operator<br>
35+
36+
#### Description
37+
Building Blocks on tenant level support 'User Permissions' as input.
38+
The underlying type has recently been changed to be 'CODE' instead of 'LIST'.
39+
This led to problems during execution of existing building blocks.
40+
We fixed these problems so meshStack is now capable of handling older versions
41+
of building blocks that still use the 'User Permissions' input with the deprecated 'LIST' type.
42+
43+
### Fix Building Block Input Regex Validation Not Saved
44+
**Audience:** User, Customer<br>
45+
46+
#### Description
47+
A regression from a recent rework of the building block definition form introduced a problem
48+
that could prevent proper editing and saving of an existing regex validation for an input
49+
field. This problem has been fixed.
50+

0 commit comments

Comments
 (0)