|
4 | 4 |
|
5 | 5 | [](https://github.com/guardian-nexus/AuditKit-Community-Edition/stargazers) |
6 | 6 | [](https://opensource.org/licenses/Apache-2.0) |
7 | | -[](https://github.com/guardian-nexus/AuditKit-Community-Edition/releases) |
| 7 | +[](https://github.com/guardian-nexus/AuditKit-Community-Edition/releases) |
8 | 8 | [](https://auditkit.substack.com) |
9 | 9 |
|
10 | 10 | **Need CMMC Level 2, evidence packages, or continuous monitoring?** → [auditkit.io](https://auditkit.io) |
@@ -99,19 +99,23 @@ AuditKit scans your cloud infrastructure for compliance gaps and security miscon |
99 | 99 |
|
100 | 100 | --- |
101 | 101 |
|
102 | | -## Recent Changes (v0.8.1) |
| 102 | +## Recent Changes (v0.8.2) |
103 | 103 |
|
104 | 104 | **February 2026** |
105 | 105 |
|
| 106 | +Fixes: |
| 107 | +- Removed stubbed `report` command from CLI (use `auditkit scan -format pdf` instead) |
| 108 | +- Fixed documentation for FedRAMP baseline filtering (was marked "coming soon" but fully works) |
| 109 | +- Updated HIPAA control count to ~15 (was understated) |
| 110 | +- Removed overclaimed features from website and docs |
| 111 | + |
| 112 | +### Previous: v0.8.1 (February 2026) |
| 113 | + |
106 | 114 | New Features: |
107 | 115 | - **Prowler Integration** - Import Prowler scan results and convert to AuditKit format with full framework mapping |
108 | 116 | - **Azure Fix Scripts** - Generate remediation scripts for Azure (AWS and GCP already supported) |
109 | 117 | - **Evidence Tracker HTML** - Interactive HTML checklist for evidence collection with progress tracking |
110 | 118 |
|
111 | | -Improvements: |
112 | | -- Evidence tracker now includes localStorage persistence, export to JSON, and print support |
113 | | -- Prowler integration supports AWS, Azure, and GCP findings with automatic provider detection |
114 | | - |
115 | 119 | ### Previous: v0.8.0 (January 2026) |
116 | 120 |
|
117 | 121 | - **AWS Data Services** - Added SageMaker, Redshift, ElastiCache, OpenSearch checks |
@@ -316,21 +320,13 @@ prowler aws --output-formats json -o prowler-output # Run Prowler first |
316 | 320 |
|
317 | 321 | --- |
318 | 322 |
|
319 | | -## What's New in v0.8.1 |
320 | | - |
321 | | -### New Features |
322 | | -- **Prowler Integration:** Import Prowler AWS/Azure/GCP results and map to compliance frameworks |
323 | | -- **Azure Fix Scripts:** Generate remediation scripts for Azure resources |
324 | | -- **Evidence Tracker HTML:** Interactive checklist with progress bar, localStorage persistence, and JSON export |
325 | | - |
326 | | -### Improvements |
327 | | -- Evidence tracker now saves progress across browser sessions |
328 | | -- Prowler auto-detects cloud provider from scan results |
| 323 | +## What's New in v0.8.2 |
329 | 324 |
|
330 | | -### Coming in v0.9.1 |
331 | | -- Daemon stop/status commands for continuous monitoring |
332 | | -- Azure MFA checks via Microsoft Graph API |
333 | | -- Windows daemon support |
| 325 | +### Fixes |
| 326 | +- Removed broken `report` command stub (use `auditkit scan -format pdf`) |
| 327 | +- FedRAMP baseline filtering (`fedramp-low`, `fedramp-moderate`, `fedramp-high`) documented as working |
| 328 | +- Updated HIPAA control count to ~15 across AWS, Azure, and GCP |
| 329 | +- Cleaned up overclaimed features in docs and website |
334 | 330 |
|
335 | 331 | **[Full Release Notes →](./CHANGELOG.md)** |
336 | 332 |
|
|
0 commit comments