Skip to content

Commit 48741f9

Browse files
authored
chore(release): prepare v1.3.0 changelog and version bump (#153)
Promote the Unreleased entries to v1.3.0 (minor bump for the new TRUSCA native SBOM ingest upload target and the interactive web UI result views), record the missing TRUSCA ingest item, bump the desktop app version, and restore the changelog compare/tag links for the 1.2.x line.
1 parent 5b2e420 commit 48741f9

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v1.3.0] - 2026-06-14
11+
1012
### Added
1113

14+
- `--trusca <project_id>` (or `--upload-target trusca`) uploads the generated SBOM to TRUSCA's native ingest endpoint as an alternative to the default Dependency-Track upload. (#148, #149)
1215
- Vulnerability rows in the web UI expand in place to show the CVSS score and vector, the full advisory description, and reference links — surfacing data already in the Trivy report without an extra fetch.
1316
- The components table in the web UI can now sort by name, version, or type and filter by component type and license, alongside the existing search.
1417
- The vulnerabilities table can be filtered by severity, and the summary tab shows a license distribution (component count per license, plus unlicensed).
@@ -136,7 +139,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
136139

137140
- No publicly known vulnerabilities have been reported or fixed in this project to date.
138141

139-
[Unreleased]: https://github.com/sktelecom/sbom-tools/compare/v1.1.1...HEAD
142+
[Unreleased]: https://github.com/sktelecom/sbom-tools/compare/v1.3.0...HEAD
143+
[v1.3.0]: https://github.com/sktelecom/sbom-tools/releases/tag/v1.3.0
144+
[v1.2.2]: https://github.com/sktelecom/sbom-tools/releases/tag/v1.2.2
145+
[v1.2.1]: https://github.com/sktelecom/sbom-tools/releases/tag/v1.2.1
146+
[v1.2.0]: https://github.com/sktelecom/sbom-tools/releases/tag/v1.2.0
140147
[v1.1.1]: https://github.com/sktelecom/sbom-tools/releases/tag/v1.1.1
141148
[v1.1.0]: https://github.com/sktelecom/sbom-tools/releases/tag/v1.1.0
142149
[v1.0.0]: https://github.com/sktelecom/sbom-tools/releases/tag/v1.0.0

electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sbom-generator-desktop",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"private": true,
55
"type": "module",
66
"description": "Double-click desktop app that wraps the BomLens web UI (runs the scanner in Docker).",

0 commit comments

Comments
 (0)