Skip to content

Commit ccc63d7

Browse files
committed
build: release v0.7.7
1 parent 1e3474d commit ccc63d7

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
545
## [0.7.6] - 2026-02-21
646

747
### Refactor

0 commit comments

Comments
 (0)