Releases: thothforge/thothctl
Releases · thothforge/thothctl
Release v0.10.20 - Cost Analysis Division by Zero Fix
Bug Fixes: - Fix division by zero error in unified cost analysis report - Properly handle edge case when all stacks have $0 costs - Improve average stack cost calculation logic This fixes the error: 'float division by zero' that occurred when running: thothctl check iac -type cost-analysis --recursive on projects with multiple stacks having zero costs.
Release v0.10.19 - Technical Debt Metrics
New Features: - Technical debt metrics with 0-100 debt score - Risk level categorization (low/medium/high/critical) - Outdated modules and providers tracking - Breaking changes detection and warnings - Actionable recommendations - Color-coded console output - Visual HTML report section Improvements: - Enhanced inventory reports with quantifiable metrics - Better infrastructure health visibility - Prioritized update recommendations - Professional stakeholder reporting
Release v0.10.18 - Fix origin_metadata path
- Fix metadata written to project-name/.thothcf.toml instead of .thothcf.toml - Correctly updates existing template config file - Clean URLs by removing embedded credentials
Release v0.10.17 - Fix origin_metadata URLs
Clean embedded credentials from URLs in origin_metadata for upgrade command
Release v0.10.16 - Fix origin_metadata for upgrade command
Ensure tag field is empty string instead of None when no tags exist
Release v0.10.15 - UX improvements
- Add search/filter for template selection (>10 templates) - Fix DEBUG messages to only show in debug mode
Release v0.10.14 - Fix template reuse workflow
- Fix multiple PAT prompts by reusing credentials - Fix Azure DevOps clone URL authentication format - Fix template parameter name mappings (project/client/dynamodb) - Fix config file write when directory doesn't exist - Improve smart defaults for template parameters - Add error handling for config operations
v0.10.13
Release v0.10.13 - Fix dynamic template parameters
v0.10.12
Release v0.10.12 - Fix config setup order in reuse mode
v0.10.11
Release v0.10.11 - Fix template selection without space