Release Notes v0.79
May 7th, 2025 by Manan Bhandari
Release v0.79 brings features like OpenTofu Support, and other enhancements and capabilities.
✨ What's New
OpenTofu Support:
- While creating a project type, users can now choose the IAC Tool from terraform and openTofu. This will, in turn, allow only supported modules in the project, based on the IAC tool selected.
- All the releases of that project will follow

Structured Release Logs - Now Faster, Clearer, and Easier to Navigate (BETA):
-
We’ve made significant upgrades to the release logs experience based on your feedback:
- Real-Time Global Status Updates
Release status transitions are now reflected instantly in the logs, so you can monitor progress without switching tabs or refreshing the view. - Clear Separation Between System and Custom Modules
Logs now differentiate between system-managed and user-defined modules. Each resource is annotated with its type, making it easier to trace what’s managed by Facets and what’s part of your own blueprint. - Better Visibility When Modules Are Waiting
If a module is blocked or waiting - for inputs, migrations, or dependencies—you’ll now see an explicit log message explaining why. No more guesswork. - Improved Search Performance
The search bar is now significantly faster and more responsive, especially on large logs. It’s easier to pinpoint the resources or errors you care about without delays.
- Real-Time Global Status Updates
Note: Since this feature is still in Beta, we’d love to hear your feedback and experiences as you explore it - your input will help us make it even better!
📈 Enhancements
- Referencing of resource attributes/secrets/variables is now supported in resource form for any input field by adding "${" to see all the suggestions.
- Blueprint, overrides, and build history will now display up to 50 entries (previously limited to 5), providing greater visibility into past deployments and enabling easier rollbacks in case of any discrepancies.
- Support for Dependent Environments in Modular Launch Wizard. User will now be able launch dependent environments using the Modular Launch Wizard, making it easier to create shared, flexible, and cost-efficient environments with custom launch flows.
- Inner Sourcing Module Enhancements
We’ve introduced key improvements to the InnerSourcing module experience to make module discovery and consumption more intuitive and consistent:- Inputs Tab: Users will now be able to see the inputs that are required by any module in the modules detail page (Ops Center->Module Registry).
- Overridden Status of any resource at the environment level will now be determined based on the current blueprint configuration (previously, it relied only on historical data). This enables live comparisons between blueprint and environment configurations for more accurate analysis