Skip to main content

Release 2026.15.0

· 5 min read
meshcloud

Release period: 2026-04-01 to 2026-04-08

This release includes the following issues:

  • Fix Table Overflow in Admin Area Tenant List
  • Fixed Building Block Definition Creation Failures for SSH Git Repositories
  • Loading Indicator for Building Block Inputs in the Marketplace
  • Building Block Definition Can No Longer Be Added as Its Own Dependency
  • Building Block Runs Now Support Incremental Output Delivery
  • Fix AWS Platform Config Flag Not Round-Tripped
  • Remove Non-Functional AzureRG Platform Config Flag
  • Hide Access Request Tabs and Actions if Four-Eye Principle Is Disabled
  • Added STACKIT Storage Bucket to Getting Started Experience
  • STACKIT Is Now Available as a Platform Type
  • New Favicon for the meshStack Panel

Ticket Details

Fix Table Overflow in Admin Area Tenant List

Audience: User

Description

We fixed a display bug in the admin area tenant list where the table would break the page layout on smaller screens. When the table ran out of space to compact further, it overflowed its container and caused a broken horizontal scrollbar across the whole page. The table now scrolls horizontally within its own container, keeping the rest of the layout intact.

Fixed Building Block Definition Creation Failures for SSH Git Repositories

Audience: User

Description

A third-party dependency contained a bug that caused git access checks to fail with "Connection reset" errors on certain container environments. This could prevent users from creating or testing building block definitions that use SSH-based git repositories. We have updated the dependency to a version that fixes this issue.

Loading Indicator for Building Block Inputs in the Marketplace

Audience: User

Description

When configuring a building block in the marketplace, the inputs screen now shows a loading indicator while fetching the configuration data. Previously, the screen would appear blank with no feedback during loading, which could be confusing.

Building Block Definition Can No Longer Be Added as Its Own Dependency

Audience: User

Description

When configuring dependencies for a building block definition, you can no longer select the definition itself as a dependency option. The building block definition is now excluded from the dependency selection list, making it clearer upfront that self-referencing is not allowed. The backend has always prevented this configuration - this is purely a UI improvement.

Building Block Runs Now Support Incremental Output Delivery

Audience: User

Description

Building block runners can now send outputs incrementally across multiple updates and then send a final status change without re-sending all outputs. This resolves issues where runs were incorrectly marked as failed when the runner sent outputs in separate API calls during execution.

Fix AWS Platform Config Flag Not Round-Tripped

Audience: User

Description

We fixed an issue where the allowHierarchicalOrganizationalUnitAssignment flag on AWS platform configurations was not correctly returned when reading platforms via the meshObject API. This caused API clients like the Terraform provider to report inconsistencies after applying a configuration.

Remove Non-Functional AzureRG Platform Config Flag

Audience: User

Description

We removed the allowHierarchicalManagementGroupAssignment field from the AzureRG platform configuration in the meshObject API. This field was never operational for AzureRG platforms and was always returned as false. If you are setting this field in your API requests for AzureRG platforms, you can safely remove it.

Hide Access Request Tabs and Actions if Four-Eye Principle Is Disabled

Audience: User

Description

We now hide all access request-related tabs and actions when the Four-Eye Principle (4EP) is not enabled in your meshStack deployment. This keeps the UI clean and avoids confusion by only showing features that are actually available.

The following items are now hidden when 4EP is not enabled:

  • The "Access Requests" tab in the workspace access control area
  • The "Project Access Requests" tab in the workspace access control area
  • The "Access Requests" sub-tab under the Projects tab in the workspace control plane
  • The "Access Requests" tab in the project control plane
  • The "Access Requests" tab in the Admin Area
  • The "Pending Access Requests" action in the Workspaces actions dropdown in the Admin Area

Added STACKIT Storage Bucket to Getting Started Experience

Audience: User

Description

We added a STACKIT Storage Bucket building block definition to the platform builder getting started page. You can now quickly deploy a STACKIT storage bucket directly from the welcome experience, just like you could already do with AWS, Azure, and GCP storage buckets.

STACKIT Is Now Available as a Platform Type

Audience: User

Description

We've added STACKIT to the list of available platform types in meshStack. This means you can now integrate STACKIT as a platform in meshStack and manage your STACKIT resources.

How to use

When creating a new platform, simply select STACKIT from the list of platform types to get started with your integration.

New Favicon for the meshStack Panel

Audience: User

Description

We have updated the meshStack panel favicon to reflect our current product logo.