|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [0.7.4] - 2026-02-21 |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- *(ci)* Re-enable CDI for H100 kind smoke test by [@dims](https://github.com/dims) |
| 10 | +- Update inference stack versions and enable Grove for dynamo workloads by [@yuanchen8911](https://github.com/yuanchen8911) |
| 11 | +- *(ci)* Harden workflows and improve CI/CD hygiene by [@mchmarny](https://github.com/mchmarny) |
| 12 | +- *(ci)* Use pull_request_target for write-permission workflows by [@mchmarny](https://github.com/mchmarny) |
| 13 | +- *(ci)* Break long lines in welcome workflow to pass yamllint by [@dims](https://github.com/dims) |
| 14 | +- Remove admission.cdi from kai-scheduler values by [@yuanchen8911](https://github.com/yuanchen8911) |
| 15 | +- *(ci)* Add pull_request trigger to vuln-scan workflow by [@mchmarny](https://github.com/mchmarny) |
| 16 | +- Enable DCGM exporter ServiceMonitor for Prometheus scraping by [@yuanchen8911](https://github.com/yuanchen8911) |
| 17 | +- *(ci)* Combine path and size label workflows to prevent race condition by [@yuanchen8911](https://github.com/yuanchen8911) |
| 18 | +- Add markdown rendering to chat UI and update CUJ2 documentation by [@yuanchen8911](https://github.com/yuanchen8911) |
| 19 | +- Add kube-prometheus-stack as gpu-operator dependency by [@yuanchen8911](https://github.com/yuanchen8911) |
| 20 | +- Skip --wait for KAI scheduler in deploy script by [@yuanchen8911](https://github.com/yuanchen8911) |
| 21 | +- *(ci)* Lower vuln scan threshold to MEDIUM and add container image scanning by [@dims](https://github.com/dims) |
| 22 | +- *(docs)* Update bundle commands with correct tolerations in CUJ demos by [@yuanchen8911](https://github.com/yuanchen8911) |
| 23 | +- *(ci)* Run attestation and vuln scan concurrently in release workflow by [@dims](https://github.com/dims) |
| 24 | +- Remove trailing quote from skyhook no-op package version by [@yuanchen8911](https://github.com/yuanchen8911) |
| 25 | +- Remove nodeSelector from EBS CSI node DaemonSet scheduling by [@yuanchen8911](https://github.com/yuanchen8911) |
| 26 | +- Move DRA controller nodeAffinity override to EKS overlay by [@yuanchen8911](https://github.com/yuanchen8911) |
| 27 | +- *(ci)* Use PR number in KWOK concurrency group by [@mchmarny](https://github.com/mchmarny) |
| 28 | + |
| 29 | +### Features |
| 30 | + |
| 31 | +- *(ci)* Add OSS community automation workflows by [@mchmarny](https://github.com/mchmarny) |
| 32 | +- Add CUJ2 inference demo chat UI and update CUJ2 instructions by [@yuanchen8911](https://github.com/yuanchen8911) |
| 33 | +- Add DRA and gang scheduling test manifests for CNCF AI conformance by [@yuanchen8911](https://github.com/yuanchen8911) |
| 34 | +- *(ci)* Collect AI conformance evidence in H100 smoke test by [@dims](https://github.com/dims) |
| 35 | +- *(ci)* Add DRA GPU allocation test to H100 smoke test by [@dims](https://github.com/dims) |
| 36 | +- Add expected-resources deployment check for validating Kubernetes resources exist by [@xdu31](https://github.com/xdu31) |
| 37 | +- Add CNCF AI Conformance evidence collection by [@yuanchen8911](https://github.com/yuanchen8911) |
| 38 | +- *(skyhook)* Temporarily remove skyhook tuning due to bugs by [@ayuskauskas](https://github.com/ayuskauskas) |
| 39 | +- Add GPU training CI workflow with gang scheduling test by [@dims](https://github.com/dims) |
| 40 | +- *(ci)* Add CNCF AI conformance validations to inference workflow by [@dims](https://github.com/dims) |
| 41 | +- *(ci)* Add HPA pod autoscaling validation to inference workflow by [@dims](https://github.com/dims) |
| 42 | +- *(ci)* Add ClamAV malware scanning GitHub Action by [@dims](https://github.com/dims) |
| 43 | +- Add two-phase expected resource auto-discovery to validator by [@xdu31](https://github.com/xdu31) |
| 44 | +- Add support for workload-gate and workload-selector by [@ayuskauskas](https://github.com/ayuskauskas) |
| 45 | + |
| 46 | +### Other |
| 47 | + |
| 48 | +- Eidos → aicr (AI Cluster Runtime) by [@mchmarny](https://github.com/mchmarny) |
| 49 | + |
| 50 | +### Refactor |
| 51 | + |
| 52 | +- Move examples/demos to project root demos directory by [@mchmarny](https://github.com/mchmarny) |
| 53 | +- Move kai-scheduler and DRA driver to base overlay for CNCF AI conformance by [@yuanchen8911](https://github.com/yuanchen8911) |
| 54 | +- Rename PreDeployment to Readiness across codebase and docs by [@xdu31](https://github.com/xdu31) |
| 55 | + |
| 56 | +### Tasks |
| 57 | + |
| 58 | +- Update demos by [@mchmarny](https://github.com/mchmarny) |
| 59 | +- Update s3c demo by [@mchmarny](https://github.com/mchmarny) |
| 60 | +- Update demos by [@mchmarny](https://github.com/mchmarny) |
| 61 | +- Update e2e demo by [@mchmarny](https://github.com/mchmarny) |
| 62 | +- Update e2e demo by [@mchmarny](https://github.com/mchmarny) |
| 63 | +- Update e2e demo by [@mchmarny](https://github.com/mchmarny) |
| 64 | +- Update e2e demo by [@mchmarny](https://github.com/mchmarny) |
| 65 | +- Improve consistency across GPU CI workflows by [@dims](https://github.com/dims) |
| 66 | +- Update cuj1 by [@mchmarny](https://github.com/mchmarny) |
| 67 | + |
5 | 68 | ## [0.7.3] - 2026-02-18 |
6 | 69 |
|
7 | 70 | ### Bug Fixes |
|
0 commit comments