|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [0.7.7] - 2026-02-24 |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- Resolve gosec lint issues and bump golangci-lint to v2.10.1 by [@mchmarny](https://github.com/mchmarny) |
| 10 | +- Guard against empty path in NewFileReader after filepath.Clean by [@mchmarny](https://github.com/mchmarny) |
| 11 | +- Pass cluster K8s version to Helm SDK chart rendering by [@mchmarny](https://github.com/mchmarny) |
| 12 | +- *(e2e)* Update deploy-agent test for current snapshot CLI by [@mchmarny](https://github.com/mchmarny) |
| 13 | +- Prevent snapshot agent Job from nesting agent deployment by [@mchmarny](https://github.com/mchmarny) |
| 14 | + |
| 15 | +### CI/CD |
| 16 | + |
| 17 | +- Harden workflows and reduce duplication by [@mchmarny](https://github.com/mchmarny) |
| 18 | + |
| 19 | +### Features |
| 20 | + |
| 21 | +- *(ci)* Add metrics-driven cluster autoscaling validation with Karpenter + KWOK by [@dims](https://github.com/dims) |
| 22 | +- *(validator)* Add Go-based CNCF AI conformance checks by [@dims](https://github.com/dims) |
| 23 | +- *(validator)* Self-contained DRA conformance check with EKS overlays by [@dims](https://github.com/dims) |
| 24 | +- *(validator)* Self-contained gang scheduling conformance check by [@dims](https://github.com/dims) |
| 25 | +- *(validator)* Upgrade conformance checks from static to behavioral validation by [@dims](https://github.com/dims) |
| 26 | +- Add conformance evidence renderer and fix check false-positives by [@dims](https://github.com/dims) |
| 27 | +- *(validator)* Replace helm CLI subprocess with Helm Go SDK for chart rendering by [@xdu31](https://github.com/xdu31) |
| 28 | +- Add HPA pod autoscaling evidence for CNCF AI Conformance by [@yuanchen8911](https://github.com/yuanchen8911) |
| 29 | +- *(collector)* Add Helm release and ArgoCD Application collectors by [@mchmarny](https://github.com/mchmarny) |
| 30 | +- Add cluster autoscaling evidence for CNCF AI Conformance by [@yuanchen8911](https://github.com/yuanchen8911) |
| 31 | + |
| 32 | +### Other |
| 33 | + |
| 34 | +- *(recipe)* Add conformance recipe invariant tests by [@dims](https://github.com/dims) |
| 35 | + |
| 36 | +### Refactor |
| 37 | + |
| 38 | +- *(validator)* Remove Job-based checks from readiness phase, keep constraint-only gate by [@xdu31](https://github.com/xdu31) |
| 39 | + |
| 40 | +### Tasks |
| 41 | + |
| 42 | +- *(ci)* Remove redundant DRA test steps from inference workflow by [@dims](https://github.com/dims) |
| 43 | +- Upgrade Go to 1.26.0 by [@mchmarny](https://github.com/mchmarny) |
| 44 | + |
5 | 45 | ## [0.7.6] - 2026-02-21 |
6 | 46 |
|
7 | 47 | ### Refactor |
|
0 commit comments