Releases: guardon-dev/guardon
Releases · guardon-dev/guardon
Guardon 0.5 – OPA & Schema‑Aware Validation
What’s New in 0.5 – OPA & Schema-Aware Validation
- Added optional OPA WASM policy import and unified OPA results into the main validation table in the popup.
- Introduced Kubernetes OpenAPI/CRD import with schema-aware validation for Kubernetes resources (Deployments, etc.).
- Improved popup UX: consistent behavior for GitHub and manual YAML, better dark/light theme support, and clearer schema diagnostics.
- Enhanced rule manager UI with a rule counter (enabled/disabled breakdown), search/filter by ID/description/match, and safer delete confirmation.
- Hardened initialization, expanded Jest coverage, and applied an updated ESLint configuration.
What’s Changed
- Bump
js-yamlby @dependabot[bot] in #25 - Add rule counter with enabled/disabled breakdown by @AdnanQureshi3 in #26
- Add rule search filter (ID, description, match) by @AdnanQureshi3 in #27
New Contributors
- @AdnanQureshi3 made their first contribution in #26
Full Changelog: Release-0.4...Release-0.5
Improved UI and Added schema validation
##Adding below features.
- Improved Options Page to be More user friendly
- Added capabilities to upload OpenAPI schema and CRD Schema definations
- Improved validation process