Skip to main content

1.30.1 πŸ†•


What's Changed​

Release Date: May 8th, 2025

Features πŸš€β€‹

  • Template revision : New UI introduced to simplify the management and handling of template revisions.
  • Profile Dashboard : Introduced a refreshed UI with a structured layout for managing user details, API keys, and MFA configurations.

Enhancements πŸ”₯ + πŸ’ͺ​

  • Preferences for workflows and policies: Users can now set and retain preferences (e.g., page size, filters) across workflows and policy tables.
  • Azure Storage backend improvements: Introduced an authentication field for improved integration with Azure storage backends.

Bug Fixes πŸ›β€‹

  • Resource name validation issue resolved: Fixed incorrect error text when resource name doesn’t align with the selected template type.
  • CSP error resolved: Patched missing content security policy header handling that caused UI to fail silently.
  • Template name spacing issue: Users can now create revisions even when the template name includes whitespace characters.
  • Notification type dropdown bug: Corrected the logic preventing correct notification type selection inside the UI.
  • Runtime errors display in Errors tab: Implemented logic to fetch and display runtime error details directly in the Errors tab. -Template dropdown duplication removed: Removed redundant entries from the template selection dropdown within roles view. Notification modal removed: Temporarily disabled the global notification modal to prevent interference with workflows.
  • Initial API call respects page size preference: Page size setting now correctly triggers an API call with the specified limit on load.
  • Secrets patch logic optimized: Connector group updates no longer resend secrets if they haven't changed.
  • No-code validator infinite loop fixed: Fixed repeated triggering inside SG NoCode forms caused by schema validator loop.
  • User role shown in sidebar Side navigation now correctly displays the user role for contextual access.
  • Safe payload lookups added: All lookups for workflow payload attributes in DevPortal are now safely handled to avoid app crashes.
  • Redux state sync on delete: UI now correctly reflects deletion events in redux-managed views.
  • Select component supports multi-variant mode: Dropdown UI components now support multi-select when required.
  • Check Error button fix in logs: β€œCheck Error” action in logs is now visible only when actionable errors are available.
  • Stack create defaults respectedFixed bug where default values weren’t auto-filled during stack creation.
  • Cloudscape support for NullField widget: Introduced a cloudscape-native rendering of the NullField form component.
  • Redux issue in library view resolved: Fixed stale or unsynced redux states causing incorrect data views in template library.
  • Github custom app option added: Support added for selecting Github custom apps in IaC schema and policy definitions. -Autosuggest widget made publicly usable: Autosuggest form widget is now published for use across all compatible template forms. -VCS config retained during stack upgrade: Stack upgrade flow now correctly carries forward VCS configuration when present.