Release 2026.11.0
Release period: 2026-03-11 to 2026-03-18
This release includes the following issues:
- Improved Stability During Nightly Tenant Replications
- Project Quota Tooltip on Workspace Overview
- Fix Tenant Deletion for Non-Marketplace Tenants at Global Location
- Removed Console Redirect for AKS Tenants
- Building Block Runner Simplifies Calling Tofu/Terraform Binary in Pre-Run Script
- Fix the Financials Dashboard Warning When Payment Methods Are Disabled
- Fix AWS Account Access Information in meshPanel When Using AWS Identity Store
- Fix Validation of Building Block Output Input Arguments
- Add Platform Builder Calls-to-Action
- Improved Invitation Acceptance Experience
- Add Myself Now Prompts for Reason with Four-Eye Principle
- Platform Builder Dashboard Cards for Building Block Definitions and Platforms
- API Key Dropdown Workspace List Always Reflects Current State
- Fix SSH Key and Known Hosts Handling in Building Block Implementation
- Platform Field is Now Read-only Text in Landing Zone Edit View
Ticket Details
Improved Stability During Nightly Tenant Replications
Audience: User
Description
We improved the stability and reliability of the nightly tenant replication process by preventing excessive database load caused by unnecessary updates of the event system.
Project Quota Tooltip on Workspace Overview
Audience: User
Description
When you reach the project quota limit for your workspace, the "Create Project" button on the workspace overview now shows a popover explaining why project creation is blocked. Previously, the button was silently disabled with no hint about the reason.
Fix Tenant Deletion for Non-Marketplace Tenants at Global Location
Audience: User
Description
Previously, you could not delete any tenant at the global location from a project. We fixed this so that only the global marketplace tenant is protected from deletion. You can now remove other tenants at the global location, such as AWS or custom platform tenants, just like tenants at any other location.
Removed Console Redirect for AKS Tenants
Audience: User
Description
We removed the console redirect link for AKS tenants. Previously, AKS tenants displayed a sign-in URL that pointed to a non-usable URL. The console redirect is no longer set for AKS tenants.
Building Block Runner Simplifies Calling Tofu/Terraform Binary in Pre-Run Script
Audience: User
Description
The Tofu building block runner prepends the directory where the tofu (or legacy terraform) binary is located to the PATH environment variable when the (optional) pre-run script is executed during a building block run. That means you can now simply call tofu or terraform command in your pre-run scripts without resorting to a workaround discovering the binary location first.
Fix the Financials Dashboard Warning When Payment Methods Are Disabled
Audience: User
Description
We fixed an issue where the Financials dashboard (Admin Area > Organization > Dashboard) continued to show payment method warnings even when payment methods had been disabled in your meshStack configuration. Now, when payment methods are disabled, we no longer display payment method-related alerts or highlight the Financials section as having issues.
Fix AWS Account Access Information in meshPanel When Using AWS Identity Store
Audience: User
Description
Fixed an issue where sign-in information was not properly generated for AWS Accounts when the platform was configured to use the new AWS Identity Store IAM integration method.
Fix Validation of Building Block Output Input Arguments
Audience: User
Description
We fixed an issue where configuring a building block input with the "Building Block Output" assignment type could result in cryptic errors. meshStack now validates the argument format and provides clear error messages when the configuration is incorrect - for example, when the argument is missing, has an invalid format, or references an output key that does not exist on the parent building block definition.
Add Platform Builder Calls-to-Action
Audience: User
Description
We added some more calls-to-action (CTAs) for the Platform Builder throughout the Panel if the Platform Builder feature is enabled for a workspace. These CTAs make it easier for users to discover and access the Platform Builder when it is enabled for their workspace.
Improved Invitation Acceptance Experience
Audience: User
Description
We redesigned the invitation acceptance page with a clearer visual flow when the "User Invitation Tokens" setting is enabled. You now see distinct loading, success, and error states when accepting an invitation, making it easier to understand what is happening. After successfully accepting an invitation, a "Continue" button lets you proceed to meshStack at your own pace.
Add Myself Now Prompts for Reason with Four-Eye Principle
Audience: User
Description
When four-eye principle (multi-approval) is enabled in your meshStack instance, the "Add Myself" button in the workspace role mappings interface now proactively prompts you to provide a reason for your access request. Previously, this would fail with a "missing reason" error.
Platform Builder Dashboard Cards for Building Block Definitions and Platforms
Audience: User
Description
We added two quick-action cards to the platform builder dashboard. You can now navigate directly to building block definitions and platforms from the dashboard, making it faster to get started with creating infrastructure modules or connecting cloud providers.
API Key Dropdown Workspace List Always Reflects Current State
Audience: User
Description
When creating an API key, the workspace dropdown now includes workspaces you have recently created. You no longer need to refresh the page or re-login to see your new workspace in the list.
Fix SSH Key and Known Hosts Handling in Building Block Implementation
Audience: User
Description
We fixed some issues with SSH key and known hosts management when editing a building block implementation. The SSH private key was incorrectly shown as invalid after reloading the implementation tab - it now correctly reflects the saved state. Known hosts are now properly cleared when you switch from a custom SSH repository to a public one. Additionally, empty values for repository path and branch/ref are now correctly treated as absent, preventing building block execution failures caused by blank field submissions.
Platform Field is Now Read-only Text in Landing Zone Edit View
Audience: User
Description
When editing an existing landing zone, the platform field is now displayed as a read-only text field instead of a disabled dropdown. This makes it clear that the platform cannot be changed after creation and removes any confusion about why the dropdown could not be selected.