Skip to content

Releases: project-koku/koku

r.2024.07.31.0

31 Jul 16:13
e98441e
Compare
Choose a tag to compare

Summary:

A new feature enhancing storage costs for OpenShift running on Azure as well as a few minor backend improvements.

What's New?

Koku/Cost Management is now able to better report and distribute OpenShift storage costs, especially when running OpenShift on Azure. Enhancements for AWS, GCP and on-premise will follow.

Customers utilizing the Azure Disk CSI Driver storage class to dynamically provision persistent volumes, in conjunction with the latest release of the cost-management-metrics-operator, will now see improved correlation of Azure disk costs to OpenShift projects within the Azure filtered by OpenShift view. The latest operator enables us to collect the unique identifier for disks created by the CSI driver during the creation of persistent volumes.

For customers not using the latest operator, the previous method of matching persistent volume names to Azure disk resource identifiers will still be in use. However, this method can result in uncorrelated costs. We highly recommend adopting the new approach for optimal cost visibility.

Additionally, we've made significant improvements in assigning Azure disk costs to OpenShift projects. Through our extended efforts, we now map the capacity of Azure disks to the product name. This allows us to assign a portion of the disk cost based on the requested persistent volume capacity. The cost allocation is calculated using the following equation:

(Persistent volume capacity / Disk Capacity) * Cost of the Disk
The remaining unallocated portion of the disk cost has now been added under a new project called Storage unattributed. This project will now also include the cost of persistent volumes that have no persistent volume claims.

What's Changed

Full Changelog: r.2024.07.29.0...r.2024.07.31.0

r.2024.07.29.0

29 Jul 16:58
b1a0123
Compare
Choose a tag to compare

Summary:

  • Minor bug fixes and improvements

What's Changed

Full Changelog: r.2024.07.23.0...r.2024.07.29.0

r.2024.07.23.0

23 Jul 14:15
6ffdd28
Compare
Choose a tag to compare

Summary:

  • AWS: New API endpoint for EC2 instances, gated by unleash
  • Bug-fix: Fix inadvertently skipping polling after finding no new reports on previous day

What's Changed

Full Changelog: r.2024.07.18.0...r.2024.07.23.0

r.2024.07.18.0

18 Jul 14:39
ef60c15
Compare
Choose a tag to compare

What's Changed

Full Changelog: r.2024.07.12.0...r.2024.07.18.0

r.2024.07.12.0

12 Jul 13:27
1aff116
Compare
Choose a tag to compare

Summary:

Handle exception when querying Azure for VM ID, add csi_volume_handle back in SQL, enable using readreplica db, dependency updates.

What's Changed

Full Changelog: r.2024.07.08.0...r.2024.07.12.0

r.2024.07.08.0

08 Jul 15:36
bdd992d
Compare
Choose a tag to compare

Summary:

Upgrade to Python 3.11, adjustment of logs, and logging of S3 batch deletes. Corrections in VM usage reporting, and processing of OCPGCP network data.

What's Changed

Full Changelog: r.2024.07.04.0...r.2024.07.08.0

r.2024.07.04.0

04 Jul 09:01
0507abb
Compare
Choose a tag to compare

Summary:

Fix and improve S3 operations, Docker build improvements, and filtering optimization changes.

What's Changed

Full Changelog: r.2024.06.28.0...r.2024.07.04.0

r.2024.06.28.0

28 Jun 20:27
4eddf8e
Compare
Choose a tag to compare

Summary:

Prevent downloads queuing for a provider when a current download is already in progress

What's Changed

Full Changelog: r.2024.06.27.0...r.2024.06.28.0

r.2024.06.27.0

27 Jun 16:32
011ec69
Compare
Choose a tag to compare

Summary:

Made a few changes to data processing to ensure tasks are sent to the correct workers and that task caching works as expected.

What's Changed

Full Changelog: r.2024.06.24.0...r.2024.06.27.0

r.2024.06.24.0

24 Jun 17:37
aaf1182
Compare
Choose a tag to compare

Summary:

Optimizations in SQL and cost model task, and other operational improvements.

What's Changed

Full Changelog: r.2024.06.21.0...r.2024.06.24.0