v0.4.0
Release v0.4.0 - Full Multi-Cloud Coverage π
Excited to announce v0.4.0 - the first release with complete multi-cloud support across AWS, Azure, and GCP!
π What's New
βοΈ Full Google Cloud Platform (GCP) Support
Added comprehensive GCP cost analysis with 5 new analyzers:
- Compute Engine - Detects idle VMs, over-provisioned instances, and stopped VMs still costing money
- Cloud Storage - Identifies buckets with incorrect storage classes and opportunities to switch to Archive/Coldline
- Cloud SQL - Finds idle databases, over-provisioned instances, and backup retention issues
- Persistent Disks - Detects unattached disks and oversized volumes
- Static IP Addresses - Identifies reserved IPs not attached to any resources
Getting started with GCP:
# Authenticate with gcloud CLI
gcloud auth application-default login
# Scan your GCP project
cloud-cost-cli scan gcp --project-id your-project-idFull Changelog: v0.3.0...v0.4.0