Skip to content

v0.4.0

Choose a tag to compare

@vuhp vuhp released this 01 Feb 15:55
· 84 commits to main since this release

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-id

Full Changelog: v0.3.0...v0.4.0