From df6a5967ea7d4ad89255590a5fa80c19295af3e2 Mon Sep 17 00:00:00 2001 From: Gandalf the Greybeard Date: Sun, 22 Mar 2026 15:17:11 +0000 Subject: [PATCH] fix(changelog): remove false coverage claim and fix compare link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove "Coverage threshold: Vitest coverage threshold enforced in CI (#82)" — the shared CI workflow does not run coverage; this line was inaccurate. - Fix [1.0.0] compare link from v0.6.0...v1.0.0 to v0.7.2...v1.0.0 to accurately reflect the last tagged release. Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3345516..f0d0576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,6 @@ now frozen — no breaking changes without a new major version. ### Added - **Dual-approval CI check**: PRs now require approval from both CTO and QA before merging (#98, #76) - **ExemptionManager test suite**: Full coverage of annotation-based exemption flows, exemption creation, and inline feedback (#82) -- **Coverage threshold**: Vitest coverage threshold enforced in CI (#82) - **RBAC preflight check**: `deploy-e2e-headlamp.sh` now verifies runner RBAC before attempting E2E deploy (#80) ### Fixed @@ -297,7 +296,7 @@ now frozen — no breaking changes without a new major version. - Basic CI/CD pipeline [Unreleased]: https://github.com/privilegedescalation/headlamp-polaris-plugin/compare/v1.0.0...HEAD -[1.0.0]: https://github.com/privilegedescalation/headlamp-polaris-plugin/compare/v0.6.0...v1.0.0 +[1.0.0]: https://github.com/privilegedescalation/headlamp-polaris-plugin/compare/v0.7.2...v1.0.0 [0.6.0]: https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/tag/v0.6.0 [0.3.5]: https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/tag/v0.3.5 [0.3.4]: https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/tag/v0.3.4