Releases: project-koku/koku
Releases · project-koku/koku
r.2021.08.10
- 95343a5: fix collectstatic in build (#3063)
- f120656: lowercase O in object (#3062)
- edd2ad2: Add tests to get better code coverage for tracing_id (#3046)
- 853a995: [COST-1639]: Introducing report limit=0 query option to return all data. (#3060)
- 6a72b1b: Ocp-on-cloud parquet perf enhancement (#3026)
- f014def: add uuid to infrastructure in /sources/ (#3058)
r.2021.08.06
r.2021.08.04.0
- Defer (and remove) a partition migration that was problematic (#3050)
- Filter query on tenant table (#3047)
- [COST-1261] Consolidate code (#3045)
- [COST-1261] Process new fields in manifest (#3043)
- Undo change to optionally sync hive partitions (#3044)
- Rename to self.tracing_id in providers report downloaders (#3037)
- [COST-1710] Add invoice month to trino daily summary and all endpoints. (#3032)
- Trino small updates (#3018)
- [COST-1554] add tracing id to ocp report meta (#3038)
- [COST-1555] AWS/Trino tracing-id updates (#3033)
- add probe servers (#3011)
- reorder migrations for safe application (#3034)
- strip quotes from owner (#3029)
- [COST-1508] provider agnostic logging (#3025)
- [COST-1720] Add migration to repopulate ocp_by_project mat view. (#3031)
- removed comments preventing admins from seeing data (#3030)
- grafana: update for new pushgateway (#3028)
- Update Presto SQL for consistent date handling (#3016)
- [COST-1037] expire partitions (#2950)
- [COST-1450] Monthly rate to project cost distribution. (#3021)
r.2021.07.21.0
- Process smaller dataframes for OCP-on-cloud (#3022)
- Update license headers (#3023)
- Sources: extra
authentication.{create|update}
filtering (#2999) - Sources cleanup optimizations (#3000)
- Adds filter to remove
null
values from Openshift endpoints on the resource types (#2992) - [Cost 1567] - Update azure resource type endpoints to support Openshift filtering (#3020)
- [Cost 1599] - AWS tag bugs (#3019)
- [Cost-1447, Cost-1448] - Cluster-to-node distribution (cpu & memory). (#2977)
- [Cost-1501] - Resource Types need RBAC for type-ahead use (#2959)
- [Cost-1567] - Enhance
aws-accounts
andazure-sub-guids
resource types to haveFiltered by OpenShift
support (#3004)
r.2021.07.15.0
- Add the create_table flag via the listener (#3014)
- Keep django relations, but drop db foreign key constraints (#3012)
- [COST-1517] ocp on azure trino (#2961)
- Clowdapp: add missing SOURCE_STATUS_FREQUENCY_MINUTES (#3013)
- Fix pred_x values (#3001)
- Add cluster alias support to resource-types/openshift-clusters API (#3010)
- Re-enabling provider deletes (#3009)
- [COST-1604] PVC duplicate cost (#2986)
- Temporarily disabling provider deletes (#3007)
r.2021.07.13.0
This is the first release using Clowder to deploy to Production. This release includes everything in https://github.com/project-koku/koku/releases/tag/r.2021.07.09.0.
r.2021.07.09.0
- General Bug Fixes
- New GCP accounts/projects/regions/services to the /resource-type APIs
- Fix queue metrics celery task to run every hour
- Deletes are now part of an atomic transaction that will set constraints to immediate
- Clowder support
- Add handling for ocp manifest operator version for Trino
- OpenShift on AWS Trino
- Convert master branch to main, and update references
- Ensure that OCP costs by projects uses materialized views
RC:
r.2021.06.24.0
- General bug fixes
- /resource-type API search functionality for AWS
- New AWS Service/Regions /resource-type APIs
- Clowder support
- Source deletion fixes
- Limit number of celery tasks per worker to mitigate memory leak situations
- AWS-trino fix for when account doesn't supply user tags
- Initial API changes for cost distribution memory/cpu selections
- OCP GB-Mo calculation fixes
- Celery monitoring administrative API and prometheus metrics
- Apache license file updates
RC: #2963
r.2021.05.18.0
- General Bug fixes
- Use pg catalog for schema create
- openshift on cloud deduplication
- Add filter to remove non cost-mgmt sources
RC: #2890
r.2021.05.06.0
Description
- Isolating new account schema creation to be in the source creation path
- Removing obsolete database vacuum periodic task
- Disable delta report queries with start_date/end_date parameters
- Adding response times to API response
- Pushing source status periodically with background worker
- General bug fixes
RC: #2863