Release Notes v0.85

Release v0.85 brings features like capability to label releases, create new project-type through raptor, and other enhancements and capabilities.

✨ What's New

Ability to mark releases with labels

  • Users can label and categorise releases with custom tags to indicate release characteristics—such as marking releases as stable, unstable, beta, production-ready etc.—enabling better release tracking and management.

  • Release Debugging Agent

  • Users can now use the Release Debugging Agent to investigate release failures in any environment. By correlating infrastructure configuration, deployment logs, and change history, the agent identifies failure root causes and suggests targeted fixes to resolve issues.


🚀 Product Capabilities

  • Users can specify regex validation rules for resource names within modules, ensuring compliance with naming standards when resources are provisioned.
    • controlPlaneUISettings:
        nameRegex: ^[a-zA-Z0-9-_]+$