r.2023.11.09.0
Summary:
- Support case insensitive user-access queries
- temporarily stop filtering CCSP data for AWS
- populate and use
OCPPodSummaryByNodeP
table for queries - Use a datatype of string for reading CSVs so pandas doesn't infer types incorrectly
What's Changed
- [COST-4223] - Applying string (str) type when reading CSV and its tests by @bacciotti in #4757
- [COST-4363] - Applying str data type to the reading CSV to avoid leading zeros bug. by @bacciotti in #4762
- [COST-4405] - support case insensitive queries for user-access endpoints by @maskarb in #4763
- add remote attach option for celery pods and auto-reload celery by @maskarb in #4732
- [COST-4028] - data migration by @maskarb in #4768
- [COST-4366] - Remove AWS CCSP data from HCS Filter by @cgoodfred in #4751
- [COST-4028] - utilize OCPPodSummaryByNodeP in query handler by @maskarb in #4571
Full Changelog: r.2023.11.02.0...r.2023.11.09.0