Skip to content

Releases: electrolux-oss/infrawallet

v0.1.3 - 20240624

24 Jun 09:10
a20fef6
Compare
Choose a tag to compare

release-notes

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)

v0.1.2

14 Jun 15:27
cee1376
Compare
Choose a tag to compare

Backend

[FIX] DB migration and seeding scripts now work for the legacy backend
[IMPROVEMENT] Adjust the default category mapping

v0.1.1

14 Jun 15:18
33aadb2
Compare
Choose a tag to compare

Backend

[FEATURE] Make IAM user optional, now the plugin can detect different kinds of AWS credentials based on https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/setting-credentials-node.html#credchain
[DOC] Improve the documentation about AWS credentials

v0.1.0

14 Jun 15:14
63427d7
Compare
Choose a tag to compare

Frontend

Very first version that implements the key features and supports AWS and Azure cost management.

Backend

Very first version that implements the key features and supports AWS and Azure cost management.