v0.1.11 - 20240918
Frontend
[FEATURE] Users can filter cloud cost by AWS cost allocation tags and Azure resource tags. Thanks @emillg !
[FEATURE] Business metrics can be grouped in the configuration page. All the metrics in the same group will use the same y axis in the column chart. Thanks @gluckzhang !
[IMPROVEMENT] Improve the trend chart in the cost report table, add icons for cloud providers, display both account name and ID for costs, etc. Thanks @emillg !
Backend
[FEATURE] AWS management account is supported. See more about the configurations here. Thanks @emillg !
[FEATURE] Support fetching, caching, and querying by AWS cost allocation tags and Azure resource tags 1. Thanks @emillg !
[FEATURE] Category mappings do not reply on database anymore. InfraWallet fetches the latest mappings from this GitHub repo. This makes updating the default mapping easier and others can also make PRs to update this mapping. Thanks @gluckzhang !
1: Note that there are rate limits for Azure APIs. Unfortunately the rates cannot be configured. You may hit this Azure rate limit if you query cost tags frequently.
BREAKING CHANGES
- As InfraWallet supports AWS cost allocation tags, the IAM role used by InfraWallet needs the
ce:GetTags
permission now. Please check here to update the IAM role in AWS.