Skip to content

v0.3.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 20:28
· 6 commits to main since this release
v0.3.1
0bf9be0

v0.3.1 - 2024-09-07

Changelog

Features ๐ŸŒˆ

  • fd83b2a feat: Add Envar for Setting Pytorch Expandable Segments (#584)
  • cb7b83f feat: Add error checking to CheckResourceStatus (#583)
  • 8785cc5 feat: Tuning job update supporting (#580)
  • 5c30038 feat: Update Preset Model Tags for Release (#578)
  • 2e967ca feat: Update Preset Model Tags (#574)
  • 1afb924 feat: Update controllerRevision and deployment lifecycle (#559)
  • 5f2f531 feat: Debug Flag and tuning /metrics endpoint (#544)
  • 9d42673 feat: Update karpenter nodeclass (#570)
  • 1f06382 feat: Add Adapter Loading Test for E2E Image Preset Workflow (#567)
  • 868efc3 feat: Add adapter logs for Inference API (#543)
  • 38c9c40 feat: add NodeClass CRDs (#551)
  • 08d2800 feat: Add Dataset Image Use for E2E Tests (#548)
  • c54af47 feat: Update deployment object when adapter changes are detected (#540)
  • 5413920 feat: Update README.md to add Phi-Medium (#537)
  • 2ccc93d feat: Add controllerrevision for workspaceController (#524)
  • 4d5cd2d feat: Add workspace status to present the tuning job status (#529)
  • 0cbb06f feat: [SKU-modularization] Get SKU Handler (#518)

Bug Fixes ๐Ÿž

  • f083822 fix: Check HTTP Status code for curl download (#586)
  • d4db63d fix: set job's backoffLimit to 0 and report job's active/ready status in workspace (#575)
  • 8b7aabf fix: Use Projected Volume and Keep Docker Sidecar Alive for Data Retrieval (#552)
  • 9ec071e fix: falcon config path in quick start (#553)
  • 5bde8f4 fix: Update Phi 3 Requirements (#550)
  • 7899717 fix: Use SKU GPU Count in DeploymentSpec (#541)
  • b6f13ed fix: Update memory requirement checks using resource.quantity (#539)
  • 66f5711 fix: Clear CUDA cache to reduce OOM (#536)
  • 4fdecc2 fix: Ensure Finalizer Patch (#530)
  • f42a77d fix: Update README.md with additional details on tuning time calculation (#528)
  • 137154b fix: add watcher for job and avoid unnecessary reconcile (#527)
  • cefdab9 fix: remove extra char from configmap (#526)
  • 78544e1 fix: Add Fail logs for Inference w/ Adapter test (#516)
  • 7d1dc82 fix: Update qemu image (#512)

Continuous Integration ๐Ÿ’œ

  • 3db011e ci: Add support for Karpenter in the kaito pipelines (#569)
  • eaa1516 ci: adding workflow dispatch to helm-chart workflow (#558)

Documentation ๐Ÿ“˜

  • ab3851a docs: Revise README.md for Kaito inference (#581)
  • 370007f docs: update readme with new arch figure (#555)
  • f259329 docs: revise the README for introducing Kaito tuning (#535)
  • 029d11f docs: add doc for inference (#514)

Maintenance ๐Ÿ”ง

  • c9c2fa5 chore: Update Phi-3 Example YAML
  • d346213 chore: bump github.com/onsi/gomega from 1.34.1 to 1.34.2 (#585)
  • 5f1ab79 chore: bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 (#582)
  • 2e39c5e chore: bump k8s.io/kubernetes from 1.30.2 to 1.31.0 (#562)
  • bf5bc95 chore: adapter validation e2e (#549)
  • 8e8581e chore: bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 (#576)
  • 78e9e69 chore: Naming nit
  • 4e370fc chore: Remove outdated/unused Config folders (#571)
  • 4204d93 chore: bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.20.0 (#561)
  • ea86744 chore: bump github.com/Azure/karpenter-provider-azure from 0.5.0 to 0.5.1 (#525)
  • e5cb668 chore: bump k8s.io/kubernetes from 1.30.1 to 1.30.2 (#467)
  • 32482b7 chore: bump docker/login-action from 3.2.0 to 3.3.0 (#532)
  • 83ec859 chore: bump step-security/harden-runner from 2.8.1 to 2.9.1 (#554)
  • a4c231c chore: bump github.com/samber/lo from 1.45.0 to 1.47.0 (#556)
  • 08066f6 chore: patch for volumeMounts (#546)
  • 39eb92f chore: FAQ Question on PreferredNodes addition (#545)
  • 531207e chore: Update nodeClaim manifest and add nodeClass (#509)
  • cbfaea8 chore: bump github.com/samber/lo from 1.44.0 to 1.45.0 (#521)
  • d7b68d1 chore: bump actions/setup-go from 5.0.0 to 5.0.2 (#519)
  • 6c17470 chore: bump actions/dependency-review-action from 4.3.3 to 4.3.4 (#520)
  • e5991b0 chore: Add Phi-3 Link to README.md (#515)
  • 04339c3 chore: edit README to announce new release (#513)

Testing ๐Ÿ’š

  • 61d9a1f test: add e2e test for updating adapters (#566)
  • 6b4b86d test: Add e2e tests for azure karpenter (#573)