Releases: electrolux-oss/infrawallet
v0.1.4 - 20240626
Frontend
[FIX] Fix the inconsistent bar width issue in trend bars
[FEATURE] Display error messages when InfraWallet fails to fetch cost data for some accounts
Backend
[FEATURE] Collect cloud provider errors and propagate them to frontend
[FEATURE] Create separate tables for default and override category mappings 1
[IMPROVEMENT] Update default category mappings in #22
[IMPROVEMENT] Now each InfraWalletApi client handles caching separately for each account so that even if there are failures in some accounts, the data from successful ones can be cached
1: UI for overriding category mappings will be provided later. For now, if you need to override some category mappings, go to the database backstage_plugin_infrawallet
and insert a new record into the table category_mappings_override
. This table follows the same schema as category_mappings_default
.
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)
v0.1.2
Backend
[FIX] DB migration and seeding scripts now work for the legacy backend
[IMPROVEMENT] Adjust the default category mapping
v0.1.1
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
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.