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

Commit 55e527f

Browse files
author
GitHub Actions
committed
Added release notes and version entries for 2025.42.0
1 parent 836c272 commit 55e527f

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed

blog/2025-10-01-Release-0.md

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
author: meshcloud
3+
title: Release 2025.42.0
4+
---
5+
6+
Release period: 2025-09-24 to 2025-10-01
7+
8+
This release includes the following issues:
9+
* Building Block Outputs Now Display False and Zero Values
10+
* Azure Role Assignment Clean Up when Groups are Recreated
11+
* Fix Validation for meshPlatform V1 Requests
12+
* Introduce meshPlatform API v2-preview Version
13+
* Smooth Transition for AWS Account Status Changes
14+
* Improved Input Encryption for Self-Hosted Building Block Runners
15+
* Workload Identity Federation Support for Terraform Building Blocks
16+
* Building Block Run Details Show Definition Link
17+
<!--truncate-->
18+
19+
## Ticket Details
20+
### Building Block Outputs Now Display False and Zero Values
21+
**Audience:** User<br>
22+
23+
#### Description
24+
Building block outputs now correctly display falsy values like boolean false and number zero. Previously,
25+
these values were hidden from the UI even though they were valid outputs from your building blocks.
26+
27+
### Azure Role Assignment Clean Up when Groups are Recreated
28+
**Audience:** User<br>
29+
30+
#### Description
31+
Fixed an issue where Azure role assignments were not properly cleaned up when platform groups were deleted
32+
and recreated due to configuration changes. When Azure platform group naming rules change via platform configuration,
33+
existing groups will be properly deleted including all their role assignments before new groups are created.
34+
35+
### Fix Validation for meshPlatform V1 Requests
36+
**Audience:** User<br>
37+
38+
#### Description
39+
Previously, in our meshPlatform v1 API, the request payload was not validated correctly such that requests were accepted when the meshPlatform was set to both 'PRIVATE' and 'PUBLISHED', even though the two options are mutually exclusive. This has been fixed, which means that such requests are now rejected.
40+
41+
### Introduce meshPlatform API v2-preview Version
42+
**Audience:** User<br>
43+
44+
#### Description
45+
We introduced a new preview version (v2-preview) of the meshPlatform meshObject API. This version includes renamed
46+
fields compared to the v1 version to improve API consistency and provide a better developer experience when
47+
integrating with meshStack. The existing version v1 remains available.
48+
Note that this is a preview version with the usual limitations that apply for preview
49+
versions. Please refer to our official API documentation for more details.
50+
51+
### Smooth Transition for AWS Account Status Changes
52+
**Audience:** User<br>
53+
54+
#### Description
55+
AWS announced changes to how account status information is provided in their Organizations API on 21.09.2025.
56+
The transition to the the changes must be completed by 09.09.2026.
57+
We've already updated meshStack to seamlessly handle these changes, ensuring continued reliable AWS account
58+
operations without any disruption to your workflows.
59+
60+
### Improved Input Encryption for Self-Hosted Building Block Runners
61+
**Audience:** User<br>
62+
63+
#### Description
64+
We have made internal improvements to enhance encryption capabilities for building blocks.
65+
These changes lay the groundwork for upcoming support of self-hosted workload identity federated
66+
building block runners, which will provide you with greater flexibility and security options for
67+
your infrastructure automation workflows. While these improvements are not yet visible, they ensure
68+
a smoother rollout of the enhanced building block runner capabilities in future releases.
69+
70+
### Workload Identity Federation Support for Terraform Building Blocks
71+
**Audience:** User<br>
72+
73+
#### Description
74+
We now support Workload Identity Federation (WIF) for Terraform building blocks using the
75+
shared Terraform/OpenTofu runner hosted by meshcloud. This allows secure access to GCP, AWS, and Azure
76+
resources without storing long-lived credentials. You can now generate WIF authentication inputs
77+
and access all the configuration details required to set up WIF directly in the building block
78+
definition implementation tab.
79+
80+
Note: This feature is currently available for the Terraform/OpenTofu runner hosted within your meshStack.
81+
We are actively working on providing the ability to support self-hosted runners,
82+
configure WIF and other authentication methods according to their own requirements.
83+
84+
### Building Block Run Details Show Definition Link
85+
**Audience:** User<br>
86+
87+
#### Description
88+
Building Block Run details page now includes a "Go to building block definition" button that links to
89+
the corresponding Building Block definition page.
90+

0 commit comments

Comments
 (0)