v0.1.3 - 20240624
Frontend
[FEATURE] When costs are grouped by Name or Cloud Service, a cloud provider label is added to each row in the cost report table
[FEATURE] Monthly cost or daily cost views can be toggled using the switch in the column chart
[IMPROVEMENT] Better visualization of changes in the cost report table, remove unnecessary data labels in the column chart
Backend
[FEATURE] GCP cost is now supported, see the details at https://github.com/electrolux-oss/infrawallet#gcp 1
[FEATURE] For all of the cloud providers, both monthly cost analysis and daily cost analysis are supported now 2
1: The current implementation fetches all of the cost information in a GCP billing account and groups them by project.name and service.description
2: For daily cost analysis, though the backend does not reject long-time-range queries, it can be quite slow for a non-cached query (e.g., querying for 12-month daily costs)
