Release 2.30.0
Published on March 25, 2026 by Alfredo España

Registry Redesign, RBAC v2, and Enhanced User Interface

We are pleased to announce the latest update to the project, introducing significant architectural advancements and functional enhancements designed to improve security, scalability, and user experience.
This release represents a major milestone in our roadmap, focusing on three core pillars: infrastructure flexibility, granular access control, and interface performance.

🔑 Critical System Updates

The following changes represent fundamental updates to the platform’s core architecture:

  • Registry Redesign & Public Module Support: The registry has been reconstructed to support the importation of public modules and providers, significantly expanding the ecosystem of available resources. 
  • Implementation of RBAC v2: We have deployed a sophisticated Role-Based Access Control (RBAC) system. This update provides granular permission management, allowing administrators to define precise access levels across the organization. 
  • System-Wide UI Overhaul: The user interface has undergone a comprehensive redesign. Inspired by modern industry standards, these changes prioritize workflow efficiency and reduced latency. 

Functional Enhancements

In addition to the core architectural changes, this release introduces several key features to streamline operations:

Execution & Automation

  • Error Handling: Support has been added for executing onFailure scripts during failed Terraform operations, allowing for automated remediation or cleanup.
  • Resource Management: Implemented job history retention policies via the KEEP_JOB_HISTORY variable for local execution environments.
  • Queue Management: A new bypassQueue flag is now available for webhook-triggered, plan-only jobs to expedite feedback cycles.

Integrations & Security

  • VCS Optimization: Enhanced GitLab integration with configurable timeouts and page sizes, alongside a refactor of Azure Managed Identity support.
  • Logging & Observability: Introduction of the TerminalOutput component and enhanced logging across GitHub and Azure DevOps token services to improve diagnostic capabilities.
  • Data Handling: Improved UI support for sensitive output values and a modal-based interface for managing collection variables.


🛠️ Technical Resolutions

We have addressed several issues to ensure the continued stability and integrity of the platform:

  • Security & Compliance: Resolved JWK compliance issues by adjusting sign-byte handling and updated JWT decoding to utilize Base64.getUrlDecoder().
  • Engine Reliability: Corrected the TOFU_DIRECTORY path logic within the BashEngine to ensure version-specific accuracy.
  • Interface Stability: Fixed various UI rendering issues, including those related to terraform-docs and loading states for global variables.
  • VCS Connectivity: Addressed edge cases in GitHub App documentation links and GitLab Enterprise Edition menu configurations.