Skip to content

Commit af21aac

Browse files
committed
updated to version 0.5
1 parent ae22ab4 commit af21aac

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules/
22
guardon-v0.4/
3+
guardon-v0.5/
34
coverage/
45
.DS_Store
56
dist/

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,13 @@ The format is based on "Keep a Changelog" and this project adheres to Semantic V
88

99
-
1010

11+
## [0.5.0] - 2026-01-19
12+
13+
- Added optional OPA WASM policy import and unified OPA findings into the main validation results table.
14+
- Introduced Kubernetes OpenAPI (swagger) and CRD import with schema-aware validation for resources.
15+
- Improved popup UX: consistent behavior for GitHub and manual YAML, better dark/light theme support, and schema diagnostics.
16+
- Enhanced rule manager UI with search, richer rule metadata (fix/explain), and safer delete confirmation.
17+
- Hardened initialization, expanded Jest coverage, and applied ESLint with updated configuration.
18+
1119
## [0.1.0] - YYYY-MM-DD
1220
- Initial project scaffolding

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Guardon — Kubernetes Guardon checks",
4-
"version": "0.4",
4+
"version": "0.5",
55
"description": "Guardon validates Kubernetes YAML files in GitHub/GitLab against configurable Guardon checks.",
66
"permissions": ["storage"],
77
"host_permissions": [

0 commit comments

Comments
 (0)