Skip to content

Commit c554439

Browse files
[PPSC-333] chore: prepare v1.0.6 release (#62)
* chore: update CHANGELOG for v1.0.6 release - Add markdownlint config to allow duplicate headings in changelog sections - Document all changes since v1.0.5 including: - SBOM/VEX generation support - Proposed fix with AI validation - Hybrid scan summary output - Bug fixes and documentation improvements Co-Authored-By: Claude (global.anthropic.claude-opus-4-5-20251101-v1:0) <noreply@anthropic.com> * fix: address PR review comments on CHANGELOG - Move documentation items to standard "Added" section per Keep a Changelog - Add link reference definitions for version headers Co-Authored-By: Claude (global.anthropic.claude-opus-4-5-20251101-v1:0) <noreply@anthropic.com> --------- Co-authored-by: Claude (global.anthropic.claude-opus-4-5-20251101-v1:0) <noreply@anthropic.com>
1 parent 9254d4b commit c554439

2 files changed

Lines changed: 46 additions & 8 deletions

File tree

.markdownlint.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"MD024": {
3+
"siblings_only": true
4+
}
5+
}

docs/CHANGELOG.md

Lines changed: 41 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Deprecated
15+
16+
### Removed
17+
18+
### Fixed
19+
20+
### Security
21+
22+
---
23+
24+
## [1.0.6] - 2025-02-01
25+
26+
### Added
27+
1228
- SBOM (Software Bill of Materials) generation in CycloneDX format via `--sbom` flag
1329
- VEX (Vulnerability Exploitability eXchange) document generation via `--vex` flag
1430
- Custom output paths for SBOM/VEX via `--sbom-output` and `--vex-output` flags
31+
- Proposed fix support with AI validation for vulnerability remediation
32+
- Hybrid scan summary with brief status at top of output
33+
- Theme-aware logo support for documentation
34+
- Comprehensive CI integration guide
35+
- OSS best practices and developer tooling documentation
36+
37+
### Changed
38+
39+
- Improved test coverage to 81.1%
40+
41+
### Fixed
42+
43+
- Workflow condition handling to avoid duplicated titles in scan output
44+
- Missing permissions in security-scan workflow
45+
46+
---
47+
48+
## [1.0.5] - Initial Public Release
49+
50+
### Added
51+
1552
- Initial public release
1653
- Repository scanning for security vulnerabilities
1754
- Container image scanning
@@ -22,14 +59,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2259
- Docker image support
2360
- Cosign signature verification
2461

25-
### Changed
26-
27-
### Deprecated
28-
29-
### Removed
30-
31-
### Fixed
32-
3362
### Security
3463

3564
- Added SSRF protection for pre-signed URL downloads (only AWS S3 endpoints allowed)
@@ -62,3 +91,7 @@ Manual entries for significant releases:
6291
[1.0.0]: https://github.com/ArmisSecurity/armis-cli/compare/v0.9.0...v1.0.0
6392
6493
-->
94+
95+
[Unreleased]: https://github.com/ArmisSecurity/armis-cli/compare/v1.0.6...HEAD
96+
[1.0.6]: https://github.com/ArmisSecurity/armis-cli/compare/v1.0.5...v1.0.6
97+
[1.0.5]: https://github.com/ArmisSecurity/armis-cli/releases/tag/v1.0.5

0 commit comments

Comments
 (0)