Releases: AI-Hypercomputer/xpk
Releases · AI-Hypercomputer/xpk
v0.6.0
Highlights
- Support for provisioning A3-Ultra and A3-Mega GKE clusters
- Cluster Toolkit integrated into XPK
What's Changed
- Workloads implemented for A3-Mega and A3-Ultra machines by @sharabiani in #306
- Build kjob in docker to remove golang dependency. by @pawloch00 in #305
- Support building docker images from non arm architecture. by @mbobrovskyi in #304
- Add url to the workload logs link directly by @Obliviour in #309
- Add support for automatic cleanup of jobsets by @Obliviour in #310
- Update Readme and makefile to smooth installation flow by @pawloch00 in #312
- Change way of kubectl install by @pawloch00 in #316
- Set min-master-version for A3-Ultra clusters by @sharabiani in #322
- Support v5litepod-8. by @mbobrovskyi in #292
- Print nodepools info when describing cluster by @IrvingMg in #294
- Fix CPU resource limits. by @RoshaniN in #323
- Move from custom-tpu-nodepool-arguments (deprecated) to custom-nodepool-arguments by @Obliviour in #328
- Remove kubectl installation from Makefile by @pawloch00 in #324
- Add crds deletion as in kueue update steps by @pawloch00 in #321
- A3Ultra blueprint updated to fix gpu driver and Jobset issues by @sharabiani in #330
- Add ttlSecondsAfterFinished to Pathways workloads by @Obliviour in #320
- Remove manual private network configuration from large scale instructions by @Obliviour in #327
- Updating the CPU config for better CPU usage. by @RoshaniN in #331
- Use cluster toolkit dockerfile from tag by @pawloch00 in #332
- Cluster Toolkit updated to v1.45.0 by @sharabiani in #333
- Fix integration tests for new ctk version by @pawloch00 in #334
- Use release kjob v0.1.0 version. by @mbobrovskyi in #315
- Bump kueue to v0.10.0. by @mbobrovskyi in #318
- The generated dependencies dir path fixed for A3U by @sharabiani in #337
- Implement version command by @pawloch00 in #338
- Cluster Toolkit upgraded to v1.45.1 by @sharabiani in #340
- Add v to version displayed by @pawloch00 in #339
Full Changelog: v0.4.1...v0.6.0
v0.4.0
Add Pathways end-to-end tests to XPK build tests and nightly tests. (…