Skip to content

Commit 7e5f4a3

Browse files
committed
chore: update CHANGELOG and vigiles tool version for 2.24.0
1 parent 01e1a19 commit 7e5f4a3

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [v2.24.0] - 2025-04-18
4+
5+
### Added
6+
7+
* [feature] Add option to specify ecosystems for generating vulnerability report
8+
* [feature] Added support to subscribe frequency for notification during manifest upload
9+
* [vigiles.bbclass] Support extra backfill packages
10+
* [vigiles.bbclass] Add option to exclude native and build-only packages
11+
* [feature] Add VIGILES_ERROR_LEVEL to log vigiles related error messages
12+
13+
### Changed
14+
15+
* [docs] Remove references to free account registration
16+
* [general] Improve version parsing for accurate reporting in the SBOM
17+
* [tsmeta.bbclass] Add file locking to prevent concurrent access
18+
19+
### Fixed
20+
21+
* [vigiles.bbclass] Fix: Keyerror while updating runtime dependencies
22+
* [checkcves.py] Handle KeyErrors when data is unavailable from upload API response
23+
* [layer] Updated LAYERSERIES_COMPAT_timesys for master
24+
* [checkcves.py] Optimize ecosystem filtering when consecutive invalid entries occur
25+
* [vigiles.bbclass] Optimize adding dependencies to fix leakages in final SBOM
26+
327
## [v2.23.0] - 2024-06-20
428

529
### added

conf/vigiles.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ VIGILES_MANIFEST_VERSION = "1.17"
1313
VIGILES_MANIFEST_NAME_MAX_LENGTH = "256"
1414
VIGILES_MANIFEST_SUFFIX = "-cve.json"
1515
VIGILES_REPORT_SUFFIX = "-report.txt"
16-
VIGILES_TOOL_VERSION = "2.23.0"
16+
VIGILES_TOOL_VERSION = "2.24.0"
1717

1818
VIGILES_TIMESTAMP = "${@time.strftime('%Y-%m-%d_%H.%M.%S', time.strptime(d.getVar('DATETIME', True), '%Y%m%d%H%M%S') ) }"
1919
VIGILES_TIMESTAMP[vardepsexclude] += "DATETIME"

0 commit comments

Comments
 (0)