Skip to content

Latest commit

 

History

History
184 lines (160 loc) · 18.8 KB

File metadata and controls

184 lines (160 loc) · 18.8 KB

Changelog

v2.5.1 (2025-05-06)

🚀 Major features

  • No major features in this release.

🐛 Major bug fixes:

  • Fix: Update handling of version strings in Helm template and helpers.tpl by (@HJJ256) in #845
  • fix: Set passDeviceSpecsEnabled to false by default in device plugin by (@Nimbus318) in #872
  • fix: scheduler ignore KUBECONFIG env even if this environment variable is set @Shouren in #681
  • fix: correct device filter initialization order by (@Nimbus318) in #857
  • fix parseNvidiaNumaInfo index out of range by (@flpanbin) in #889
  • Fix cambricon pods not been recognized by HAMi scheduler by (@archlitchi) in #947
  • fix ubuntu base image in Dockerfile.withlib by (@flpanbin) in #944
  • fix: Add error handling for nvml.Init in NvidiaDevicePlugin by (@yxxhero) in #982
  • Fix device memory count error on cuMallocAsync by (@archlitchi) in #1029

📝 What's Changed

🔨 Other Changes

  • Release v2.5 by (@archlitchi) in #1034
  • Update tag to v2.5.1 by (@archlitchi) in #1035
  • Fix: Update handling of version strings in Helm template and helpers.tpl by (@HJJ256) in #845
  • Update libvgpu.so by (@archlitchi) in #876
  • fix: Set passDeviceSpecsEnabled to false by default in device plugin by (@Nimbus318) in #872
  • fix: scheduler ignore KUBECONFIG env even if this environment variable is set @Shouren in #681
  • fix: correct device filter initialization order by (@Nimbus318) in #857
  • fix parseNvidiaNumaInfo index out of range by (@flpanbin) in #889
  • Fix cambricon pods not been recognized by HAMi scheduler by (@archlitchi) in #947
  • fix ubuntu base image in Dockerfile.withlib by (@flpanbin) in #944
  • fix: Add error handling for nvml.Init in NvidiaDevicePlugin by (@yxxhero) in #982
  • Fix device memory count error on cuMallocAsync by (@archlitchi) in #1029
  • Bump golang.org/x/net from 0.26.0 to 0.33.0 by (@dependabot) in #839

Committers: Contributors

Full Changelog: https://github.com/Project-HAMi/HAMi/compare/v2.5.0...v2.5.1

v2.5.0 (2025-02-06)

🚀 Major features

  • Support dynamic mig feature, please refer to this document
  • Reinstall Hami will NOT crash GPU tasks
  • Put all configurations into a configMap, you can customize hami installation by modify its content: see details

🐛 Major bug fixes:

  • Fix an issue where hami-core will stuck on tasks using 'cuMallocAsync'
  • Fix hami-core stuck on high glib images, like 'tf-serving:latest'

📝 What's Changed

⬆️ Dependencies
  • Bump aquasecurity/trivy-action from 0.28.0 to 0.29.0 by (@dependabot) in #631
  • Bump nvidia/cuda from 12.4.1-base-ubuntu22.04 to 12.6.3-base-ubuntu22.04 in /docker by (@dependabot) in #676
  • Bump actions/upload-artifact from 4.4.3 to 4.5.0 by (@dependabot) in #717
  • Bump docker/build-push-action from 6.9.0 to 6.10.0 by (@dependabot) in #644
  • Bump docker/build-push-action from 6.10.0 to 6.11.0 by (@dependabot) in #792
🔨 Other Changes

Committers: 🆕 New Contributors

Full Changelog: https://github.com/Project-HAMi/HAMi/compare/v2.4.1...v2.5.0