Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit b4c3bc2

Browse files
author
GitHub Actions
committed
Added release notes and version entries for 2025.31.0
1 parent ab375ce commit b4c3bc2

File tree

1 file changed

+107
-0
lines changed

1 file changed

+107
-0
lines changed

blog/2025-07-30-Release-0.md

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
---
2+
author: meshcloud
3+
title: Release 2025.31.0
4+
---
5+
6+
Release period: 2025-07-23 to 2025-07-30
7+
8+
This release includes the following issues:
9+
* New meshWorkspace API version
10+
* Fix Saving Building Block Input of Type Parent Building Block Output
11+
* Fixed Navigation in the Building Block UI
12+
* Improve Copy Behavior for Tag values
13+
* Reduced Duplicate New Tenant Notifications
14+
* Immediate Removal of Assigned Unmanaged Tenants From List
15+
* Fix Rare AWS Account Orphaning Issue
16+
* Better Logs for Azure Subscription Creation Failures
17+
* New meshObject API Endpoints for Workspaces
18+
* Fix Block Issue When Updating Repo URL Protocol
19+
<!--truncate-->
20+
21+
## Ticket Details
22+
### New meshWorkspace API version
23+
**Audience:** Partner, Operator<br>
24+
25+
#### Description
26+
We have introduced a new API version v2 for meshWorkspaces. The only change
27+
between v1 and v2 is that the tags now appear within the 'metadata' property
28+
instead of the 'spec' property. This change improves the consistency of our
29+
meshObject API.
30+
If you use the meshWorkspace meshObject API, we recommend switching to
31+
the new v2 version at your convenience. However, The old v1 version of
32+
meshWorkspaces remains available and will not be removed without prior
33+
notice, so that no immediate action is required on your part.
34+
Also note that POST, PUT and DELETE endpoints are only available with the new
35+
meshWorkspace v2 API.
36+
37+
### Fix Saving Building Block Input of Type Parent Building Block Output
38+
**Audience:** User<br>
39+
40+
#### Description
41+
A regression caused an error when saving a building block with
42+
an input set to a parent building block's output. This issue has been
43+
resolved, and saving now works as expected.
44+
45+
### Fixed Navigation in the Building Block UI
46+
**Audience:** User<br>
47+
48+
#### Description
49+
Fixed Go back button behaviour of the Building block control plane to navigate to the previous page instead of
50+
definition page of the selected building block.
51+
52+
### Improve Copy Behavior for Tag values
53+
**Audience:** User<br>
54+
55+
#### Description
56+
Clicking on tag values also for the truncated tags now copies the full text to the clipboard, ensuring complete
57+
data is copied even when the UI displays an ellipsis.
58+
59+
### Reduced Duplicate New Tenant Notifications
60+
**Audience:** Customer<br>
61+
62+
#### Description
63+
A regression in the previous release could cause multiple "new tenant"
64+
notification emails to be sent whenever the replication status
65+
(success, pending, failed) changed. This issue has now been resolved,
66+
and notifications will only be sent as intended.
67+
68+
### Immediate Removal of Assigned Unmanaged Tenants From List
69+
**Audience:** User<br>
70+
71+
#### Description
72+
This change ensures that when an unmanaged tenant is assigned to a project, it is immediately removed from the
73+
list of unmanaged tenants. This provides a more intuitive user experience by reflecting the current state of
74+
tenant assignments without requiring a page refresh or additional actions.
75+
76+
### Fix Rare AWS Account Orphaning Issue
77+
**Audience:** User<br>
78+
79+
#### Description
80+
If an AWS tenant was created by meshStack but the request had not yet been fully
81+
processed by AWS when the tenant was immediately deleted again, there was a very
82+
short time window in which this account was not properly tracked and could be
83+
forgotten (orphaned) in AWS. This has now been fixed.
84+
85+
### Better Logs for Azure Subscription Creation Failures
86+
**Audience:** Partner<br>
87+
88+
#### Description
89+
Error logs in the admin area now include more details for Azure API
90+
failures during subscription creation. This makes it easier to find
91+
and fix the cause.
92+
93+
### New meshObject API Endpoints for Workspaces
94+
**Audience:** Partner, Operator<br>
95+
96+
#### Description
97+
The meshObject API now provides new endpoints to create, update and delete
98+
workspaces. Please refer to the official API documentation for more details.
99+
100+
### Fix Block Issue When Updating Repo URL Protocol
101+
**Audience:** Customer<br>
102+
103+
#### Description
104+
Resolves an issue that occurred when switching the Terraform building block repository URLs from SSH to HTTPS.
105+
The SSH key was not properly removed, which could cause failures when running the building block later.
106+
If you continue to experience issues, please re-edit the building block and update the repository URL again.
107+

0 commit comments

Comments
 (0)