Skip to main content

1.31.8

What's Changed​

Release Date: March 19th, 2026

πŸš€ New Features​

Terraform Provider – Stack Templates (Beta)​

The StackGuardian Terraform Provider adds support for Stack Templates, enabling you to define, version, and manage Stack Templates as code alongside your infrastructure.

Managed Identity for Azure Connectors​

Azure Connectors will support Managed Identity authentication, removing the need to manage client secrets or credentials. Ideal for environments where managed identities are already configured.

Workflow and Stack revision updates​

Users will be notified when a different Workflow or Stack revision is available and can update with one click. Updates support two options: use advanced settings from the new revision or keep current advanced settings. Changes to variables, custom steps, parameters, and Connectors can be reviewed before applying.

Custom IDs for resources​

Define custom IDs for resources instead of relying on auto-generated IDs. Supported resources: Runner Groups, Workflow Groups, Stacks, Workflows, Stack Templates, Workflow Templates, Policy Templates, Runtime Container Templates, Policy Sets, Cloud Providers, Version Control Providers, Roles, and API Access. This gives you more control over naming consistency and integration with external systems.

πŸ”₯ Enhancements​

SG noCode Form Builder (New design)​

SG noCode enables you to create JSONSchema-based forms for Orchestrator Workflow inputs with a no-code experience. Build forms manually, import .tf files, or connect repositories, with simple tools to organize fields and configure settings. Advanced users can also edit the UI schema and JSON schema directly for deeper customization.

Workflow run priority​

Drift runs will have lower priority than user-initiated Workflow runs, ensuring your deployments aren't delayed by background drift detection.

πŸ”§ API Changes​

Template creation API​

To support templates in the Terraform Provider, the template creation API has changed.

Before: POST /api/v1/templates/ created the template, first revision, and applied the configuration in one call.

After: POST /api/v1/templates/ only creates the template. A separate POST to /templatetypes/IAC/{org}/{template}/revisions/ is required to create its revision.

πŸ› Bug Fixes​

General stability improvements and miscellaneous bug fixes.


More improvements and new capabilities are on the way, and your feedback continues to shape what we build next. Thank you for being part of the StackGuardian journeyβ€”we're looking forward to what's ahead.